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.
Conversation read state query.
| Field | Value |
|---|---|
| Name | conversationReadState |
| Group | Conversations |
| Type | Query |
| Signature | conversationReadState(conversationId: ID!): ConversationReadState! |
query ConversationReadState($conversationId: ID!) {
conversationReadState(conversationId: $conversationId) {
conversationId
lastReadMessageId
unreadCount
}
}
{
"conversationId": ""
}