Skip to main content

UpdateAccordDomainByNodeIdInput

All input for the updateAccordDomainByNodeId mutation.

input UpdateAccordDomainByNodeIdInput {
clientMutationId: String
nodeId: ID!
patch: AccordDomainPatch!
}

Fields

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

UpdateAccordDomainByNodeIdInput.nodeId ● ID! non-null scalar

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

UpdateAccordDomainByNodeIdInput.patch ● AccordDomainPatch! non-null input

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

Member Of

updateAccordDomainByNodeId mutation