Skip to main content

CreateReportableTableInput

All input for the create ReportableTable mutation.

input CreateReportableTableInput {
clientMutationId: String
reportableTable: ReportableTableInput!
}

Fields

CreateReportableTableInput.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.

CreateReportableTableInput.reportableTable ● ReportableTableInput! non-null input

The ReportableTable to be created by this mutation.

Member Of

createReportableTable mutation