OBJECT

CreateContactPayload

Autogenerated return type of CreateContact

link GraphQL Schema definition

  • type CreateContactPayload {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • contact: Contact
  • errors: [UserError!]!
  • }

link Require by