feat(workspaces): emit who will be added to workspace for a given project move (#4332)
* wip * feat(workspaces): preflight service wip * feat(workspaces): move project to workspace dry run * fix(workspaces): add tests and refine query * chore(workspaces): gqlgen
This commit is contained in:
@@ -40,3 +40,5 @@ export type WorkspaceCollaboratorGraphQLReturn = WorkspaceTeamMember
|
||||
export type WorkspacePermissionChecksGraphQLReturn = {
|
||||
workspaceId: string
|
||||
}
|
||||
|
||||
export type ProjectMoveToWorkspaceDryRunGraphQLReturn = LimitedUserRecord[]
|
||||
|
||||
Reference in New Issue
Block a user