Operation details
Playground
Query
query.graphql
Variables
variables.json
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Add participant mutation.
| Field | Value |
|---|---|
| Name | addParticipant |
| Group | Conversations |
| Type | Mutation |
| Signature | addParticipant(conversationId: ID!, input: AddParticipantInput!): ConversationParticipant! |
mutation AddParticipant($conversationId: ID!, $input: AddParticipantInput!) {
addParticipant(conversationId: $conversationId, input: $input) {
agentId
avatarUrl
conversationId
displayName
id
}
}
{
"conversationId": "",
"input": {
"userId": ""
}
}