Skip to main content

UpdateReportableTableRowByNodeIdInput

All input for the updateReportableTableRowByNodeId mutation.

input UpdateReportableTableRowByNodeIdInput {
clientMutationId: String
nodeId: ID!
patch: ReportableTableRowPatch!
}

Fields

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

UpdateReportableTableRowByNodeIdInput.nodeId ● ID! non-null scalar

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

UpdateReportableTableRowByNodeIdInput.patch ● ReportableTableRowPatch! non-null input

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

Member Of

updateReportableTableRowByNodeId mutation