Skip to main content

Template

No description

type Template {
id: Int
name: String
page: Page
template: String
templateHtml: String
templateStyle: String
templateScript: String
templateScriptLinks: [String]
}

Fields

Template.id ● Int scalar

Template.name ● String scalar

Template.page ● Page object

Template.template ● String scalar

Template.templateHtml ● String scalar

Template.templateStyle ● String scalar

Template.templateScript ● String scalar

Template.templateScriptLinks ● [String] list scalar

Returned By

hrTemplate query ● hrTemplateList query

Member Of

ResultsDisplay object ● SurveyAssessmentResultsDisplay object