mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-15 00:56:26 +08: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