feat(workspaces): added GQL fitlering capabilities to activeUser workspaces
* added filtering mechanism for getWorkspaces completed or not completed workspaces * added filtering mechanism to filter workspaces of active user by string hitting on slug or name
This commit is contained in:
committed by
GitHub
parent
3d4c4395f4
commit
fa5f2eb1f5
@@ -30,6 +30,12 @@ export const WorkspaceDomains = buildTableHelper('workspace_domains', [
|
||||
'verified'
|
||||
])
|
||||
|
||||
export const WorkspaceCreationState = buildTableHelper('workspace_creation_state', [
|
||||
'workspaceId',
|
||||
'completed',
|
||||
'state'
|
||||
])
|
||||
|
||||
export const WorkspaceJoinRequests = buildTableHelper('workspace_join_requests', [
|
||||
'workspaceId',
|
||||
'userId',
|
||||
|
||||
Reference in New Issue
Block a user