feat(workspaces): leave workspace (#2585)

This commit is contained in:
Gergő Jedlicska
2024-08-06 16:55:40 +02:00
committed by GitHub
parent 72bc7357c5
commit 625fec4294
9 changed files with 177 additions and 3 deletions
@@ -71,6 +71,11 @@ export = !FF_WORKSPACES_MODULE_ENABLED
workspaceList: async () => {
throw new WorkspacesModuleDisabledError()
}
},
ActiveUserMutations: {
workspaceMutations: async () => {
throw new WorkspacesModuleDisabledError()
}
}
} as Resolvers)
: {}