update websocket
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { DateTimeResolver, JSONObjectResolver } from 'graphql-scalars'
|
||||
import { JSONObjectResolver } from 'graphql-scalars'
|
||||
import PrismaPlugin, {
|
||||
PothosPrismaDatamodel,
|
||||
PrismaClient,
|
||||
@@ -25,8 +25,7 @@ import { getDatamodel } from '../types/pothos.generated'
|
||||
import { DateTime } from 'luxon'
|
||||
import { Kind } from 'graphql'
|
||||
import { DateTimeUtils } from '../common/utils/datetime.utils'
|
||||
|
||||
// import { rules } from '../common/graphql/common.graphql.auth-rule';
|
||||
import { JsonValue } from '@prisma/client/runtime/library'
|
||||
|
||||
export type SchemaContext =
|
||||
| {
|
||||
@@ -65,8 +64,8 @@ export interface SchemaBuilderOption {
|
||||
Output: string | DateTime | Date
|
||||
}
|
||||
Json: {
|
||||
Input: JSON
|
||||
Output: JSON
|
||||
Input: JsonValue
|
||||
Output: JsonValue
|
||||
}
|
||||
Upload: {
|
||||
Input: FileUpload
|
||||
@@ -161,8 +160,6 @@ export class Builder extends SchemaBuilder<SchemaBuilderOption> {
|
||||
: parent.totalCount,
|
||||
}),
|
||||
)
|
||||
|
||||
// test print ManagedServiceWhereUniqueInput
|
||||
}
|
||||
}
|
||||
export type BuilderTypes =
|
||||
|
||||
Reference in New Issue
Block a user