OBJECT
ReportWizardMutation
Report Wizard
link GraphQL Schema definition
- type ReportWizardMutation {
- # Arguments
- # name: [Not documented]
- # query: [Not documented]
- # category: [Not documented]
- # isPrivate: [Not documented]
- # customFields: [Not documented]
- # templateNid: [Not documented]
- # templateExcelNid: [Not documented]
- # roleNidList: [Not documented]
- (
- : String!,
- : ReportWizardGraphqlQueryString!,
- : String!,
- : Boolean,
- : Map,
- : TemplateNid,
- : TemplateNid,
- : [RoleNid!]
- ): ReportWizardType!
- # Arguments
- # reportWizardNid: [Not documented]
- # name: [Not documented]
- # query: [Not documented]
- # category: [Not documented]
- # isPrivate: [Not documented]
- # customFields: [Not documented]
- # roleNidList: [Not documented]
- (
- : ReportWizardNid!,
- : String,
- : ReportWizardGraphqlQueryString,
- : String,
- : Boolean,
- : Map,
- : [RoleNid!]
- ): ReportWizardType!
- # Arguments
- # reportWizardNid: [Not documented]
- (: ReportWizardNid!): Boolean
- : ReportWizardScheduleMutation!
- : ReportWizardRequestedReportsMutation!
- # Arguments
- # reportWizardNid: [Not documented]
- # excelTemplate: [Not documented]
- (
- : ReportWizardNid!,
- : String!
- ): Boolean
- # Update html/pdf template
- #
- # Arguments
- # templateNid: [Not documented]
- # templateData: [Not documented]
- (
- : TemplateNid!,
- : TemplateDataInputType!
- ): NonNullTemplateNewValueOrErrorList!
- # Arguments
- # reportWizardNid: [Not documented]
- # tagList: [Not documented]
- (
- : ReportWizardNid!,
- : [TagDefinitionInput!]!
- ): Boolean!
- # Arguments
- # tagDefinitionNid: [Not documented]
- (
- : TagDefinitionNid!
- ): Boolean!
- # Requires access to resource GRAPHQL_REPORT_WIZARD_SHARED_LINK_EDIT
- : ReportWizardSharedLinkMutation!
- : ReportWizardAiAssistantMutation!
- }