Skip to main content

UpdateAccordContactInput

All input for the updateAccordContact mutation.

input UpdateAccordContactInput {
clientMutationId: String
patch: AccordContactPatch!
id: String!
}

Fields

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

UpdateAccordContactInput.patch ● AccordContactPatch! non-null input

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

UpdateAccordContactInput.id ● String! non-null scalar

Member Of

updateAccordContact mutation