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
-3
View File
@@ -9,7 +9,6 @@ generates:
- 'typescript-resolvers'
config:
contextType: '@/modules/shared/helpers/typeHelper#GraphQLContext'
allowParentTypeOverride: true
mappers:
Stream: '@/modules/core/helpers/graphTypes#StreamGraphQLReturn'
Commit: '@/modules/core/helpers/graphTypes#CommitGraphQLReturn'
@@ -107,8 +106,6 @@ config:
scalars:
JSONObject: Record<string, unknown>
DateTime: Date
enumValues:
WorkspaceJoinRequestStatus: '@/modules/workspacesCore/helpers/graphTypes#WorkspaceJoinRequestStatusGraphQLReturn'
require:
- ts-node/register
- tsconfig-paths/register