Skip to main content

ContactUpdateInput

Autogenerated input type of ContactUpdate

input ContactUpdateInput {
clientMutationId: String
contactId: ID!
contactType: ContactType!
}

Fields

ContactUpdateInput.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

ContactUpdateInput.contactId ● ID! non-null scalar common

The ID of the contact to update.

ContactUpdateInput.contactType ● ContactType! non-null enum common

The contact type.

Member of

contactUpdate mutation