feat(chat): threads UI + graphql flow + qwen/gigachat integration
This commit is contained in:
10
Frontend/graphql/operations/chat-conversations.graphql
Normal file
10
Frontend/graphql/operations/chat-conversations.graphql
Normal file
@@ -0,0 +1,10 @@
|
||||
query ChatConversationsQuery {
|
||||
chatConversations {
|
||||
id
|
||||
title
|
||||
createdAt
|
||||
updatedAt
|
||||
lastMessageAt
|
||||
lastMessageText
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user