Skip to main content

ContactCreatePayload

Autogenerated return type of ContactCreate

type ContactCreatePayload {
clientMutationId: String
contact: Contact
errors: [UserError!]!
}

Fields

ContactCreatePayload.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

ContactCreatePayload.contact ● Contact object common

The contact that was created.

ContactCreatePayload.errors ● [UserError!]! non-null object common

Errors related to user input

Returned by

contactCreate mutation