Skip to main content

UpdateAccordByNodeIdInput

All input for the updateAccordByNodeId mutation.

input UpdateAccordByNodeIdInput {
clientMutationId: String
nodeId: ID!
patch: AccordPatch!
}

Fields

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

UpdateAccordByNodeIdInput.nodeId ● ID! non-null scalar

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

UpdateAccordByNodeIdInput.patch ● AccordPatch! non-null input

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

Member Of

updateAccordByNodeId mutation