feat(server): synthetic root doc (#14794)

This commit is contained in:
DarkSky
2026-04-06 17:16:34 +08:00
committed by GitHub
parent 64149d909a
commit 193ec14ad3
35 changed files with 1784 additions and 409 deletions
+2
View File
@@ -832,6 +832,7 @@ export interface CopilotWorkspaceIgnoredDocTypeEdge {
}
export interface CreateChatMessageInput {
/** @deprecated use blobs */
attachments?: InputMaybe<Array<Scalars['String']['input']>>;
blob?: InputMaybe<Scalars['Upload']['input']>;
blobs?: InputMaybe<Array<Scalars['Upload']['input']>>;
@@ -853,6 +854,7 @@ export interface CreateChatSessionInput {
export interface CreateCheckoutSessionInput {
args?: InputMaybe<Scalars['JSONObject']['input']>;
coupon?: InputMaybe<Scalars['String']['input']>;
/** @deprecated not required anymore */
idempotencyKey?: InputMaybe<Scalars['String']['input']>;
plan?: InputMaybe<SubscriptionPlan>;
recurring?: InputMaybe<SubscriptionRecurring>;