Skip to main content

Documentation Index

Fetch the complete documentation index at: https://veryfront.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

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": ""
}