chore(workspaces): fix graphql enum

This commit is contained in:
Alessandro Magionami
2025-01-14 17:58:51 +01:00
parent ffec9c4929
commit 7bf3c5df74
8 changed files with 176 additions and 185 deletions
@@ -18,6 +18,7 @@ export default {
limit: number
cursor?: string
filter: {
workspaceId: string
userId: string
status?: WorkspaceJoinRequestStatus | null
}