feat(workspaces): add workspaceRole to LimitedUser type (#3721)
* feat(workspaces): add workspaceRole to LimitedUser type * fix(users): require workspace access for query
This commit is contained in:
@@ -115,7 +115,8 @@ export = !FF_WORKSPACES_MODULE_ENABLED
|
||||
}
|
||||
},
|
||||
LimitedUser: {
|
||||
workspaceDomainPolicyCompliant: async () => null
|
||||
workspaceDomainPolicyCompliant: async () => null,
|
||||
workspaceRole: async () => null
|
||||
},
|
||||
ServerInfo: {
|
||||
workspaces: () => ({})
|
||||
|
||||
Reference in New Issue
Block a user