mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-02 18:09:58 +08:00
fix(server): nullable value for parent id (#10725)
This commit is contained in:
@@ -78,7 +78,6 @@ export interface Copilot {
|
||||
__typename?: 'Copilot';
|
||||
/** Get the context list of a session */
|
||||
contexts: Array<CopilotContext>;
|
||||
docId: Maybe<Scalars['ID']['output']>;
|
||||
histories: Array<CopilotHistories>;
|
||||
/** Get the quota of the user in the workspace */
|
||||
quota: CopilotQuota;
|
||||
|
||||
Reference in New Issue
Block a user