OBJECT

ConversationRemovePayload

Return type for removeConversation mutation.

link GraphQL Schema definition

  • type ConversationRemovePayload {
  • # The unique identifier of removed conversation object.
  • removedConversationId: ID
  • # List of errors that occurred executing the mutation.
  • conversationUserErrors: [DisplayableError!]!
  • }