fix: standardize GraphQL schema UUID field types (#13550)
Closes [#1264](https://github.com/twentyhq/core-team-issues/issues/1264)
This commit is contained in:
+1
-1
@@ -33,7 +33,7 @@ export class BillingEntitlement {
|
||||
@Column({ nullable: false, type: 'text' })
|
||||
key: BillingEntitlementKey;
|
||||
|
||||
@Field()
|
||||
@Field(() => UUIDScalarType)
|
||||
@Column({ nullable: false, type: 'uuid' })
|
||||
workspaceId: string;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user