CreateReportableTableTemplateInput
All input for the create ReportableTableTemplate mutation.
input CreateReportableTableTemplateInput {
clientMutationId: String
reportableTableTemplate: ReportableTableTemplateInput!
}
Fields
CreateReportableTableTemplateInput.clientMutationId ● String scalar
An arbitrary string value with no semantic meaning. Will be included in the payload verbatim. May be used to track mutations by the client.
CreateReportableTableTemplateInput.reportableTableTemplate ● ReportableTableTemplateInput! non-null input
The ReportableTableTemplate to be created by this mutation.
Member Of
createReportableTableTemplate mutation