feat(workspaces): get workspace by slug gql api (#3080)

This commit is contained in:
Gergő Jedlicska
2024-09-23 15:56:00 +02:00
committed by GitHub
parent 5c089011c9
commit 4b944bb259
8 changed files with 86 additions and 0 deletions
@@ -10,6 +10,10 @@ export = !FF_WORKSPACES_MODULE_ENABLED
workspace: async () => {
throw new WorkspacesModuleDisabledError()
},
workspaceBySlug: async () => {
throw new WorkspacesModuleDisabledError()
},
workspaceInvite: async () => {
throw new WorkspacesModuleDisabledError()
}