Skip to main content
Remove Participant mutation.

Operation details

FieldValue
NameremoveParticipant
GroupConversations
TypeMutation
SignatureremoveParticipant(conversationId: ID!, userId: ID!): Boolean

Playground

Query

Query
mutation RemoveParticipant($conversationId: ID!, $userId: ID!) {
  removeParticipant(conversationId: $conversationId, userId: $userId)
}

Variables

Variables
{
  "conversationId": "",
  "userId": ""
}