mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-04 02:49:57 +08:00
fix(server): nullable value for parent id (#10725)
This commit is contained in:
@@ -39,7 +39,6 @@ enum ContextFileStatus {
|
||||
type Copilot {
|
||||
"""Get the context list of a session"""
|
||||
contexts(contextId: String, sessionId: String!): [CopilotContext!]!
|
||||
docId: ID
|
||||
histories(docId: String, options: QueryChatHistoriesInput): [CopilotHistories!]!
|
||||
|
||||
"""Get the quota of the user in the workspace"""
|
||||
|
||||
Reference in New Issue
Block a user