chore: cleanup outdated api (#6604)

This commit is contained in:
darkskygit
2024-04-18 14:42:45 +00:00
parent a537f8eb0b
commit b3b9e9a056
9 changed files with 21 additions and 104 deletions

View File

@@ -278,9 +278,6 @@ type Query {
listWorkspaceFeatures(feature: FeatureType!): [WorkspaceType!]!
prices: [SubscriptionPrice!]!
"""Get public workspace by id"""
publicWorkspace(id: String!): WorkspaceType!
"""server config"""
serverConfig: ServerConfigType!