mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 20:38:52 +00:00
chore(server): return parent id of sessions (#10638)
This commit is contained in:
@@ -197,6 +197,7 @@ type CopilotQuota {
|
||||
|
||||
type CopilotSessionType {
|
||||
id: ID!
|
||||
parentSessionId: ID
|
||||
promptName: String!
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user