Skip to main content

CreateAccordContactInput

All input for the create AccordContact mutation.

input CreateAccordContactInput {
clientMutationId: String
accordContact: AccordContactInput!
}

Fields

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

CreateAccordContactInput.accordContact ● AccordContactInput! non-null input

The AccordContact to be created by this mutation.

Member Of

createAccordContact mutation