OBJECT

ContactRemovePayload

Return type for removeContact mutation.

link GraphQL Schema definition

  • type ContactRemovePayload {
  • # The unique identifier of removed contact object.
  • removedContactId: ID
  • # List of errors that occurred executing the mutation.
  • contactUserErrors: [DisplayableError!]!
  • }