OBJECT

DeletePictureOutput

The type representing response objects for a delete contact picture mutation.

link GraphQL Schema definition

  • type DeletePictureOutput {
  • # The contact ID for which the picture was removed.
  • contact_id: UUID!
  • # The list of errors, in case the `status` was `error`.
  • errors: [ErrorMessage!]
  • # The status of the operation. Was the picture deleted successfully or not.
  • status: RequestStatus!
  • }

link Require by