Skip to main content

UpdateReportableTableTemplateInput

All input for the updateReportableTableTemplate mutation.

input UpdateReportableTableTemplateInput {
clientMutationId: String
patch: ReportableTableTemplatePatch!
id: String!
}

Fields

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

UpdateReportableTableTemplateInput.patch ● ReportableTableTemplatePatch! non-null input

An object where the defined keys will be set on the ReportableTableTemplate being updated.

UpdateReportableTableTemplateInput.id ● String! non-null scalar

Member Of

updateReportableTableTemplate mutation