Skip to main content

UpdateAccordMemberByNodeIdInput

All input for the updateAccordMemberByNodeId mutation.

input UpdateAccordMemberByNodeIdInput {
clientMutationId: String
nodeId: ID!
patch: AccordMemberPatch!
}

Fields

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

UpdateAccordMemberByNodeIdInput.nodeId ● ID! non-null scalar

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

UpdateAccordMemberByNodeIdInput.patch ● AccordMemberPatch! non-null input

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

Member Of

updateAccordMemberByNodeId mutation