OBJECT
ContactRemovePayload
Return type for removeContact
mutation.
link GraphQL Schema definition
- type ContactRemovePayload {
- # The unique identifier of removed contact object.
- ID :
- # List of errors that occurred executing the mutation.
- DisplayableError!]! : [
- }