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 -2
View File
@@ -695,7 +695,7 @@ type CopilotWorkspaceIgnoredDocTypeEdge {
}
input CreateChatMessageInput {
attachments: [String!]
attachments: [String!] @deprecated(reason: "use blobs")
blob: Upload
blobs: [Upload!]
content: String
@@ -718,7 +718,7 @@ input CreateChatSessionInput {
input CreateCheckoutSessionInput {
args: JSONObject
coupon: String
idempotencyKey: String
idempotencyKey: String @deprecated(reason: "not required anymore")
plan: SubscriptionPlan = Pro
recurring: SubscriptionRecurring = Yearly
successCallbackLink: String!