OBJECT

ContactCreatePayload

Return type for createContact mutation.

link GraphQL Schema definition

  • type ContactCreatePayload {
  • # The new contact object.
  • contact: Contact
  • # List of errors that occurred executing the mutation.
  • contactUserErrors: [DisplayableError!]!
  • }