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.
Switch branch mutation.
| Field | Value |
|---|---|
| Name | switchBranch |
| Group | Conversations |
| Type | Mutation |
| Signature | switchBranch(conversationId: ID!, messageId: ID!): Message! |
mutation SwitchBranch($conversationId: ID!, $messageId: ID!) {
switchBranch(conversationId: $conversationId, messageId: $messageId) {
conversationId
costCredits
createdAt
createdBy
editedAt
}
}
{
"conversationId": "",
"messageId": ""
}