Skip to main content

Mutation: create

reportWizard {
requestedReports {
create(
name: String!
query: ReportWizardGraphqlQueryString!
templateNid: TemplateNid!
templateExcelNid: TemplateNid!
customFields: Map
): Boolean!
}
}

Arguments

create.name ● String! non-null scalar

create.query ● ReportWizardGraphqlQueryString! non-null scalar

create.templateNid ● TemplateNid! non-null scalar

create.templateExcelNid ● TemplateNid! non-null scalar

create.customFields ● Map scalar

Type

Boolean scalar

The Boolean scalar type represents true or false.