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.
- : UUID!
- # The list of errors, in case the `status` was `error`.
- : [ErrorMessage!]
- # The status of the operation. Was the picture deleted successfully or not.
- : RequestStatus!
- }