feat(chat): threads UI + graphql flow + qwen/gigachat integration
This commit is contained in:
17
Frontend/graphql/operations/me.graphql
Normal file
17
Frontend/graphql/operations/me.graphql
Normal file
@@ -0,0 +1,17 @@
|
||||
query MeQuery {
|
||||
me {
|
||||
user {
|
||||
id
|
||||
phone
|
||||
name
|
||||
}
|
||||
team {
|
||||
id
|
||||
name
|
||||
}
|
||||
conversation {
|
||||
id
|
||||
title
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user