Skip to main content

ReportWizardType (Object)

Represents single report from Report Wizard.

type ReportWizardType {
nid: Int!
name: String!
query: ReportWizardGraphqlQueryString!
lastModified: DateTime!
isPrivate: Boolean!
isCreatedByLoggedUser: Boolean!
canScheduleBeSent: Boolean!
hasSchedule: Boolean!
category: String!
maxDisplayableDayRange: Int!
customFields: Map
templatePdf: TemplateNew!
templateExcel: TemplateNew!
tagList: [TagDefinition!]!
providedByLeon: Boolean!
assignedRoleList: [SimpleRole!]
}

Fields

ReportWizardType.nid ● Int! non-null scalar

ReportWizardType.name ● String! non-null scalar

ReportWizardType.query ● ReportWizardGraphqlQueryString! non-null scalar

ReportWizardType.lastModified ● DateTime! non-null scalar

ReportWizardType.isPrivate ● Boolean! non-null scalar

ReportWizardType.isCreatedByLoggedUser ● Boolean! non-null scalar

ReportWizardType.canScheduleBeSent ● Boolean! non-null scalar

ReportWizardType.hasSchedule ● Boolean! non-null scalar

ReportWizardType.category ● String! non-null scalar

ReportWizardType.maxDisplayableDayRange ● Int! non-null scalar

ReportWizardType.customFields ● Map scalar

ReportWizardType.templatePdf ● TemplateNew! non-null object

ReportWizardType.templateExcel ● TemplateNew! non-null object

ReportWizardType.tagList ● [TagDefinition!]! non-null object

ReportWizardType.providedByLeon ● Boolean! non-null scalar

ReportWizardType.assignedRoleList ● [SimpleRole!] list object

Returned By

reportWizard.create mutation ● reportWizard.getReport query ● reportWizard.reportList query ● reportWizard.update mutation

Member Of

ReportWizardSchedule object ● ReportWizardSharedLink object