mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
9 lines
145 B
GraphQL
9 lines
145 B
GraphQL
query getCopilotSessions($workspaceId: String!) {
|
|
currentUser {
|
|
copilot(workspaceId: $workspaceId) {
|
|
chats
|
|
actions
|
|
}
|
|
}
|
|
}
|