Skip to main content

UpdateReportableTableTemplateByNodeIdInput

All input for the updateReportableTableTemplateByNodeId mutation.

input UpdateReportableTableTemplateByNodeIdInput {
clientMutationId: String
nodeId: ID!
patch: ReportableTableTemplatePatch!
}

Fields

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

UpdateReportableTableTemplateByNodeIdInput.nodeId ● ID! non-null scalar

The globally unique ID which will identify a single ReportableTableTemplate to be updated.

UpdateReportableTableTemplateByNodeIdInput.patch ● ReportableTableTemplatePatch! non-null input

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

Member Of

updateReportableTableTemplateByNodeId mutation