UpdateReportableTableByNodeIdInput
All input for the updateReportableTableByNodeId mutation.
input UpdateReportableTableByNodeIdInput {
clientMutationId: String
nodeId: ID!
patch: ReportableTablePatch!
}
Fields
UpdateReportableTableByNodeIdInput.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.
UpdateReportableTableByNodeIdInput.nodeId ● ID! non-null scalar
The globally unique ID which will identify a single ReportableTable to be updated.
UpdateReportableTableByNodeIdInput.patch ● ReportableTablePatch! non-null input
An object where the defined keys will be set on the ReportableTable being updated.
Member Of
updateReportableTableByNodeId mutation