INPUT_OBJECT

ConversationRemoveInput

Specified the fields required to remove existing conversation.

link GraphQL Schema definition

  • input ConversationRemoveInput {
  • # The Conversation ID to remove.
  • conversationId: ID!
  • }