Skip to main content

UpdateAccordMemberInput

All input for the updateAccordMember mutation.

input UpdateAccordMemberInput {
clientMutationId: String
patch: AccordMemberPatch!
id: String!
}

Fields

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

UpdateAccordMemberInput.patch ● AccordMemberPatch! non-null input

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

UpdateAccordMemberInput.id ● String! non-null scalar

Member Of

updateAccordMember mutation