feat: clean prisma file, add validation, add prisma editor (#472)
This commit is contained in:
@ -2,10 +2,10 @@ import { registerEnumType } from '@nestjs/graphql';
|
||||
|
||||
export enum CommentThreadScalarFieldEnum {
|
||||
id = "id",
|
||||
createdAt = "createdAt",
|
||||
updatedAt = "updatedAt",
|
||||
workspaceId = "workspaceId",
|
||||
deletedAt = "deletedAt",
|
||||
workspaceId = "workspaceId"
|
||||
createdAt = "createdAt",
|
||||
updatedAt = "updatedAt"
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user