Merge branch 'main' of github.com:specklesystems/speckle-server into alessandro/web-1767-guest-table-should-show-what-they-have-access-to

This commit is contained in:
Alessandro Magionami
2024-09-16 16:14:54 +02:00
21 changed files with 105 additions and 58 deletions
@@ -891,6 +891,12 @@ export = FF_WORKSPACES_MODULE_ENABLED
getWorkspaceWithDomains: getWorkspaceWithDomainsFactory({ db })
})({ workspaceId, userId })
}
},
ServerInfo: {
workspaces: () => ({})
},
ServerWorkspacesInfo: {
workspacesEnabled: () => true
}
} as Resolvers)
: {}