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.

Conversation Read State query.

Operation details

FieldValue
NameconversationReadState
GroupConversations
TypeQuery
SignatureconversationReadState(conversationId: ID!): ConversationReadState!

Playground

Query

Query
query ConversationReadState($conversationId: ID!) {
  conversationReadState(conversationId: $conversationId) {
    conversationId
    lastReadMessageId
    unreadCount
  }
}

Variables

Variables
{
  "conversationId": ""
}