Skip to main content

Mutation: create

Requires access to resource REPORT_WIZARD_EDIT

reportWizard {
create(
name: String!
query: ReportWizardGraphqlQueryString!
category: String!
isPrivate: Boolean
customFields: Map
templateNid: TemplateNid
templateExcelNid: TemplateNid
roleNidList: [RoleNid!]
): ReportWizardType!
}

Arguments

create.name ● String! non-null scalar

create.query ● ReportWizardGraphqlQueryString! non-null scalar

create.category ● String! non-null scalar

create.isPrivate ● Boolean scalar

create.customFields ● Map scalar

create.templateNid ● TemplateNid scalar

create.templateExcelNid ● TemplateNid scalar

create.roleNidList ● [RoleNid!] list scalar

Type

ReportWizardType object

Represents single report from Report Wizard.