mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-09 21:25:45 +08:00
feat(server): synthetic root doc (#14794)
This commit is contained in:
@@ -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!
|
||||
|
||||
Reference in New Issue
Block a user