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