feat(chat): threads UI + graphql flow + qwen/gigachat integration
This commit is contained in:
5
Frontend/graphql/operations/login.graphql
Normal file
5
Frontend/graphql/operations/login.graphql
Normal file
@@ -0,0 +1,5 @@
|
||||
mutation LoginMutation($phone: String!, $password: String!) {
|
||||
login(phone: $phone, password: $password) {
|
||||
ok
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user