Skip to main content

UpdateAccordInput

All input for the updateAccord mutation.

input UpdateAccordInput {
clientMutationId: String
patch: AccordPatch!
id: String!
}

Fields

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

UpdateAccordInput.patch ● AccordPatch! non-null input

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

UpdateAccordInput.id ● String! non-null scalar

Member Of

updateAccord mutation