Skip to main content

UpdateAccordDomainInput

All input for the updateAccordDomain mutation.

input UpdateAccordDomainInput {
clientMutationId: String
patch: AccordDomainPatch!
id: String!
}

Fields

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

UpdateAccordDomainInput.patch ● AccordDomainPatch! non-null input

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

UpdateAccordDomainInput.id ● String! non-null scalar

Member Of

updateAccordDomain mutation