chore: update prompts (#6782)

This commit is contained in:
darkskygit
2024-05-06 12:42:12 +00:00
parent d657f4091a
commit 8194cb7773
3 changed files with 15 additions and 4 deletions
-2
View File
@@ -222,8 +222,6 @@ type Mutation {
setBlob(blob: Upload!, workspaceId: String!): String!
setWorkspaceExperimentalFeature(enable: Boolean!, feature: FeatureType!, workspaceId: String!): Boolean!
sharePage(pageId: String!, workspaceId: String!): Boolean! @deprecated(reason: "renamed to publishPage")
signIn(email: String!, password: String!): UserType!
signUp(email: String!, name: String!, password: String!): UserType!
updateProfile(input: UpdateUserInput!): UserType!
updateSubscriptionRecurring(idempotencyKey: String!, plan: SubscriptionPlan = Pro, recurring: SubscriptionRecurring!): UserSubscription!