diff --git a/experiments/generated-schema.graphql b/experiments/generated-schema.graphql index bb13aa7b..fc3ce356 100644 --- a/experiments/generated-schema.graphql +++ b/experiments/generated-schema.graphql @@ -58,12 +58,54 @@ input BoolFilter { not: NestedBoolFilter } +input BoolWithAggregatesFilter { + count: NestedIntFilter + equals: Boolean + max: NestedBoolFilter + min: NestedBoolFilter + not: NestedBoolWithAggregatesFilter +} + type Category { name: String! number: Int! slug: String! } +type CategoryAvgAggregate { + number: Float! +} + +type CategoryCountAggregate { + _all: Int! + name: Int + number: Int! + slug: Int +} + +type CategoryGroupBy { + avg: CategoryAvgAggregate + count: CategoryCountAggregate + max: CategoryMaxAggregate + min: CategoryMinAggregate + name: String! + number: Int! + slug: String! + sum: CategorySumAggregate +} + +type CategoryMaxAggregate { + name: String + number: Int! + slug: String +} + +type CategoryMinAggregate { + name: String + number: Int! + slug: String +} + input CategoryOrderByInput { name: SortOrder number: SortOrder @@ -76,11 +118,24 @@ enum CategoryScalarFieldEnum { slug } +input CategoryScalarWhereWithAggregatesInput { + AND: [CategoryScalarWhereWithAggregatesInput!] + name: StringWithAggregatesFilter + NOT: [CategoryScalarWhereWithAggregatesInput!] + number: IntWithAggregatesFilter + OR: [CategoryScalarWhereWithAggregatesInput!] + slug: StringWithAggregatesFilter +} + input CategorySlugNumberCompoundUniqueInput { number: Int! slug: String! } +type CategorySumAggregate { + number: Int! +} + input CategoryWhereInput { AND: [CategoryWhereInput!] name: StringFilter @@ -182,6 +237,21 @@ input ClientCreateWithoutPostsInput { role: Role! } +type ClientGroupBy { + age: Int! + amount: Float! + avg: ClientAvgAggregate + balance: Float! + count: ClientCountAggregate + email: String! + id: Int! + max: ClientMaxAggregate + min: ClientMinAggregate + name: String + role: Role! + sum: ClientSumAggregate +} + type ClientMaxAggregate { age: Int! amount: Float! @@ -227,6 +297,19 @@ enum ClientScalarFieldEnum { role } +input ClientScalarWhereWithAggregatesInput { + accountBalance: FloatWithAggregatesFilter + age: IntWithAggregatesFilter + amount: FloatWithAggregatesFilter + AND: [ClientScalarWhereWithAggregatesInput!] + email: StringWithAggregatesFilter + firstName: StringNullableWithAggregatesFilter + id: IntWithAggregatesFilter + NOT: [ClientScalarWhereWithAggregatesInput!] + OR: [ClientScalarWhereWithAggregatesInput!] + role: EnumRoleWithAggregatesFilter +} + type ClientSumAggregate { age: Int! amount: Float! @@ -377,6 +460,16 @@ input CreatorCreateWithoutProblemsInput { name: String! } +type CreatorGroupBy { + avg: CreatorAvgAggregate + count: CreatorCountAggregate + id: Int! + max: CreatorMaxAggregate + min: CreatorMinAggregate + name: String! + sum: CreatorSumAggregate +} + input CreatorListRelationFilter { every: CreatorWhereInput none: CreatorWhereInput @@ -416,6 +509,14 @@ input CreatorScalarWhereInput { OR: [CreatorScalarWhereInput!] } +input CreatorScalarWhereWithAggregatesInput { + AND: [CreatorScalarWhereWithAggregatesInput!] + id: IntWithAggregatesFilter + name: StringWithAggregatesFilter + NOT: [CreatorScalarWhereWithAggregatesInput!] + OR: [CreatorScalarWhereWithAggregatesInput!] +} + type CreatorSumAggregate { id: Int! } @@ -518,6 +619,20 @@ input DateTimeFilter { notIn: [DateTime!] } +input DateTimeWithAggregatesFilter { + count: NestedIntFilter + equals: DateTime + gt: DateTime + gte: DateTime + in: [DateTime!] + lt: DateTime + lte: DateTime + max: NestedDateTimeFilter + min: NestedDateTimeFilter + not: NestedDateTimeWithAggregatesFilter + notIn: [DateTime!] +} + type Director { firstName: String! lastName: String! @@ -557,6 +672,14 @@ input DirectorFirstNameLastNameCompoundUniqueInput { lastName: String! } +type DirectorGroupBy { + count: DirectorCountAggregate + firstName: String! + lastName: String! + max: DirectorMaxAggregate + min: DirectorMinAggregate +} + type DirectorMaxAggregate { firstName: String lastName: String @@ -582,6 +705,14 @@ enum DirectorScalarFieldEnum { lastName } +input DirectorScalarWhereWithAggregatesInput { + AND: [DirectorScalarWhereWithAggregatesInput!] + firstName: StringWithAggregatesFilter + lastName: StringWithAggregatesFilter + NOT: [DirectorScalarWhereWithAggregatesInput!] + OR: [DirectorScalarWhereWithAggregatesInput!] +} + input DirectorUpdateInput { firstName: StringFieldUpdateOperationsInput lastName: StringFieldUpdateOperationsInput @@ -631,6 +762,16 @@ input EnumPostKindNullableFilter { notIn: [PostKind!] } +input EnumPostKindNullableWithAggregatesFilter { + count: NestedIntNullableFilter + equals: PostKind + in: [PostKind!] + max: NestedEnumPostKindNullableFilter + min: NestedEnumPostKindNullableFilter + not: NestedEnumPostKindNullableWithAggregatesFilter + notIn: [PostKind!] +} + input EnumRoleFieldUpdateOperationsInput { set: Role } @@ -642,6 +783,16 @@ input EnumRoleFilter { notIn: [Role!] } +input EnumRoleWithAggregatesFilter { + count: NestedIntFilter + equals: Role + in: [Role!] + max: NestedEnumRoleFilter + min: NestedEnumRoleFilter + not: NestedEnumRoleWithAggregatesFilter + notIn: [Role!] +} + input FloatFieldUpdateOperationsInput { decrement: Float divide: Float @@ -661,6 +812,22 @@ input FloatFilter { notIn: [Float!] } +input FloatWithAggregatesFilter { + avg: NestedFloatFilter + count: NestedIntFilter + equals: Float + gt: Float + gte: Float + in: [Float!] + lt: Float + lte: Float + max: NestedFloatFilter + min: NestedFloatFilter + not: NestedFloatWithAggregatesFilter + notIn: [Float!] + sum: NestedFloatFilter +} + input IntFieldUpdateOperationsInput { decrement: Int divide: Int @@ -691,6 +858,38 @@ input IntNullableFilter { notIn: [Int!] } +input IntNullableWithAggregatesFilter { + avg: NestedFloatNullableFilter + count: NestedIntNullableFilter + equals: Int + gt: Int + gte: Int + in: [Int!] + lt: Int + lte: Int + max: NestedIntNullableFilter + min: NestedIntNullableFilter + not: NestedIntNullableWithAggregatesFilter + notIn: [Int!] + sum: NestedIntNullableFilter +} + +input IntWithAggregatesFilter { + avg: NestedFloatFilter + count: NestedIntFilter + equals: Int + gt: Int + gte: Int + in: [Int!] + lt: Int + lte: Int + max: NestedIntFilter + min: NestedIntFilter + not: NestedIntWithAggregatesFilter + notIn: [Int!] + sum: NestedIntFilter +} + """ The `JSON` scalar type represents JSON values as specified by [ECMA-404](http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf). """ @@ -701,6 +900,14 @@ input JsonFilter { not: JSON } +input JsonWithAggregatesFilter { + count: NestedIntFilter + equals: JSON + max: NestedJsonFilter + min: NestedJsonFilter + not: JSON +} + type Movie { director: Director! directorFirstName: String! @@ -741,6 +948,15 @@ input MovieDirectorFirstNameDirectorLastNameTitleCompoundUniqueInput { title: String! } +type MovieGroupBy { + count: MovieCountAggregate + directorFirstName: String! + directorLastName: String! + max: MovieMaxAggregate + min: MovieMinAggregate + title: String! +} + input MovieListRelationFilter { every: MovieWhereInput none: MovieWhereInput @@ -780,6 +996,15 @@ input MovieScalarWhereInput { title: StringFilter } +input MovieScalarWhereWithAggregatesInput { + AND: [MovieScalarWhereWithAggregatesInput!] + directorFirstName: StringWithAggregatesFilter + directorLastName: StringWithAggregatesFilter + NOT: [MovieScalarWhereWithAggregatesInput!] + OR: [MovieScalarWhereWithAggregatesInput!] + title: StringWithAggregatesFilter +} + input MovieUpdateInput { director: DirectorUpdateOneRequiredWithoutMoviesInput title: StringFieldUpdateOperationsInput @@ -883,6 +1108,14 @@ input NestedBoolFilter { not: NestedBoolFilter } +input NestedBoolWithAggregatesFilter { + count: NestedIntFilter + equals: Boolean + max: NestedBoolFilter + min: NestedBoolFilter + not: NestedBoolWithAggregatesFilter +} + input NestedDateTimeFilter { equals: DateTime gt: DateTime @@ -894,6 +1127,20 @@ input NestedDateTimeFilter { notIn: [DateTime!] } +input NestedDateTimeWithAggregatesFilter { + count: NestedIntFilter + equals: DateTime + gt: DateTime + gte: DateTime + in: [DateTime!] + lt: DateTime + lte: DateTime + max: NestedDateTimeFilter + min: NestedDateTimeFilter + not: NestedDateTimeWithAggregatesFilter + notIn: [DateTime!] +} + input NestedEnumPostKindNullableFilter { equals: PostKind in: [PostKind!] @@ -901,6 +1148,16 @@ input NestedEnumPostKindNullableFilter { notIn: [PostKind!] } +input NestedEnumPostKindNullableWithAggregatesFilter { + count: NestedIntNullableFilter + equals: PostKind + in: [PostKind!] + max: NestedEnumPostKindNullableFilter + min: NestedEnumPostKindNullableFilter + not: NestedEnumPostKindNullableWithAggregatesFilter + notIn: [PostKind!] +} + input NestedEnumRoleFilter { equals: Role in: [Role!] @@ -908,6 +1165,16 @@ input NestedEnumRoleFilter { notIn: [Role!] } +input NestedEnumRoleWithAggregatesFilter { + count: NestedIntFilter + equals: Role + in: [Role!] + max: NestedEnumRoleFilter + min: NestedEnumRoleFilter + not: NestedEnumRoleWithAggregatesFilter + notIn: [Role!] +} + input NestedFloatFilter { equals: Float gt: Float @@ -919,6 +1186,33 @@ input NestedFloatFilter { notIn: [Float!] } +input NestedFloatNullableFilter { + equals: Float + gt: Float + gte: Float + in: [Float!] + lt: Float + lte: Float + not: NestedFloatNullableFilter + notIn: [Float!] +} + +input NestedFloatWithAggregatesFilter { + avg: NestedFloatFilter + count: NestedIntFilter + equals: Float + gt: Float + gte: Float + in: [Float!] + lt: Float + lte: Float + max: NestedFloatFilter + min: NestedFloatFilter + not: NestedFloatWithAggregatesFilter + notIn: [Float!] + sum: NestedFloatFilter +} + input NestedIntFilter { equals: Int gt: Int @@ -941,6 +1235,43 @@ input NestedIntNullableFilter { notIn: [Int!] } +input NestedIntNullableWithAggregatesFilter { + avg: NestedFloatNullableFilter + count: NestedIntNullableFilter + equals: Int + gt: Int + gte: Int + in: [Int!] + lt: Int + lte: Int + max: NestedIntNullableFilter + min: NestedIntNullableFilter + not: NestedIntNullableWithAggregatesFilter + notIn: [Int!] + sum: NestedIntNullableFilter +} + +input NestedIntWithAggregatesFilter { + avg: NestedFloatFilter + count: NestedIntFilter + equals: Int + gt: Int + gte: Int + in: [Int!] + lt: Int + lte: Int + max: NestedIntFilter + min: NestedIntFilter + not: NestedIntWithAggregatesFilter + notIn: [Int!] + sum: NestedIntFilter +} + +input NestedJsonFilter { + equals: JSON + not: JSON +} + input NestedStringFilter { contains: String endsWith: String @@ -969,6 +1300,40 @@ input NestedStringNullableFilter { startsWith: String } +input NestedStringNullableWithAggregatesFilter { + contains: String + count: NestedIntNullableFilter + endsWith: String + equals: String + gt: String + gte: String + in: [String!] + lt: String + lte: String + max: NestedStringNullableFilter + min: NestedStringNullableFilter + not: NestedStringNullableWithAggregatesFilter + notIn: [String!] + startsWith: String +} + +input NestedStringWithAggregatesFilter { + contains: String + count: NestedIntFilter + endsWith: String + equals: String + gt: String + gte: String + in: [String!] + lt: String + lte: String + max: NestedStringFilter + min: NestedStringFilter + not: NestedStringWithAggregatesFilter + notIn: [String!] + startsWith: String +} + input NullableEnumPostKindFieldUpdateOperationsInput { set: PostKind } @@ -1001,6 +1366,15 @@ input PatientFirstNameLastNameCompoundUniqueInput { lastName: String! } +type PatientGroupBy { + count: PatientCountAggregate + email: String! + firstName: String! + lastName: String! + max: PatientMaxAggregate + min: PatientMinAggregate +} + type PatientMaxAggregate { email: String firstName: String @@ -1025,6 +1399,15 @@ enum PatientScalarFieldEnum { lastName } +input PatientScalarWhereWithAggregatesInput { + AND: [PatientScalarWhereWithAggregatesInput!] + email: StringWithAggregatesFilter + firstName: StringWithAggregatesFilter + lastName: StringWithAggregatesFilter + NOT: [PatientScalarWhereWithAggregatesInput!] + OR: [PatientScalarWhereWithAggregatesInput!] +} + input PatientUpdateInput { email: StringFieldUpdateOperationsInput firstName: StringFieldUpdateOperationsInput @@ -1063,6 +1446,26 @@ type Post { uuid: String! } +type PostAvgAggregate { + authorId: Float! + editorId: Float +} + +type PostCountAggregate { + _all: Int! + authorId: Int! + content: Int + createdAt: Int + editorId: Int + kind: Int + metadata: Int + published: Int + subtitle: Int + title: Int + updatedAt: Int + uuid: Int +} + input PostCreateInput { author: ClientCreateOneWithoutPostsInput! content: String @@ -1125,6 +1528,25 @@ input PostCreateWithoutEditorInput { uuid: String } +type PostGroupBy { + authorId: Int! + avg: PostAvgAggregate + content: String + count: PostCountAggregate + createdAt: DateTime! + editorId: Int + kind: PostKind + max: PostMaxAggregate + metadata: JSON! + min: PostMinAggregate + published: Boolean! + subtitle: String! + sum: PostSumAggregate + title: String! + updatedAt: DateTime! + uuid: String! +} + enum PostKind { ADVERT BLOG @@ -1136,6 +1558,34 @@ input PostListRelationFilter { some: PostWhereInput } +type PostMaxAggregate { + authorId: Int! + content: String + createdAt: DateTime + editorId: Int + kind: PostKind + metadata: JSON + published: Boolean + subtitle: String + title: String + updatedAt: DateTime + uuid: String +} + +type PostMinAggregate { + authorId: Int! + content: String + createdAt: DateTime + editorId: Int + kind: PostKind + metadata: JSON + published: Boolean + subtitle: String + title: String + updatedAt: DateTime + uuid: String +} + input PostOrderByInput { authorId: SortOrder content: SortOrder @@ -1181,6 +1631,28 @@ input PostScalarWhereInput { uuid: StringFilter } +input PostScalarWhereWithAggregatesInput { + AND: [PostScalarWhereWithAggregatesInput!] + authorId: IntWithAggregatesFilter + content: StringNullableWithAggregatesFilter + createdAt: DateTimeWithAggregatesFilter + editorId: IntNullableWithAggregatesFilter + kind: EnumPostKindNullableWithAggregatesFilter + metadata: JsonWithAggregatesFilter + NOT: [PostScalarWhereWithAggregatesInput!] + OR: [PostScalarWhereWithAggregatesInput!] + published: BoolWithAggregatesFilter + subtitle: StringWithAggregatesFilter + title: StringWithAggregatesFilter + updatedAt: DateTimeWithAggregatesFilter + uuid: StringWithAggregatesFilter +} + +type PostSumAggregate { + authorId: Int! + editorId: Int +} + input PostUpdateManyMutationInput { content: NullableStringFieldUpdateOperationsInput createdAt: DateTimeFieldUpdateOperationsInput @@ -1358,6 +1830,17 @@ input ProblemCreateWithoutLikedByInput { problemText: String! } +type ProblemGroupBy { + avg: ProblemAvgAggregate + count: ProblemCountAggregate + creatorId: Int + id: Int! + max: ProblemMaxAggregate + min: ProblemMinAggregate + problemText: String! + sum: ProblemSumAggregate +} + input ProblemListRelationFilter { every: ProblemWhereInput none: ProblemWhereInput @@ -1397,6 +1880,15 @@ input ProblemScalarWhereInput { problemText: StringFilter } +input ProblemScalarWhereWithAggregatesInput { + AND: [ProblemScalarWhereWithAggregatesInput!] + creatorId: IntNullableWithAggregatesFilter + id: IntWithAggregatesFilter + NOT: [ProblemScalarWhereWithAggregatesInput!] + OR: [ProblemScalarWhereWithAggregatesInput!] + problemText: StringWithAggregatesFilter +} + type ProblemSumAggregate { creatorId: Int id: Int! @@ -1518,6 +2010,14 @@ type Query { findFirstMovie(cursor: MovieWhereUniqueInput, distinct: [MovieScalarFieldEnum!], orderBy: [MovieOrderByInput!], skip: Int, take: Int, where: MovieWhereInput): Movie findFirstPatient(cursor: PatientWhereUniqueInput, distinct: [PatientScalarFieldEnum!], orderBy: [PatientOrderByInput!], skip: Int, take: Int, where: PatientWhereInput): Patient findFirstProblem(cursor: ProblemWhereUniqueInput, distinct: [ProblemScalarFieldEnum!], orderBy: [ProblemOrderByInput!], skip: Int, take: Int, where: ProblemWhereInput): Problem + groupByCategory(by: [CategoryScalarFieldEnum!]!, having: CategoryScalarWhereWithAggregatesInput, orderBy: [CategoryOrderByInput!], skip: Int, take: Int, where: CategoryWhereInput): [CategoryGroupBy!]! + groupByClient(by: [ClientScalarFieldEnum!]!, having: ClientScalarWhereWithAggregatesInput, orderBy: [ClientOrderByInput!], skip: Int, take: Int, where: ClientWhereInput): [ClientGroupBy!]! + groupByCreator(by: [CreatorScalarFieldEnum!]!, having: CreatorScalarWhereWithAggregatesInput, orderBy: [CreatorOrderByInput!], skip: Int, take: Int, where: CreatorWhereInput): [CreatorGroupBy!]! + groupByDirector(by: [DirectorScalarFieldEnum!]!, having: DirectorScalarWhereWithAggregatesInput, orderBy: [DirectorOrderByInput!], skip: Int, take: Int, where: DirectorWhereInput): [DirectorGroupBy!]! + groupByMovie(by: [MovieScalarFieldEnum!]!, having: MovieScalarWhereWithAggregatesInput, orderBy: [MovieOrderByInput!], skip: Int, take: Int, where: MovieWhereInput): [MovieGroupBy!]! + groupByPatient(by: [PatientScalarFieldEnum!]!, having: PatientScalarWhereWithAggregatesInput, orderBy: [PatientOrderByInput!], skip: Int, take: Int, where: PatientWhereInput): [PatientGroupBy!]! + groupByPost(by: [PostScalarFieldEnum!]!, having: PostScalarWhereWithAggregatesInput, orderBy: [PostOrderByInput!], skip: Int, take: Int, where: PostWhereInput): [PostGroupBy!]! + groupByProblem(by: [ProblemScalarFieldEnum!]!, having: ProblemScalarWhereWithAggregatesInput, orderBy: [ProblemOrderByInput!], skip: Int, take: Int, where: ProblemWhereInput): [ProblemGroupBy!]! movie(where: MovieWhereUniqueInput!): Movie movies(cursor: MovieWhereUniqueInput, distinct: [MovieScalarFieldEnum!], orderBy: [MovieOrderByInput!], skip: Int, take: Int, where: MovieWhereInput): [Movie!]! patient(where: PatientWhereUniqueInput!): Patient @@ -1577,3 +2077,39 @@ input StringNullableFilter { notIn: [String!] startsWith: String } + +input StringNullableWithAggregatesFilter { + contains: String + count: NestedIntNullableFilter + endsWith: String + equals: String + gt: String + gte: String + in: [String!] + lt: String + lte: String + max: NestedStringNullableFilter + min: NestedStringNullableFilter + mode: QueryMode + not: NestedStringNullableWithAggregatesFilter + notIn: [String!] + startsWith: String +} + +input StringWithAggregatesFilter { + contains: String + count: NestedIntFilter + endsWith: String + equals: String + gt: String + gte: String + in: [String!] + lt: String + lte: String + max: NestedStringFilter + min: NestedStringFilter + mode: QueryMode + not: NestedStringWithAggregatesFilter + notIn: [String!] + startsWith: String +} diff --git a/experiments/prisma/generated/client/index.d.ts b/experiments/prisma/generated/client/index.d.ts index 59ec0e24..8f1dae7a 100644 --- a/experiments/prisma/generated/client/index.d.ts +++ b/experiments/prisma/generated/client/index.d.ts @@ -949,6 +949,44 @@ export namespace Prisma { } + + + export type UserGroupByArgs = { + where?: UserWhereInput + orderBy?: Enumerable + by: Array + having?: UserScalarWhereWithAggregatesInput + take?: number + skip?: number + count?: UserCountAggregateInputType | true + avg?: UserAvgAggregateInputType + sum?: UserSumAggregateInputType + min?: UserMinAggregateInputType + max?: UserMaxAggregateInputType + } + + + export type UserGroupByOutputType = { + id: number + email: string + name: string | null + age: number + balance: number + amount: number + role: Role + count: UserCountAggregateOutputType | null + avg: UserAvgAggregateOutputType | null + sum: UserSumAggregateOutputType | null + min: UserMinAggregateOutputType | null + max: UserMaxAggregateOutputType | null + } + + type GetUserGroupByPayload = Promise & { + [P in ((keyof T) & (keyof UserGroupByOutputType))]: GetScalarType + } + >> + export type UserSelect = { id?: boolean @@ -1203,7 +1241,80 @@ export namespace Prisma { **/ aggregate(args: Subset): Promise> - + /** + * Group by User. + * @param {UserGroupByArgs} args - Group by arguments. + * @example + * // Group by city, order by createdAt, get count + * const result = await prisma.user.groupBy({ + * by: ['city', 'createdAt'], + * orderBy: { + * createdAt: true + * }, + * count: { + * _all: true + * }, + * }) + * + **/ + groupBy< + T extends UserGroupByArgs, + HasSelectOrTake extends Or< + Extends<'skip', Keys>, + Extends<'take', Keys> + >, + OrderByArg extends True extends HasSelectOrTake + ? { orderBy: UserGroupByArgs['orderBy'] } + : { orderBy?: UserGroupByArgs['orderBy'] }, + OrderFields extends Keys>, + ByFields extends TupleToUnion, + ByValid extends Has, + HavingFields extends GetHavingFields, + HavingValid extends Has, + ByEmpty extends T['by'] extends never[] ? True : False, + InputErrors extends ByEmpty extends True + ? `Error: "by" must not be empty.` + : HavingValid extends False + ? { + [P in HavingFields]: P extends ByFields + ? never + : P extends string + ? `Error: Field "${P}" used in "having" needs to be provided in "by".` + : [ + Error, + 'Field ', + P, + ` in "having" needs to be provided in "by"`, + ] + }[HavingFields] + : 'take' extends Keys + ? 'orderBy' extends Keys + ? ByValid extends True + ? {} + : { + [P in OrderFields]: P extends ByFields + ? never + : `Error: Field "${P}" in "orderBy" needs to be provided in "by"` + }[OrderFields] + : 'Error: If you provide "take", you also need to provide "orderBy"' + : 'skip' extends Keys + ? 'orderBy' extends Keys + ? ByValid extends True + ? {} + : { + [P in OrderFields]: P extends ByFields + ? never + : `Error: Field "${P}" in "orderBy" needs to be provided in "by"` + }[OrderFields] + : 'Error: If you provide "skip", you also need to provide "orderBy"' + : ByValid extends True + ? {} + : { + [P in OrderFields]: P extends ByFields + ? never + : `Error: Field "${P}" in "orderBy" needs to be provided in "by"` + }[OrderFields] + >(args: SubsetIntersection & InputErrors): {} extends InputErrors ? GetUserGroupByPayload : Promise } /** @@ -1688,6 +1799,48 @@ export namespace Prisma { } + + + export type PostGroupByArgs = { + where?: postWhereInput + orderBy?: Enumerable + by: Array + having?: postScalarWhereWithAggregatesInput + take?: number + skip?: number + count?: PostCountAggregateInputType | true + avg?: PostAvgAggregateInputType + sum?: PostSumAggregateInputType + min?: PostMinAggregateInputType + max?: PostMaxAggregateInputType + } + + + export type PostGroupByOutputType = { + uuid: string + createdAt: Date + updatedAt: Date + published: boolean + title: string + subtitle: string + content: string | null + authorId: number + editorId: number | null + kind: PostKind | null + metadata: JsonValue + count: PostCountAggregateOutputType | null + avg: PostAvgAggregateOutputType | null + sum: PostSumAggregateOutputType | null + min: PostMinAggregateOutputType | null + max: PostMaxAggregateOutputType | null + } + + type GetPostGroupByPayload = Promise & { + [P in ((keyof T) & (keyof PostGroupByOutputType))]: GetScalarType + } + >> + export type postSelect = { uuid?: boolean @@ -1946,7 +2099,80 @@ export namespace Prisma { **/ aggregate(args: Subset): Promise> - + /** + * Group by Post. + * @param {PostGroupByArgs} args - Group by arguments. + * @example + * // Group by city, order by createdAt, get count + * const result = await prisma.user.groupBy({ + * by: ['city', 'createdAt'], + * orderBy: { + * createdAt: true + * }, + * count: { + * _all: true + * }, + * }) + * + **/ + groupBy< + T extends PostGroupByArgs, + HasSelectOrTake extends Or< + Extends<'skip', Keys>, + Extends<'take', Keys> + >, + OrderByArg extends True extends HasSelectOrTake + ? { orderBy: PostGroupByArgs['orderBy'] } + : { orderBy?: PostGroupByArgs['orderBy'] }, + OrderFields extends Keys>, + ByFields extends TupleToUnion, + ByValid extends Has, + HavingFields extends GetHavingFields, + HavingValid extends Has, + ByEmpty extends T['by'] extends never[] ? True : False, + InputErrors extends ByEmpty extends True + ? `Error: "by" must not be empty.` + : HavingValid extends False + ? { + [P in HavingFields]: P extends ByFields + ? never + : P extends string + ? `Error: Field "${P}" used in "having" needs to be provided in "by".` + : [ + Error, + 'Field ', + P, + ` in "having" needs to be provided in "by"`, + ] + }[HavingFields] + : 'take' extends Keys + ? 'orderBy' extends Keys + ? ByValid extends True + ? {} + : { + [P in OrderFields]: P extends ByFields + ? never + : `Error: Field "${P}" in "orderBy" needs to be provided in "by"` + }[OrderFields] + : 'Error: If you provide "take", you also need to provide "orderBy"' + : 'skip' extends Keys + ? 'orderBy' extends Keys + ? ByValid extends True + ? {} + : { + [P in OrderFields]: P extends ByFields + ? never + : `Error: Field "${P}" in "orderBy" needs to be provided in "by"` + }[OrderFields] + : 'Error: If you provide "skip", you also need to provide "orderBy"' + : ByValid extends True + ? {} + : { + [P in OrderFields]: P extends ByFields + ? never + : `Error: Field "${P}" in "orderBy" needs to be provided in "by"` + }[OrderFields] + >(args: SubsetIntersection & InputErrors): {} extends InputErrors ? GetPostGroupByPayload : Promise } /** @@ -2379,6 +2605,40 @@ export namespace Prisma { } + + + export type CategoryGroupByArgs = { + where?: CategoryWhereInput + orderBy?: Enumerable + by: Array + having?: CategoryScalarWhereWithAggregatesInput + take?: number + skip?: number + count?: CategoryCountAggregateInputType | true + avg?: CategoryAvgAggregateInputType + sum?: CategorySumAggregateInputType + min?: CategoryMinAggregateInputType + max?: CategoryMaxAggregateInputType + } + + + export type CategoryGroupByOutputType = { + name: string + slug: string + number: number + count: CategoryCountAggregateOutputType | null + avg: CategoryAvgAggregateOutputType | null + sum: CategorySumAggregateOutputType | null + min: CategoryMinAggregateOutputType | null + max: CategoryMaxAggregateOutputType | null + } + + type GetCategoryGroupByPayload = Promise & { + [P in ((keyof T) & (keyof CategoryGroupByOutputType))]: GetScalarType + } + >> + export type CategorySelect = { name?: boolean @@ -2613,7 +2873,80 @@ export namespace Prisma { **/ aggregate(args: Subset): Promise> - + /** + * Group by Category. + * @param {CategoryGroupByArgs} args - Group by arguments. + * @example + * // Group by city, order by createdAt, get count + * const result = await prisma.user.groupBy({ + * by: ['city', 'createdAt'], + * orderBy: { + * createdAt: true + * }, + * count: { + * _all: true + * }, + * }) + * + **/ + groupBy< + T extends CategoryGroupByArgs, + HasSelectOrTake extends Or< + Extends<'skip', Keys>, + Extends<'take', Keys> + >, + OrderByArg extends True extends HasSelectOrTake + ? { orderBy: CategoryGroupByArgs['orderBy'] } + : { orderBy?: CategoryGroupByArgs['orderBy'] }, + OrderFields extends Keys>, + ByFields extends TupleToUnion, + ByValid extends Has, + HavingFields extends GetHavingFields, + HavingValid extends Has, + ByEmpty extends T['by'] extends never[] ? True : False, + InputErrors extends ByEmpty extends True + ? `Error: "by" must not be empty.` + : HavingValid extends False + ? { + [P in HavingFields]: P extends ByFields + ? never + : P extends string + ? `Error: Field "${P}" used in "having" needs to be provided in "by".` + : [ + Error, + 'Field ', + P, + ` in "having" needs to be provided in "by"`, + ] + }[HavingFields] + : 'take' extends Keys + ? 'orderBy' extends Keys + ? ByValid extends True + ? {} + : { + [P in OrderFields]: P extends ByFields + ? never + : `Error: Field "${P}" in "orderBy" needs to be provided in "by"` + }[OrderFields] + : 'Error: If you provide "take", you also need to provide "orderBy"' + : 'skip' extends Keys + ? 'orderBy' extends Keys + ? ByValid extends True + ? {} + : { + [P in OrderFields]: P extends ByFields + ? never + : `Error: Field "${P}" in "orderBy" needs to be provided in "by"` + }[OrderFields] + : 'Error: If you provide "skip", you also need to provide "orderBy"' + : ByValid extends True + ? {} + : { + [P in OrderFields]: P extends ByFields + ? never + : `Error: Field "${P}" in "orderBy" needs to be provided in "by"` + }[OrderFields] + >(args: SubsetIntersection & InputErrors): {} extends InputErrors ? GetCategoryGroupByPayload : Promise } /** @@ -2981,6 +3314,36 @@ export namespace Prisma { } + + + export type PatientGroupByArgs = { + where?: PatientWhereInput + orderBy?: Enumerable + by: Array + having?: PatientScalarWhereWithAggregatesInput + take?: number + skip?: number + count?: PatientCountAggregateInputType | true + min?: PatientMinAggregateInputType + max?: PatientMaxAggregateInputType + } + + + export type PatientGroupByOutputType = { + firstName: string + lastName: string + email: string + count: PatientCountAggregateOutputType | null + min: PatientMinAggregateOutputType | null + max: PatientMaxAggregateOutputType | null + } + + type GetPatientGroupByPayload = Promise & { + [P in ((keyof T) & (keyof PatientGroupByOutputType))]: GetScalarType + } + >> + export type PatientSelect = { firstName?: boolean @@ -3215,7 +3578,80 @@ export namespace Prisma { **/ aggregate(args: Subset): Promise> - + /** + * Group by Patient. + * @param {PatientGroupByArgs} args - Group by arguments. + * @example + * // Group by city, order by createdAt, get count + * const result = await prisma.user.groupBy({ + * by: ['city', 'createdAt'], + * orderBy: { + * createdAt: true + * }, + * count: { + * _all: true + * }, + * }) + * + **/ + groupBy< + T extends PatientGroupByArgs, + HasSelectOrTake extends Or< + Extends<'skip', Keys>, + Extends<'take', Keys> + >, + OrderByArg extends True extends HasSelectOrTake + ? { orderBy: PatientGroupByArgs['orderBy'] } + : { orderBy?: PatientGroupByArgs['orderBy'] }, + OrderFields extends Keys>, + ByFields extends TupleToUnion, + ByValid extends Has, + HavingFields extends GetHavingFields, + HavingValid extends Has, + ByEmpty extends T['by'] extends never[] ? True : False, + InputErrors extends ByEmpty extends True + ? `Error: "by" must not be empty.` + : HavingValid extends False + ? { + [P in HavingFields]: P extends ByFields + ? never + : P extends string + ? `Error: Field "${P}" used in "having" needs to be provided in "by".` + : [ + Error, + 'Field ', + P, + ` in "having" needs to be provided in "by"`, + ] + }[HavingFields] + : 'take' extends Keys + ? 'orderBy' extends Keys + ? ByValid extends True + ? {} + : { + [P in OrderFields]: P extends ByFields + ? never + : `Error: Field "${P}" in "orderBy" needs to be provided in "by"` + }[OrderFields] + : 'Error: If you provide "take", you also need to provide "orderBy"' + : 'skip' extends Keys + ? 'orderBy' extends Keys + ? ByValid extends True + ? {} + : { + [P in OrderFields]: P extends ByFields + ? never + : `Error: Field "${P}" in "orderBy" needs to be provided in "by"` + }[OrderFields] + : 'Error: If you provide "skip", you also need to provide "orderBy"' + : ByValid extends True + ? {} + : { + [P in OrderFields]: P extends ByFields + ? never + : `Error: Field "${P}" in "orderBy" needs to be provided in "by"` + }[OrderFields] + >(args: SubsetIntersection & InputErrors): {} extends InputErrors ? GetPatientGroupByPayload : Promise } /** @@ -3583,6 +4019,36 @@ export namespace Prisma { } + + + export type MovieGroupByArgs = { + where?: MovieWhereInput + orderBy?: Enumerable + by: Array + having?: MovieScalarWhereWithAggregatesInput + take?: number + skip?: number + count?: MovieCountAggregateInputType | true + min?: MovieMinAggregateInputType + max?: MovieMaxAggregateInputType + } + + + export type MovieGroupByOutputType = { + directorFirstName: string + directorLastName: string + title: string + count: MovieCountAggregateOutputType | null + min: MovieMinAggregateOutputType | null + max: MovieMaxAggregateOutputType | null + } + + type GetMovieGroupByPayload = Promise & { + [P in ((keyof T) & (keyof MovieGroupByOutputType))]: GetScalarType + } + >> + export type MovieSelect = { directorFirstName?: boolean @@ -3827,7 +4293,80 @@ export namespace Prisma { **/ aggregate(args: Subset): Promise> - + /** + * Group by Movie. + * @param {MovieGroupByArgs} args - Group by arguments. + * @example + * // Group by city, order by createdAt, get count + * const result = await prisma.user.groupBy({ + * by: ['city', 'createdAt'], + * orderBy: { + * createdAt: true + * }, + * count: { + * _all: true + * }, + * }) + * + **/ + groupBy< + T extends MovieGroupByArgs, + HasSelectOrTake extends Or< + Extends<'skip', Keys>, + Extends<'take', Keys> + >, + OrderByArg extends True extends HasSelectOrTake + ? { orderBy: MovieGroupByArgs['orderBy'] } + : { orderBy?: MovieGroupByArgs['orderBy'] }, + OrderFields extends Keys>, + ByFields extends TupleToUnion, + ByValid extends Has, + HavingFields extends GetHavingFields, + HavingValid extends Has, + ByEmpty extends T['by'] extends never[] ? True : False, + InputErrors extends ByEmpty extends True + ? `Error: "by" must not be empty.` + : HavingValid extends False + ? { + [P in HavingFields]: P extends ByFields + ? never + : P extends string + ? `Error: Field "${P}" used in "having" needs to be provided in "by".` + : [ + Error, + 'Field ', + P, + ` in "having" needs to be provided in "by"`, + ] + }[HavingFields] + : 'take' extends Keys + ? 'orderBy' extends Keys + ? ByValid extends True + ? {} + : { + [P in OrderFields]: P extends ByFields + ? never + : `Error: Field "${P}" in "orderBy" needs to be provided in "by"` + }[OrderFields] + : 'Error: If you provide "take", you also need to provide "orderBy"' + : 'skip' extends Keys + ? 'orderBy' extends Keys + ? ByValid extends True + ? {} + : { + [P in OrderFields]: P extends ByFields + ? never + : `Error: Field "${P}" in "orderBy" needs to be provided in "by"` + }[OrderFields] + : 'Error: If you provide "skip", you also need to provide "orderBy"' + : ByValid extends True + ? {} + : { + [P in OrderFields]: P extends ByFields + ? never + : `Error: Field "${P}" in "orderBy" needs to be provided in "by"` + }[OrderFields] + >(args: SubsetIntersection & InputErrors): {} extends InputErrors ? GetMovieGroupByPayload : Promise } /** @@ -4222,6 +4761,35 @@ export namespace Prisma { } + + + export type DirectorGroupByArgs = { + where?: DirectorWhereInput + orderBy?: Enumerable + by: Array + having?: DirectorScalarWhereWithAggregatesInput + take?: number + skip?: number + count?: DirectorCountAggregateInputType | true + min?: DirectorMinAggregateInputType + max?: DirectorMaxAggregateInputType + } + + + export type DirectorGroupByOutputType = { + firstName: string + lastName: string + count: DirectorCountAggregateOutputType | null + min: DirectorMinAggregateOutputType | null + max: DirectorMaxAggregateOutputType | null + } + + type GetDirectorGroupByPayload = Promise & { + [P in ((keyof T) & (keyof DirectorGroupByOutputType))]: GetScalarType + } + >> + export type DirectorSelect = { firstName?: boolean @@ -4465,7 +5033,80 @@ export namespace Prisma { **/ aggregate(args: Subset): Promise> - + /** + * Group by Director. + * @param {DirectorGroupByArgs} args - Group by arguments. + * @example + * // Group by city, order by createdAt, get count + * const result = await prisma.user.groupBy({ + * by: ['city', 'createdAt'], + * orderBy: { + * createdAt: true + * }, + * count: { + * _all: true + * }, + * }) + * + **/ + groupBy< + T extends DirectorGroupByArgs, + HasSelectOrTake extends Or< + Extends<'skip', Keys>, + Extends<'take', Keys> + >, + OrderByArg extends True extends HasSelectOrTake + ? { orderBy: DirectorGroupByArgs['orderBy'] } + : { orderBy?: DirectorGroupByArgs['orderBy'] }, + OrderFields extends Keys>, + ByFields extends TupleToUnion, + ByValid extends Has, + HavingFields extends GetHavingFields, + HavingValid extends Has, + ByEmpty extends T['by'] extends never[] ? True : False, + InputErrors extends ByEmpty extends True + ? `Error: "by" must not be empty.` + : HavingValid extends False + ? { + [P in HavingFields]: P extends ByFields + ? never + : P extends string + ? `Error: Field "${P}" used in "having" needs to be provided in "by".` + : [ + Error, + 'Field ', + P, + ` in "having" needs to be provided in "by"`, + ] + }[HavingFields] + : 'take' extends Keys + ? 'orderBy' extends Keys + ? ByValid extends True + ? {} + : { + [P in OrderFields]: P extends ByFields + ? never + : `Error: Field "${P}" in "orderBy" needs to be provided in "by"` + }[OrderFields] + : 'Error: If you provide "take", you also need to provide "orderBy"' + : 'skip' extends Keys + ? 'orderBy' extends Keys + ? ByValid extends True + ? {} + : { + [P in OrderFields]: P extends ByFields + ? never + : `Error: Field "${P}" in "orderBy" needs to be provided in "by"` + }[OrderFields] + : 'Error: If you provide "skip", you also need to provide "orderBy"' + : ByValid extends True + ? {} + : { + [P in OrderFields]: P extends ByFields + ? never + : `Error: Field "${P}" in "orderBy" needs to be provided in "by"` + }[OrderFields] + >(args: SubsetIntersection & InputErrors): {} extends InputErrors ? GetDirectorGroupByPayload : Promise } /** @@ -4900,6 +5541,40 @@ export namespace Prisma { } + + + export type ProblemGroupByArgs = { + where?: ProblemWhereInput + orderBy?: Enumerable + by: Array + having?: ProblemScalarWhereWithAggregatesInput + take?: number + skip?: number + count?: ProblemCountAggregateInputType | true + avg?: ProblemAvgAggregateInputType + sum?: ProblemSumAggregateInputType + min?: ProblemMinAggregateInputType + max?: ProblemMaxAggregateInputType + } + + + export type ProblemGroupByOutputType = { + id: number + problemText: string + creatorId: number | null + count: ProblemCountAggregateOutputType | null + avg: ProblemAvgAggregateOutputType | null + sum: ProblemSumAggregateOutputType | null + min: ProblemMinAggregateOutputType | null + max: ProblemMaxAggregateOutputType | null + } + + type GetProblemGroupByPayload = Promise & { + [P in ((keyof T) & (keyof ProblemGroupByOutputType))]: GetScalarType + } + >> + export type ProblemSelect = { id?: boolean @@ -5150,7 +5825,80 @@ export namespace Prisma { **/ aggregate(args: Subset): Promise> - + /** + * Group by Problem. + * @param {ProblemGroupByArgs} args - Group by arguments. + * @example + * // Group by city, order by createdAt, get count + * const result = await prisma.user.groupBy({ + * by: ['city', 'createdAt'], + * orderBy: { + * createdAt: true + * }, + * count: { + * _all: true + * }, + * }) + * + **/ + groupBy< + T extends ProblemGroupByArgs, + HasSelectOrTake extends Or< + Extends<'skip', Keys>, + Extends<'take', Keys> + >, + OrderByArg extends True extends HasSelectOrTake + ? { orderBy: ProblemGroupByArgs['orderBy'] } + : { orderBy?: ProblemGroupByArgs['orderBy'] }, + OrderFields extends Keys>, + ByFields extends TupleToUnion, + ByValid extends Has, + HavingFields extends GetHavingFields, + HavingValid extends Has, + ByEmpty extends T['by'] extends never[] ? True : False, + InputErrors extends ByEmpty extends True + ? `Error: "by" must not be empty.` + : HavingValid extends False + ? { + [P in HavingFields]: P extends ByFields + ? never + : P extends string + ? `Error: Field "${P}" used in "having" needs to be provided in "by".` + : [ + Error, + 'Field ', + P, + ` in "having" needs to be provided in "by"`, + ] + }[HavingFields] + : 'take' extends Keys + ? 'orderBy' extends Keys + ? ByValid extends True + ? {} + : { + [P in OrderFields]: P extends ByFields + ? never + : `Error: Field "${P}" in "orderBy" needs to be provided in "by"` + }[OrderFields] + : 'Error: If you provide "take", you also need to provide "orderBy"' + : 'skip' extends Keys + ? 'orderBy' extends Keys + ? ByValid extends True + ? {} + : { + [P in OrderFields]: P extends ByFields + ? never + : `Error: Field "${P}" in "orderBy" needs to be provided in "by"` + }[OrderFields] + : 'Error: If you provide "skip", you also need to provide "orderBy"' + : ByValid extends True + ? {} + : { + [P in OrderFields]: P extends ByFields + ? never + : `Error: Field "${P}" in "orderBy" needs to be provided in "by"` + }[OrderFields] + >(args: SubsetIntersection & InputErrors): {} extends InputErrors ? GetProblemGroupByPayload : Promise } /** @@ -5577,6 +6325,39 @@ export namespace Prisma { } + + + export type CreatorGroupByArgs = { + where?: CreatorWhereInput + orderBy?: Enumerable + by: Array + having?: CreatorScalarWhereWithAggregatesInput + take?: number + skip?: number + count?: CreatorCountAggregateInputType | true + avg?: CreatorAvgAggregateInputType + sum?: CreatorSumAggregateInputType + min?: CreatorMinAggregateInputType + max?: CreatorMaxAggregateInputType + } + + + export type CreatorGroupByOutputType = { + id: number + name: string + count: CreatorCountAggregateOutputType | null + avg: CreatorAvgAggregateOutputType | null + sum: CreatorSumAggregateOutputType | null + min: CreatorMinAggregateOutputType | null + max: CreatorMaxAggregateOutputType | null + } + + type GetCreatorGroupByPayload = Promise & { + [P in ((keyof T) & (keyof CreatorGroupByOutputType))]: GetScalarType + } + >> + export type CreatorSelect = { id?: boolean @@ -5826,7 +6607,80 @@ export namespace Prisma { **/ aggregate(args: Subset): Promise> - + /** + * Group by Creator. + * @param {CreatorGroupByArgs} args - Group by arguments. + * @example + * // Group by city, order by createdAt, get count + * const result = await prisma.user.groupBy({ + * by: ['city', 'createdAt'], + * orderBy: { + * createdAt: true + * }, + * count: { + * _all: true + * }, + * }) + * + **/ + groupBy< + T extends CreatorGroupByArgs, + HasSelectOrTake extends Or< + Extends<'skip', Keys>, + Extends<'take', Keys> + >, + OrderByArg extends True extends HasSelectOrTake + ? { orderBy: CreatorGroupByArgs['orderBy'] } + : { orderBy?: CreatorGroupByArgs['orderBy'] }, + OrderFields extends Keys>, + ByFields extends TupleToUnion, + ByValid extends Has, + HavingFields extends GetHavingFields, + HavingValid extends Has, + ByEmpty extends T['by'] extends never[] ? True : False, + InputErrors extends ByEmpty extends True + ? `Error: "by" must not be empty.` + : HavingValid extends False + ? { + [P in HavingFields]: P extends ByFields + ? never + : P extends string + ? `Error: Field "${P}" used in "having" needs to be provided in "by".` + : [ + Error, + 'Field ', + P, + ` in "having" needs to be provided in "by"`, + ] + }[HavingFields] + : 'take' extends Keys + ? 'orderBy' extends Keys + ? ByValid extends True + ? {} + : { + [P in OrderFields]: P extends ByFields + ? never + : `Error: Field "${P}" in "orderBy" needs to be provided in "by"` + }[OrderFields] + : 'Error: If you provide "take", you also need to provide "orderBy"' + : 'skip' extends Keys + ? 'orderBy' extends Keys + ? ByValid extends True + ? {} + : { + [P in OrderFields]: P extends ByFields + ? never + : `Error: Field "${P}" in "orderBy" needs to be provided in "by"` + }[OrderFields] + : 'Error: If you provide "skip", you also need to provide "orderBy"' + : ByValid extends True + ? {} + : { + [P in OrderFields]: P extends ByFields + ? never + : `Error: Field "${P}" in "orderBy" needs to be provided in "by"` + }[OrderFields] + >(args: SubsetIntersection & InputErrors): {} extends InputErrors ? GetCreatorGroupByPayload : Promise } /** @@ -6261,6 +7115,19 @@ export namespace Prisma { email?: string } + export type UserScalarWhereWithAggregatesInput = { + AND?: Enumerable + OR?: Enumerable + NOT?: Enumerable + id?: IntWithAggregatesFilter | number + email?: StringWithAggregatesFilter | string + name?: StringNullableWithAggregatesFilter | string | null + age?: IntWithAggregatesFilter | number + balance?: FloatWithAggregatesFilter | number + amount?: FloatWithAggregatesFilter | number + role?: EnumRoleWithAggregatesFilter | Role + } + export type postWhereInput = { AND?: Enumerable OR?: Enumerable @@ -6298,6 +7165,23 @@ export namespace Prisma { uuid?: string } + export type postScalarWhereWithAggregatesInput = { + AND?: Enumerable + OR?: Enumerable + NOT?: Enumerable + uuid?: StringWithAggregatesFilter | string + createdAt?: DateTimeWithAggregatesFilter | Date | string + updatedAt?: DateTimeWithAggregatesFilter | Date | string + published?: BoolWithAggregatesFilter | boolean + title?: StringWithAggregatesFilter | string + subtitle?: StringWithAggregatesFilter | string + content?: StringNullableWithAggregatesFilter | string | null + authorId?: IntWithAggregatesFilter | number + editorId?: IntNullableWithAggregatesFilter | number | null + kind?: EnumPostKindNullableWithAggregatesFilter | PostKind | null + metadata?: JsonWithAggregatesFilter + } + export type CategoryWhereInput = { AND?: Enumerable OR?: Enumerable @@ -6317,6 +7201,15 @@ export namespace Prisma { slug_number?: CategorySlugNumberCompoundUniqueInput } + export type CategoryScalarWhereWithAggregatesInput = { + AND?: Enumerable + OR?: Enumerable + NOT?: Enumerable + name?: StringWithAggregatesFilter | string + slug?: StringWithAggregatesFilter | string + number?: IntWithAggregatesFilter | number + } + export type PatientWhereInput = { AND?: Enumerable OR?: Enumerable @@ -6336,6 +7229,15 @@ export namespace Prisma { firstName_lastName?: PatientFirstNameLastNameCompoundUniqueInput } + export type PatientScalarWhereWithAggregatesInput = { + AND?: Enumerable + OR?: Enumerable + NOT?: Enumerable + firstName?: StringWithAggregatesFilter | string + lastName?: StringWithAggregatesFilter | string + email?: StringWithAggregatesFilter | string + } + export type MovieWhereInput = { AND?: Enumerable OR?: Enumerable @@ -6356,6 +7258,15 @@ export namespace Prisma { directorFirstName_directorLastName_title?: MovieDirectorFirstNameDirectorLastNameTitleCompoundUniqueInput } + export type MovieScalarWhereWithAggregatesInput = { + AND?: Enumerable + OR?: Enumerable + NOT?: Enumerable + directorFirstName?: StringWithAggregatesFilter | string + directorLastName?: StringWithAggregatesFilter | string + title?: StringWithAggregatesFilter | string + } + export type DirectorWhereInput = { AND?: Enumerable OR?: Enumerable @@ -6374,6 +7285,14 @@ export namespace Prisma { firstName_lastName?: DirectorFirstNameLastNameCompoundUniqueInput } + export type DirectorScalarWhereWithAggregatesInput = { + AND?: Enumerable + OR?: Enumerable + NOT?: Enumerable + firstName?: StringWithAggregatesFilter | string + lastName?: StringWithAggregatesFilter | string + } + export type ProblemWhereInput = { AND?: Enumerable OR?: Enumerable @@ -6395,6 +7314,15 @@ export namespace Prisma { id?: number } + export type ProblemScalarWhereWithAggregatesInput = { + AND?: Enumerable + OR?: Enumerable + NOT?: Enumerable + id?: IntWithAggregatesFilter | number + problemText?: StringWithAggregatesFilter | string + creatorId?: IntNullableWithAggregatesFilter | number | null + } + export type CreatorWhereInput = { AND?: Enumerable OR?: Enumerable @@ -6414,6 +7342,14 @@ export namespace Prisma { id?: number } + export type CreatorScalarWhereWithAggregatesInput = { + AND?: Enumerable + OR?: Enumerable + NOT?: Enumerable + id?: IntWithAggregatesFilter | number + name?: StringWithAggregatesFilter | string + } + export type UserCreateInput = { email: string name?: string | null @@ -6831,6 +7767,84 @@ export namespace Prisma { not?: NestedEnumRoleFilter | Role } + export type IntWithAggregatesFilter = { + equals?: number + in?: Enumerable + notIn?: Enumerable + lt?: number + lte?: number + gt?: number + gte?: number + not?: NestedIntWithAggregatesFilter | number + count?: NestedIntFilter + avg?: NestedFloatFilter + sum?: NestedIntFilter + min?: NestedIntFilter + max?: NestedIntFilter + } + + export type StringWithAggregatesFilter = { + equals?: string + in?: Enumerable + notIn?: Enumerable + lt?: string + lte?: string + gt?: string + gte?: string + contains?: string + startsWith?: string + endsWith?: string + mode?: QueryMode + not?: NestedStringWithAggregatesFilter | string + count?: NestedIntFilter + min?: NestedStringFilter + max?: NestedStringFilter + } + + export type StringNullableWithAggregatesFilter = { + equals?: string | null + in?: Enumerable | null + notIn?: Enumerable | null + lt?: string + lte?: string + gt?: string + gte?: string + contains?: string + startsWith?: string + endsWith?: string + mode?: QueryMode + not?: NestedStringNullableWithAggregatesFilter | string | null + count?: NestedIntNullableFilter + min?: NestedStringNullableFilter + max?: NestedStringNullableFilter + } + + export type FloatWithAggregatesFilter = { + equals?: number + in?: Enumerable + notIn?: Enumerable + lt?: number + lte?: number + gt?: number + gte?: number + not?: NestedFloatWithAggregatesFilter | number + count?: NestedIntFilter + avg?: NestedFloatFilter + sum?: NestedFloatFilter + min?: NestedFloatFilter + max?: NestedFloatFilter + } + + export type EnumRoleWithAggregatesFilter = { + equals?: Role + in?: Enumerable + notIn?: Enumerable + not?: NestedEnumRoleWithAggregatesFilter | Role + count?: NestedIntFilter + min?: NestedEnumRoleFilter + max?: NestedEnumRoleFilter + } + export type DateTimeFilter = { equals?: Date | string in?: Enumerable | Enumerable @@ -6875,6 +7889,62 @@ export namespace Prisma { not?: InputJsonValue } + export type DateTimeWithAggregatesFilter = { + equals?: Date | string + in?: Enumerable | Enumerable + notIn?: Enumerable | Enumerable + lt?: Date | string + lte?: Date | string + gt?: Date | string + gte?: Date | string + not?: NestedDateTimeWithAggregatesFilter | Date | string + count?: NestedIntFilter + min?: NestedDateTimeFilter + max?: NestedDateTimeFilter + } + + export type BoolWithAggregatesFilter = { + equals?: boolean + not?: NestedBoolWithAggregatesFilter | boolean + count?: NestedIntFilter + min?: NestedBoolFilter + max?: NestedBoolFilter + } + + export type IntNullableWithAggregatesFilter = { + equals?: number | null + in?: Enumerable | null + notIn?: Enumerable | null + lt?: number + lte?: number + gt?: number + gte?: number + not?: NestedIntNullableWithAggregatesFilter | number | null + count?: NestedIntNullableFilter + avg?: NestedFloatNullableFilter + sum?: NestedIntNullableFilter + min?: NestedIntNullableFilter + max?: NestedIntNullableFilter + } + + export type EnumPostKindNullableWithAggregatesFilter = { + equals?: PostKind | null + in?: Enumerable | null + notIn?: Enumerable | null + not?: NestedEnumPostKindNullableWithAggregatesFilter | PostKind | null + count?: NestedIntNullableFilter + min?: NestedEnumPostKindNullableFilter + max?: NestedEnumPostKindNullableFilter + } + + export type JsonWithAggregatesFilter = { + equals?: InputJsonValue + not?: InputJsonValue + count?: NestedIntFilter + min?: NestedJsonFilter + max?: NestedJsonFilter + } + export type CategorySlugNumberCompoundUniqueInput = { slug: string number: number @@ -7279,6 +8349,93 @@ export namespace Prisma { not?: NestedEnumRoleFilter | Role } + export type NestedIntWithAggregatesFilter = { + equals?: number + in?: Enumerable + notIn?: Enumerable + lt?: number + lte?: number + gt?: number + gte?: number + not?: NestedIntWithAggregatesFilter | number + count?: NestedIntFilter + avg?: NestedFloatFilter + sum?: NestedIntFilter + min?: NestedIntFilter + max?: NestedIntFilter + } + + export type NestedStringWithAggregatesFilter = { + equals?: string + in?: Enumerable + notIn?: Enumerable + lt?: string + lte?: string + gt?: string + gte?: string + contains?: string + startsWith?: string + endsWith?: string + not?: NestedStringWithAggregatesFilter | string + count?: NestedIntFilter + min?: NestedStringFilter + max?: NestedStringFilter + } + + export type NestedStringNullableWithAggregatesFilter = { + equals?: string | null + in?: Enumerable | null + notIn?: Enumerable | null + lt?: string + lte?: string + gt?: string + gte?: string + contains?: string + startsWith?: string + endsWith?: string + not?: NestedStringNullableWithAggregatesFilter | string | null + count?: NestedIntNullableFilter + min?: NestedStringNullableFilter + max?: NestedStringNullableFilter + } + + export type NestedIntNullableFilter = { + equals?: number | null + in?: Enumerable | null + notIn?: Enumerable | null + lt?: number + lte?: number + gt?: number + gte?: number + not?: NestedIntNullableFilter | number | null + } + + export type NestedFloatWithAggregatesFilter = { + equals?: number + in?: Enumerable + notIn?: Enumerable + lt?: number + lte?: number + gt?: number + gte?: number + not?: NestedFloatWithAggregatesFilter | number + count?: NestedIntFilter + avg?: NestedFloatFilter + sum?: NestedFloatFilter + min?: NestedFloatFilter + max?: NestedFloatFilter + } + + export type NestedEnumRoleWithAggregatesFilter = { + equals?: Role + in?: Enumerable + notIn?: Enumerable + not?: NestedEnumRoleWithAggregatesFilter | Role + count?: NestedIntFilter + min?: NestedEnumRoleFilter + max?: NestedEnumRoleFilter + } + export type NestedDateTimeFilter = { equals?: Date | string in?: Enumerable | Enumerable @@ -7295,7 +8452,36 @@ export namespace Prisma { not?: NestedBoolFilter | boolean } - export type NestedIntNullableFilter = { + export type NestedEnumPostKindNullableFilter = { + equals?: PostKind | null + in?: Enumerable | null + notIn?: Enumerable | null + not?: NestedEnumPostKindNullableFilter | PostKind | null + } + + export type NestedDateTimeWithAggregatesFilter = { + equals?: Date | string + in?: Enumerable | Enumerable + notIn?: Enumerable | Enumerable + lt?: Date | string + lte?: Date | string + gt?: Date | string + gte?: Date | string + not?: NestedDateTimeWithAggregatesFilter | Date | string + count?: NestedIntFilter + min?: NestedDateTimeFilter + max?: NestedDateTimeFilter + } + + export type NestedBoolWithAggregatesFilter = { + equals?: boolean + not?: NestedBoolWithAggregatesFilter | boolean + count?: NestedIntFilter + min?: NestedBoolFilter + max?: NestedBoolFilter + } + + export type NestedIntNullableWithAggregatesFilter = { equals?: number | null in?: Enumerable | null notIn?: Enumerable | null @@ -7303,14 +8489,38 @@ export namespace Prisma { lte?: number gt?: number gte?: number - not?: NestedIntNullableFilter | number | null + not?: NestedIntNullableWithAggregatesFilter | number | null + count?: NestedIntNullableFilter + avg?: NestedFloatNullableFilter + sum?: NestedIntNullableFilter + min?: NestedIntNullableFilter + max?: NestedIntNullableFilter } - export type NestedEnumPostKindNullableFilter = { + export type NestedFloatNullableFilter = { + equals?: number | null + in?: Enumerable | null + notIn?: Enumerable | null + lt?: number + lte?: number + gt?: number + gte?: number + not?: NestedFloatNullableFilter | number | null + } + + export type NestedEnumPostKindNullableWithAggregatesFilter = { equals?: PostKind | null in?: Enumerable | null notIn?: Enumerable | null - not?: NestedEnumPostKindNullableFilter | PostKind | null + not?: NestedEnumPostKindNullableWithAggregatesFilter | PostKind | null + count?: NestedIntNullableFilter + min?: NestedEnumPostKindNullableFilter + max?: NestedEnumPostKindNullableFilter + } + + export type NestedJsonFilter = { + equals?: InputJsonValue + not?: InputJsonValue } export type postCreateWithoutAuthorInput = { diff --git a/experiments/prisma/generated/client/index.js b/experiments/prisma/generated/client/index.js index dd26c15c..0ae0ddb4 100644 --- a/experiments/prisma/generated/client/index.js +++ b/experiments/prisma/generated/client/index.js @@ -153,7 +153,7 @@ exports.Prisma.ModelName = makeEnum({ /** * DMMF */ -const dmmfString = "{\"datamodel\":{\"enums\":[{\"name\":\"Role\",\"values\":[{\"name\":\"USER\",\"dbName\":null},{\"name\":\"ADMIN\",\"dbName\":null}],\"dbName\":null,\"documentation\":\"Role enum doc\"},{\"name\":\"PostKind\",\"values\":[{\"name\":\"BLOG\",\"dbName\":null},{\"name\":\"ADVERT\",\"dbName\":null}],\"dbName\":null}],\"models\":[{\"name\":\"User\",\"isEmbedded\":false,\"dbName\":null,\"fields\":[{\"name\":\"id\",\"kind\":\"scalar\",\"isList\":false,\"isRequired\":true,\"isUnique\":false,\"isId\":true,\"isReadOnly\":false,\"type\":\"Int\",\"hasDefaultValue\":true,\"default\":{\"name\":\"autoincrement\",\"args\":[]},\"isGenerated\":false,\"isUpdatedAt\":false,\"documentation\":\"User model field doc\"},{\"name\":\"email\",\"kind\":\"scalar\",\"isList\":false,\"isRequired\":true,\"isUnique\":true,\"isId\":false,\"isReadOnly\":false,\"type\":\"String\",\"hasDefaultValue\":false,\"isGenerated\":false,\"isUpdatedAt\":false},{\"name\":\"name\",\"kind\":\"scalar\",\"isList\":false,\"isRequired\":false,\"isUnique\":false,\"isId\":false,\"isReadOnly\":false,\"type\":\"String\",\"hasDefaultValue\":false,\"isGenerated\":false,\"isUpdatedAt\":false,\"documentation\":\"renamed field doc\\\\n@TypeGraphQL.field(name: \\\"firstName\\\")\"},{\"name\":\"age\",\"kind\":\"scalar\",\"isList\":false,\"isRequired\":true,\"isUnique\":false,\"isId\":false,\"isReadOnly\":false,\"type\":\"Int\",\"hasDefaultValue\":false,\"isGenerated\":false,\"isUpdatedAt\":false},{\"name\":\"balance\",\"kind\":\"scalar\",\"isList\":false,\"isRequired\":true,\"isUnique\":false,\"isId\":false,\"isReadOnly\":false,\"type\":\"Float\",\"hasDefaultValue\":false,\"isGenerated\":false,\"isUpdatedAt\":false,\"documentation\":\"@TypeGraphQL.field(name: \\\"accountBalance\\\")\"},{\"name\":\"amount\",\"kind\":\"scalar\",\"isList\":false,\"isRequired\":true,\"isUnique\":false,\"isId\":false,\"isReadOnly\":false,\"type\":\"Float\",\"hasDefaultValue\":false,\"isGenerated\":false,\"isUpdatedAt\":false},{\"name\":\"posts\",\"kind\":\"object\",\"isList\":true,\"isRequired\":false,\"isUnique\":false,\"isId\":false,\"isReadOnly\":false,\"type\":\"post\",\"hasDefaultValue\":false,\"relationName\":\"posts\",\"relationFromFields\":[],\"relationToFields\":[],\"relationOnDelete\":\"NONE\",\"isGenerated\":false,\"isUpdatedAt\":false,\"documentation\":\"@TypeGraphQL.field(name: \\\"clientPosts\\\")\"},{\"name\":\"role\",\"kind\":\"enum\",\"isList\":false,\"isRequired\":true,\"isUnique\":false,\"isId\":false,\"isReadOnly\":false,\"type\":\"Role\",\"hasDefaultValue\":false,\"isGenerated\":false,\"isUpdatedAt\":false},{\"name\":\"editorPosts\",\"kind\":\"object\",\"isList\":true,\"isRequired\":false,\"isUnique\":false,\"isId\":false,\"isReadOnly\":false,\"type\":\"post\",\"hasDefaultValue\":false,\"relationName\":\"editorPosts\",\"relationFromFields\":[],\"relationToFields\":[],\"relationOnDelete\":\"NONE\",\"isGenerated\":false,\"isUpdatedAt\":false,\"documentation\":\"@TypeGraphQL.omit(output: true)\"}],\"isGenerated\":false,\"documentation\":\"User model doc\\\\n@@TypeGraphQL.type(name: \\\"Client\\\")\",\"idFields\":[],\"uniqueFields\":[],\"uniqueIndexes\":[]},{\"name\":\"post\",\"isEmbedded\":false,\"dbName\":null,\"fields\":[{\"name\":\"uuid\",\"kind\":\"scalar\",\"isList\":false,\"isRequired\":true,\"isUnique\":false,\"isId\":true,\"isReadOnly\":false,\"type\":\"String\",\"hasDefaultValue\":true,\"default\":{\"name\":\"uuid\",\"args\":[]},\"isGenerated\":false,\"isUpdatedAt\":false},{\"name\":\"createdAt\",\"kind\":\"scalar\",\"isList\":false,\"isRequired\":true,\"isUnique\":false,\"isId\":false,\"isReadOnly\":false,\"type\":\"DateTime\",\"hasDefaultValue\":true,\"default\":{\"name\":\"now\",\"args\":[]},\"isGenerated\":false,\"isUpdatedAt\":false},{\"name\":\"updatedAt\",\"kind\":\"scalar\",\"isList\":false,\"isRequired\":true,\"isUnique\":false,\"isId\":false,\"isReadOnly\":false,\"type\":\"DateTime\",\"hasDefaultValue\":false,\"isGenerated\":false,\"isUpdatedAt\":true},{\"name\":\"published\",\"kind\":\"scalar\",\"isList\":false,\"isRequired\":true,\"isUnique\":false,\"isId\":false,\"isReadOnly\":false,\"type\":\"Boolean\",\"hasDefaultValue\":false,\"isGenerated\":false,\"isUpdatedAt\":false},{\"name\":\"title\",\"kind\":\"scalar\",\"isList\":false,\"isRequired\":true,\"isUnique\":false,\"isId\":false,\"isReadOnly\":false,\"type\":\"String\",\"hasDefaultValue\":false,\"isGenerated\":false,\"isUpdatedAt\":false},{\"name\":\"subtitle\",\"kind\":\"scalar\",\"isList\":false,\"isRequired\":true,\"isUnique\":false,\"isId\":false,\"isReadOnly\":false,\"type\":\"String\",\"hasDefaultValue\":false,\"isGenerated\":false,\"isUpdatedAt\":false,\"documentation\":\"@TypeGraphQL.omit(output: true)\"},{\"name\":\"content\",\"kind\":\"scalar\",\"isList\":false,\"isRequired\":false,\"isUnique\":false,\"isId\":false,\"isReadOnly\":false,\"type\":\"String\",\"hasDefaultValue\":false,\"isGenerated\":false,\"isUpdatedAt\":false},{\"name\":\"author\",\"kind\":\"object\",\"isList\":false,\"isRequired\":true,\"isUnique\":false,\"isId\":false,\"isReadOnly\":false,\"type\":\"User\",\"hasDefaultValue\":false,\"relationName\":\"posts\",\"relationFromFields\":[\"authorId\"],\"relationToFields\":[\"id\"],\"relationOnDelete\":\"NONE\",\"isGenerated\":false,\"isUpdatedAt\":false},{\"name\":\"authorId\",\"kind\":\"scalar\",\"isList\":false,\"isRequired\":true,\"isUnique\":false,\"isId\":false,\"isReadOnly\":true,\"type\":\"Int\",\"hasDefaultValue\":false,\"isGenerated\":false,\"isUpdatedAt\":false},{\"name\":\"editor\",\"kind\":\"object\",\"isList\":false,\"isRequired\":false,\"isUnique\":false,\"isId\":false,\"isReadOnly\":false,\"type\":\"User\",\"hasDefaultValue\":false,\"relationName\":\"editorPosts\",\"relationFromFields\":[\"editorId\"],\"relationToFields\":[\"id\"],\"relationOnDelete\":\"NONE\",\"isGenerated\":false,\"isUpdatedAt\":false,\"documentation\":\"@TypeGraphQL.omit(output: true)\"},{\"name\":\"editorId\",\"kind\":\"scalar\",\"isList\":false,\"isRequired\":false,\"isUnique\":false,\"isId\":false,\"isReadOnly\":true,\"type\":\"Int\",\"hasDefaultValue\":false,\"isGenerated\":false,\"isUpdatedAt\":false,\"documentation\":\"@TypeGraphQL.omit(output: true)\"},{\"name\":\"kind\",\"kind\":\"enum\",\"isList\":false,\"isRequired\":false,\"isUnique\":false,\"isId\":false,\"isReadOnly\":false,\"type\":\"PostKind\",\"hasDefaultValue\":false,\"isGenerated\":false,\"isUpdatedAt\":false},{\"name\":\"metadata\",\"kind\":\"scalar\",\"isList\":false,\"isRequired\":true,\"isUnique\":false,\"isId\":false,\"isReadOnly\":false,\"type\":\"Json\",\"hasDefaultValue\":false,\"isGenerated\":false,\"isUpdatedAt\":false}],\"isGenerated\":false,\"idFields\":[],\"uniqueFields\":[],\"uniqueIndexes\":[]},{\"name\":\"Category\",\"isEmbedded\":false,\"dbName\":null,\"fields\":[{\"name\":\"name\",\"kind\":\"scalar\",\"isList\":false,\"isRequired\":true,\"isUnique\":false,\"isId\":false,\"isReadOnly\":false,\"type\":\"String\",\"hasDefaultValue\":false,\"isGenerated\":false,\"isUpdatedAt\":false},{\"name\":\"slug\",\"kind\":\"scalar\",\"isList\":false,\"isRequired\":true,\"isUnique\":false,\"isId\":false,\"isReadOnly\":false,\"type\":\"String\",\"hasDefaultValue\":false,\"isGenerated\":false,\"isUpdatedAt\":false},{\"name\":\"number\",\"kind\":\"scalar\",\"isList\":false,\"isRequired\":true,\"isUnique\":false,\"isId\":false,\"isReadOnly\":false,\"type\":\"Int\",\"hasDefaultValue\":false,\"isGenerated\":false,\"isUpdatedAt\":false}],\"isGenerated\":false,\"idFields\":[],\"uniqueFields\":[[\"slug\",\"number\"]],\"uniqueIndexes\":[{\"name\":null,\"fields\":[\"slug\",\"number\"]}]},{\"name\":\"Patient\",\"isEmbedded\":false,\"dbName\":null,\"fields\":[{\"name\":\"firstName\",\"kind\":\"scalar\",\"isList\":false,\"isRequired\":true,\"isUnique\":false,\"isId\":false,\"isReadOnly\":false,\"type\":\"String\",\"hasDefaultValue\":false,\"isGenerated\":false,\"isUpdatedAt\":false},{\"name\":\"lastName\",\"kind\":\"scalar\",\"isList\":false,\"isRequired\":true,\"isUnique\":false,\"isId\":false,\"isReadOnly\":false,\"type\":\"String\",\"hasDefaultValue\":false,\"isGenerated\":false,\"isUpdatedAt\":false},{\"name\":\"email\",\"kind\":\"scalar\",\"isList\":false,\"isRequired\":true,\"isUnique\":false,\"isId\":false,\"isReadOnly\":false,\"type\":\"String\",\"hasDefaultValue\":false,\"isGenerated\":false,\"isUpdatedAt\":false}],\"isGenerated\":false,\"idFields\":[\"firstName\",\"lastName\"],\"uniqueFields\":[],\"uniqueIndexes\":[]},{\"name\":\"Movie\",\"isEmbedded\":false,\"dbName\":null,\"fields\":[{\"name\":\"directorFirstName\",\"kind\":\"scalar\",\"isList\":false,\"isRequired\":true,\"isUnique\":false,\"isId\":false,\"isReadOnly\":true,\"type\":\"String\",\"hasDefaultValue\":false,\"isGenerated\":false,\"isUpdatedAt\":false},{\"name\":\"directorLastName\",\"kind\":\"scalar\",\"isList\":false,\"isRequired\":true,\"isUnique\":false,\"isId\":false,\"isReadOnly\":true,\"type\":\"String\",\"hasDefaultValue\":false,\"isGenerated\":false,\"isUpdatedAt\":false},{\"name\":\"director\",\"kind\":\"object\",\"isList\":false,\"isRequired\":true,\"isUnique\":false,\"isId\":false,\"isReadOnly\":false,\"type\":\"Director\",\"hasDefaultValue\":false,\"relationName\":\"DirectorToMovie\",\"relationFromFields\":[\"directorFirstName\",\"directorLastName\"],\"relationToFields\":[\"firstName\",\"lastName\"],\"relationOnDelete\":\"NONE\",\"isGenerated\":false,\"isUpdatedAt\":false},{\"name\":\"title\",\"kind\":\"scalar\",\"isList\":false,\"isRequired\":true,\"isUnique\":false,\"isId\":false,\"isReadOnly\":false,\"type\":\"String\",\"hasDefaultValue\":false,\"isGenerated\":false,\"isUpdatedAt\":false}],\"isGenerated\":false,\"idFields\":[\"directorFirstName\",\"directorLastName\",\"title\"],\"uniqueFields\":[],\"uniqueIndexes\":[]},{\"name\":\"Director\",\"isEmbedded\":false,\"dbName\":null,\"fields\":[{\"name\":\"firstName\",\"kind\":\"scalar\",\"isList\":false,\"isRequired\":true,\"isUnique\":false,\"isId\":false,\"isReadOnly\":false,\"type\":\"String\",\"hasDefaultValue\":false,\"isGenerated\":false,\"isUpdatedAt\":false},{\"name\":\"lastName\",\"kind\":\"scalar\",\"isList\":false,\"isRequired\":true,\"isUnique\":false,\"isId\":false,\"isReadOnly\":false,\"type\":\"String\",\"hasDefaultValue\":false,\"isGenerated\":false,\"isUpdatedAt\":false},{\"name\":\"movies\",\"kind\":\"object\",\"isList\":true,\"isRequired\":false,\"isUnique\":false,\"isId\":false,\"isReadOnly\":false,\"type\":\"Movie\",\"hasDefaultValue\":false,\"relationName\":\"DirectorToMovie\",\"relationFromFields\":[],\"relationToFields\":[],\"relationOnDelete\":\"NONE\",\"isGenerated\":false,\"isUpdatedAt\":false}],\"isGenerated\":false,\"idFields\":[\"firstName\",\"lastName\"],\"uniqueFields\":[],\"uniqueIndexes\":[]},{\"name\":\"Problem\",\"isEmbedded\":false,\"dbName\":null,\"fields\":[{\"name\":\"id\",\"kind\":\"scalar\",\"isList\":false,\"isRequired\":true,\"isUnique\":false,\"isId\":true,\"isReadOnly\":false,\"type\":\"Int\",\"hasDefaultValue\":true,\"default\":{\"name\":\"autoincrement\",\"args\":[]},\"isGenerated\":false,\"isUpdatedAt\":false},{\"name\":\"problemText\",\"kind\":\"scalar\",\"isList\":false,\"isRequired\":true,\"isUnique\":false,\"isId\":false,\"isReadOnly\":false,\"type\":\"String\",\"hasDefaultValue\":false,\"isGenerated\":false,\"isUpdatedAt\":false},{\"name\":\"likedBy\",\"kind\":\"object\",\"isList\":true,\"isRequired\":false,\"isUnique\":false,\"isId\":false,\"isReadOnly\":false,\"type\":\"Creator\",\"hasDefaultValue\":false,\"relationName\":\"CreatorToProblem\",\"relationFromFields\":[],\"relationToFields\":[\"id\"],\"relationOnDelete\":\"NONE\",\"isGenerated\":false,\"isUpdatedAt\":false},{\"name\":\"creator\",\"kind\":\"object\",\"isList\":false,\"isRequired\":false,\"isUnique\":false,\"isId\":false,\"isReadOnly\":false,\"type\":\"Creator\",\"hasDefaultValue\":false,\"relationName\":\"creator\",\"relationFromFields\":[\"creatorId\"],\"relationToFields\":[\"id\"],\"relationOnDelete\":\"NONE\",\"isGenerated\":false,\"isUpdatedAt\":false},{\"name\":\"creatorId\",\"kind\":\"scalar\",\"isList\":false,\"isRequired\":false,\"isUnique\":false,\"isId\":false,\"isReadOnly\":true,\"type\":\"Int\",\"hasDefaultValue\":false,\"isGenerated\":false,\"isUpdatedAt\":false}],\"isGenerated\":false,\"idFields\":[],\"uniqueFields\":[],\"uniqueIndexes\":[]},{\"name\":\"Creator\",\"isEmbedded\":false,\"dbName\":null,\"fields\":[{\"name\":\"id\",\"kind\":\"scalar\",\"isList\":false,\"isRequired\":true,\"isUnique\":false,\"isId\":true,\"isReadOnly\":false,\"type\":\"Int\",\"hasDefaultValue\":true,\"default\":{\"name\":\"autoincrement\",\"args\":[]},\"isGenerated\":false,\"isUpdatedAt\":false},{\"name\":\"name\",\"kind\":\"scalar\",\"isList\":false,\"isRequired\":true,\"isUnique\":false,\"isId\":false,\"isReadOnly\":false,\"type\":\"String\",\"hasDefaultValue\":false,\"isGenerated\":false,\"isUpdatedAt\":false},{\"name\":\"likes\",\"kind\":\"object\",\"isList\":true,\"isRequired\":false,\"isUnique\":false,\"isId\":false,\"isReadOnly\":false,\"type\":\"Problem\",\"hasDefaultValue\":false,\"relationName\":\"CreatorToProblem\",\"relationFromFields\":[],\"relationToFields\":[\"id\"],\"relationOnDelete\":\"NONE\",\"isGenerated\":false,\"isUpdatedAt\":false},{\"name\":\"problems\",\"kind\":\"object\",\"isList\":true,\"isRequired\":false,\"isUnique\":false,\"isId\":false,\"isReadOnly\":false,\"type\":\"Problem\",\"hasDefaultValue\":false,\"relationName\":\"creator\",\"relationFromFields\":[],\"relationToFields\":[],\"relationOnDelete\":\"NONE\",\"isGenerated\":false,\"isUpdatedAt\":false}],\"isGenerated\":false,\"idFields\":[],\"uniqueFields\":[],\"uniqueIndexes\":[]}]},\"schema\":{\"inputObjectTypes\":{\"prisma\":[{\"name\":\"UserWhereInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"AND\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"UserWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"OR\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"NOT\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"UserWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"id\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"IntFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"email\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"StringFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"name\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"StringNullableFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"age\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"IntFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"balance\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"FloatFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"amount\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"FloatFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"posts\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"PostListRelationFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"role\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"EnumRoleFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Role\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":false}]},{\"name\":\"editorPosts\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"PostListRelationFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"UserOrderByInput\",\"constraints\":{\"maxNumFields\":1,\"minNumFields\":0},\"fields\":[{\"name\":\"id\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"SortOrder\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":false}]},{\"name\":\"email\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"SortOrder\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":false}]},{\"name\":\"name\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"SortOrder\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":false}]},{\"name\":\"age\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"SortOrder\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":false}]},{\"name\":\"balance\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"SortOrder\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":false}]},{\"name\":\"amount\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"SortOrder\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":false}]},{\"name\":\"role\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"SortOrder\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":false}]}]},{\"name\":\"UserWhereUniqueInput\",\"constraints\":{\"maxNumFields\":1,\"minNumFields\":1},\"fields\":[{\"name\":\"id\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"email\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"postWhereInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"AND\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"OR\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"NOT\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"uuid\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"StringFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"createdAt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTimeFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"updatedAt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTimeFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"published\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"BoolFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Boolean\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"title\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"StringFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"subtitle\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"StringFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"content\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"StringNullableFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"author\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserRelationFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"UserWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"authorId\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"IntFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"editor\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"UserRelationFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"UserWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"editorId\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"IntNullableFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"kind\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"EnumPostKindNullableFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"PostKind\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"metadata\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"JsonFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"postOrderByInput\",\"constraints\":{\"maxNumFields\":1,\"minNumFields\":0},\"fields\":[{\"name\":\"uuid\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"SortOrder\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":false}]},{\"name\":\"createdAt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"SortOrder\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":false}]},{\"name\":\"updatedAt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"SortOrder\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":false}]},{\"name\":\"published\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"SortOrder\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":false}]},{\"name\":\"title\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"SortOrder\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":false}]},{\"name\":\"subtitle\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"SortOrder\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":false}]},{\"name\":\"content\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"SortOrder\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":false}]},{\"name\":\"authorId\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"SortOrder\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":false}]},{\"name\":\"editorId\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"SortOrder\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":false}]},{\"name\":\"kind\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"SortOrder\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":false}]},{\"name\":\"metadata\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"SortOrder\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":false}]}]},{\"name\":\"postWhereUniqueInput\",\"constraints\":{\"maxNumFields\":1,\"minNumFields\":1},\"fields\":[{\"name\":\"uuid\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"CategoryWhereInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"AND\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CategoryWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"CategoryWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"OR\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CategoryWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"NOT\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CategoryWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"CategoryWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"name\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"StringFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"slug\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"StringFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"number\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"IntFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"CategoryOrderByInput\",\"constraints\":{\"maxNumFields\":1,\"minNumFields\":0},\"fields\":[{\"name\":\"name\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"SortOrder\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":false}]},{\"name\":\"slug\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"SortOrder\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":false}]},{\"name\":\"number\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"SortOrder\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":false}]}]},{\"name\":\"CategoryWhereUniqueInput\",\"constraints\":{\"maxNumFields\":1,\"minNumFields\":1},\"fields\":[{\"name\":\"slug_number\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CategorySlugNumberCompoundUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"PatientWhereInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"AND\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"PatientWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"PatientWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"OR\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"PatientWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"NOT\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"PatientWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"PatientWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"firstName\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"StringFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"lastName\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"StringFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"email\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"StringFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"PatientOrderByInput\",\"constraints\":{\"maxNumFields\":1,\"minNumFields\":0},\"fields\":[{\"name\":\"firstName\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"SortOrder\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":false}]},{\"name\":\"lastName\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"SortOrder\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":false}]},{\"name\":\"email\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"SortOrder\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":false}]}]},{\"name\":\"PatientWhereUniqueInput\",\"constraints\":{\"maxNumFields\":1,\"minNumFields\":1},\"fields\":[{\"name\":\"firstName_lastName\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"PatientFirstNameLastNameCompoundUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"MovieWhereInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"AND\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"MovieWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"OR\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"NOT\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"MovieWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"directorFirstName\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"StringFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"directorLastName\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"StringFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"director\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DirectorRelationFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"DirectorWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"title\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"StringFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"MovieOrderByInput\",\"constraints\":{\"maxNumFields\":1,\"minNumFields\":0},\"fields\":[{\"name\":\"directorFirstName\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"SortOrder\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":false}]},{\"name\":\"directorLastName\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"SortOrder\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":false}]},{\"name\":\"title\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"SortOrder\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":false}]}]},{\"name\":\"MovieWhereUniqueInput\",\"constraints\":{\"maxNumFields\":1,\"minNumFields\":1},\"fields\":[{\"name\":\"directorFirstName_directorLastName_title\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieDirectorFirstNameDirectorLastNameTitleCompoundUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"DirectorWhereInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"AND\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DirectorWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"DirectorWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"OR\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DirectorWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"NOT\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DirectorWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"DirectorWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"firstName\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"StringFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"lastName\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"StringFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"movies\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieListRelationFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"DirectorOrderByInput\",\"constraints\":{\"maxNumFields\":1,\"minNumFields\":0},\"fields\":[{\"name\":\"firstName\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"SortOrder\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":false}]},{\"name\":\"lastName\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"SortOrder\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":false}]}]},{\"name\":\"DirectorWhereUniqueInput\",\"constraints\":{\"maxNumFields\":1,\"minNumFields\":1},\"fields\":[{\"name\":\"firstName_lastName\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DirectorFirstNameLastNameCompoundUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"ProblemWhereInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"AND\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"OR\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"NOT\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"id\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"IntFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"problemText\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"StringFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"likedBy\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorListRelationFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"creator\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"CreatorRelationFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"CreatorWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"creatorId\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"IntNullableFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"ProblemOrderByInput\",\"constraints\":{\"maxNumFields\":1,\"minNumFields\":0},\"fields\":[{\"name\":\"id\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"SortOrder\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":false}]},{\"name\":\"problemText\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"SortOrder\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":false}]},{\"name\":\"creatorId\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"SortOrder\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":false}]}]},{\"name\":\"ProblemWhereUniqueInput\",\"constraints\":{\"maxNumFields\":1,\"minNumFields\":1},\"fields\":[{\"name\":\"id\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"CreatorWhereInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"AND\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"CreatorWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"OR\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"NOT\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"CreatorWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"id\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"IntFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"name\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"StringFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"likes\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemListRelationFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"problems\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemListRelationFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"CreatorOrderByInput\",\"constraints\":{\"maxNumFields\":1,\"minNumFields\":0},\"fields\":[{\"name\":\"id\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"SortOrder\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":false}]},{\"name\":\"name\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"SortOrder\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":false}]}]},{\"name\":\"CreatorWhereUniqueInput\",\"constraints\":{\"maxNumFields\":1,\"minNumFields\":1},\"fields\":[{\"name\":\"id\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"UserCreateInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"email\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"name\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"age\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"balance\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"amount\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"role\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Role\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":false}]},{\"name\":\"posts\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postCreateManyWithoutAuthorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"editorPosts\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postCreateManyWithoutEditorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"UserUncheckedCreateInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"id\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"email\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"name\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"age\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"balance\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"amount\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"role\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Role\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":false}]},{\"name\":\"posts\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postUncheckedCreateManyWithoutAuthorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"editorPosts\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postUncheckedCreateManyWithoutEditorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"UserUpdateInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"email\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"name\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"NullableStringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"age\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"IntFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"balance\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"FloatFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"amount\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"FloatFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"role\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Role\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":false},{\"type\":\"EnumRoleFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"posts\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postUpdateManyWithoutAuthorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"editorPosts\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postUpdateManyWithoutEditorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"UserUncheckedUpdateInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"id\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"IntFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"email\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"name\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"NullableStringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"age\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"IntFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"balance\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"FloatFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"amount\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"FloatFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"role\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Role\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":false},{\"type\":\"EnumRoleFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"posts\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postUncheckedUpdateManyWithoutAuthorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"editorPosts\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postUncheckedUpdateManyWithoutEditorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"UserUpdateManyMutationInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"email\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"name\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"NullableStringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"age\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"IntFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"balance\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"FloatFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"amount\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"FloatFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"role\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Role\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":false},{\"type\":\"EnumRoleFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"UserUncheckedUpdateManyInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"id\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"IntFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"email\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"name\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"NullableStringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"age\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"IntFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"balance\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"FloatFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"amount\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"FloatFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"role\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Role\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":false},{\"type\":\"EnumRoleFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"postCreateInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"uuid\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"createdAt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"updatedAt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"published\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Boolean\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"title\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"subtitle\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"content\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"kind\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"PostKind\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"metadata\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Json\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"author\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserCreateOneWithoutPostsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"editor\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserCreateOneWithoutEditorPostsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"postUncheckedCreateInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"uuid\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"createdAt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"updatedAt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"published\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Boolean\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"title\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"subtitle\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"content\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"authorId\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"editorId\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"kind\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"PostKind\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"metadata\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Json\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"postUpdateInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"uuid\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"createdAt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"DateTimeFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"updatedAt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"DateTimeFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"published\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Boolean\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"BoolFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"title\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"subtitle\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"content\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"NullableStringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"kind\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"PostKind\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":false},{\"type\":\"NullableEnumPostKindFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"metadata\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Json\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"author\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserUpdateOneRequiredWithoutPostsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"editor\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserUpdateOneWithoutEditorPostsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"postUncheckedUpdateInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"uuid\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"createdAt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"DateTimeFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"updatedAt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"DateTimeFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"published\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Boolean\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"BoolFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"title\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"subtitle\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"content\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"NullableStringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"authorId\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"IntFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"editorId\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"NullableIntFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"kind\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"PostKind\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":false},{\"type\":\"NullableEnumPostKindFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"metadata\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Json\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"postUpdateManyMutationInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"uuid\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"createdAt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"DateTimeFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"updatedAt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"DateTimeFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"published\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Boolean\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"BoolFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"title\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"subtitle\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"content\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"NullableStringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"kind\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"PostKind\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":false},{\"type\":\"NullableEnumPostKindFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"metadata\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Json\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"postUncheckedUpdateManyInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"uuid\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"createdAt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"DateTimeFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"updatedAt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"DateTimeFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"published\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Boolean\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"BoolFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"title\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"subtitle\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"content\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"NullableStringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"authorId\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"IntFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"editorId\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"NullableIntFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"kind\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"PostKind\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":false},{\"type\":\"NullableEnumPostKindFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"metadata\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Json\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"CategoryCreateInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"name\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"slug\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"number\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"CategoryUncheckedCreateInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"name\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"slug\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"number\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"CategoryUpdateInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"name\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"slug\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"number\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"IntFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"CategoryUncheckedUpdateInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"name\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"slug\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"number\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"IntFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"CategoryUpdateManyMutationInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"name\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"slug\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"number\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"IntFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"CategoryUncheckedUpdateManyInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"name\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"slug\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"number\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"IntFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"PatientCreateInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"firstName\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"lastName\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"email\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"PatientUncheckedCreateInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"firstName\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"lastName\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"email\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"PatientUpdateInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"firstName\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"lastName\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"email\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"PatientUncheckedUpdateInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"firstName\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"lastName\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"email\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"PatientUpdateManyMutationInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"firstName\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"lastName\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"email\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"PatientUncheckedUpdateManyInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"firstName\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"lastName\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"email\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"MovieCreateInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"title\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"director\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DirectorCreateOneWithoutMoviesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"MovieUncheckedCreateInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"directorFirstName\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"directorLastName\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"title\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"MovieUpdateInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"title\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"director\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DirectorUpdateOneRequiredWithoutMoviesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"MovieUncheckedUpdateInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"directorFirstName\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"directorLastName\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"title\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"MovieUpdateManyMutationInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"title\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"MovieUncheckedUpdateManyInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"directorFirstName\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"directorLastName\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"title\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"DirectorCreateInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"firstName\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"lastName\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"movies\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieCreateManyWithoutDirectorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"DirectorUncheckedCreateInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"firstName\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"lastName\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"movies\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieUncheckedCreateManyWithoutDirectorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"DirectorUpdateInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"firstName\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"lastName\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"movies\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieUpdateManyWithoutDirectorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"DirectorUncheckedUpdateInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"firstName\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"lastName\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"movies\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieUncheckedUpdateManyWithoutDirectorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"DirectorUpdateManyMutationInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"firstName\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"lastName\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"DirectorUncheckedUpdateManyInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"firstName\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"lastName\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"ProblemCreateInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"problemText\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"likedBy\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorCreateManyWithoutLikesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"creator\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorCreateOneWithoutProblemsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"ProblemUncheckedCreateInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"id\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"problemText\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"creatorId\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"ProblemUpdateInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"problemText\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"likedBy\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorUpdateManyWithoutLikesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"creator\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorUpdateOneWithoutProblemsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"ProblemUncheckedUpdateInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"id\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"IntFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"problemText\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"creatorId\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"NullableIntFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"ProblemUpdateManyMutationInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"problemText\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"ProblemUncheckedUpdateManyInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"id\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"IntFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"problemText\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"creatorId\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"NullableIntFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"CreatorCreateInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"name\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"likes\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemCreateManyWithoutLikedByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"problems\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemCreateManyWithoutCreatorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"CreatorUncheckedCreateInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"id\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"name\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"problems\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemUncheckedCreateManyWithoutCreatorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"CreatorUpdateInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"name\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"likes\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemUpdateManyWithoutLikedByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"problems\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemUpdateManyWithoutCreatorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"CreatorUncheckedUpdateInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"id\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"IntFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"name\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"problems\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemUncheckedUpdateManyWithoutCreatorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"CreatorUpdateManyMutationInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"name\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"CreatorUncheckedUpdateManyInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"id\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"IntFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"name\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"IntFilter\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"equals\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"in\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":true}]},{\"name\":\"notIn\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":true}]},{\"name\":\"lt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"lte\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"gt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"gte\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"not\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"NestedIntFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"StringFilter\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"equals\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"in\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":true}]},{\"name\":\"notIn\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":true}]},{\"name\":\"lt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"lte\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"gt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"gte\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"contains\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"startsWith\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"endsWith\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"mode\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"QueryMode\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":false}]},{\"name\":\"not\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"NestedStringFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"StringNullableFilter\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"equals\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"in\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":true},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"notIn\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":true},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"lt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"lte\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"gt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"gte\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"contains\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"startsWith\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"endsWith\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"mode\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"QueryMode\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":false}]},{\"name\":\"not\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"NestedStringNullableFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"FloatFilter\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"equals\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"in\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":true}]},{\"name\":\"notIn\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":true}]},{\"name\":\"lt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"lte\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"gt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"gte\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"not\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"NestedFloatFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"PostListRelationFilter\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"every\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"some\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"none\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"EnumRoleFilter\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"equals\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Role\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":false}]},{\"name\":\"in\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Role\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":true}]},{\"name\":\"notIn\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Role\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":true}]},{\"name\":\"not\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Role\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":false},{\"type\":\"NestedEnumRoleFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"DateTimeFilter\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"equals\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"in\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":true}]},{\"name\":\"notIn\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":true}]},{\"name\":\"lt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"lte\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"gt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"gte\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"not\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"NestedDateTimeFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"BoolFilter\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"equals\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Boolean\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"not\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Boolean\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"NestedBoolFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"UserRelationFilter\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"is\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"isNot\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"IntNullableFilter\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"equals\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"in\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":true},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"notIn\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":true},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"lt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"lte\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"gt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"gte\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"not\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"NestedIntNullableFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"EnumPostKindNullableFilter\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"equals\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"PostKind\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"in\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"PostKind\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":true},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"notIn\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"PostKind\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":true},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"not\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"PostKind\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":false},{\"type\":\"NestedEnumPostKindNullableFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"JsonFilter\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"equals\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Json\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"not\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Json\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"CategorySlugNumberCompoundUniqueInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"slug\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"number\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"PatientFirstNameLastNameCompoundUniqueInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"firstName\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"lastName\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"DirectorRelationFilter\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"is\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DirectorWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"isNot\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DirectorWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"MovieDirectorFirstNameDirectorLastNameTitleCompoundUniqueInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"directorFirstName\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"directorLastName\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"title\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"MovieListRelationFilter\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"every\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"some\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"none\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"DirectorFirstNameLastNameCompoundUniqueInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"firstName\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"lastName\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"CreatorListRelationFilter\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"every\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"some\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"none\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"CreatorRelationFilter\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"is\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"CreatorWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"isNot\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"CreatorWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"ProblemListRelationFilter\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"every\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"some\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"none\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"postCreateManyWithoutAuthorInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"create\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postCreateWithoutAuthorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postCreateWithoutAuthorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true},{\"type\":\"postUncheckedCreateWithoutAuthorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postUncheckedCreateWithoutAuthorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"connect\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"connectOrCreate\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postCreateOrConnectWithoutauthorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postCreateOrConnectWithoutauthorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]}]},{\"name\":\"postCreateManyWithoutEditorInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"create\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postCreateWithoutEditorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postCreateWithoutEditorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true},{\"type\":\"postUncheckedCreateWithoutEditorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postUncheckedCreateWithoutEditorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"connect\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"connectOrCreate\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postCreateOrConnectWithouteditorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postCreateOrConnectWithouteditorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]}]},{\"name\":\"postUncheckedCreateManyWithoutAuthorInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"create\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postCreateWithoutAuthorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postCreateWithoutAuthorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true},{\"type\":\"postUncheckedCreateWithoutAuthorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postUncheckedCreateWithoutAuthorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"connect\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"connectOrCreate\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postCreateOrConnectWithoutauthorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postCreateOrConnectWithoutauthorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]}]},{\"name\":\"postUncheckedCreateManyWithoutEditorInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"create\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postCreateWithoutEditorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postCreateWithoutEditorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true},{\"type\":\"postUncheckedCreateWithoutEditorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postUncheckedCreateWithoutEditorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"connect\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"connectOrCreate\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postCreateOrConnectWithouteditorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postCreateOrConnectWithouteditorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]}]},{\"name\":\"StringFieldUpdateOperationsInput\",\"constraints\":{\"maxNumFields\":1,\"minNumFields\":1},\"fields\":[{\"name\":\"set\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"NullableStringFieldUpdateOperationsInput\",\"constraints\":{\"maxNumFields\":1,\"minNumFields\":1},\"fields\":[{\"name\":\"set\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"IntFieldUpdateOperationsInput\",\"constraints\":{\"maxNumFields\":1,\"minNumFields\":1},\"fields\":[{\"name\":\"set\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"increment\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"decrement\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"multiply\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"divide\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"FloatFieldUpdateOperationsInput\",\"constraints\":{\"maxNumFields\":1,\"minNumFields\":1},\"fields\":[{\"name\":\"set\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"increment\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"decrement\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"multiply\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"divide\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"EnumRoleFieldUpdateOperationsInput\",\"constraints\":{\"maxNumFields\":1,\"minNumFields\":1},\"fields\":[{\"name\":\"set\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Role\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":false}]}]},{\"name\":\"postUpdateManyWithoutAuthorInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"create\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postCreateWithoutAuthorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postCreateWithoutAuthorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true},{\"type\":\"postUncheckedCreateWithoutAuthorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postUncheckedCreateWithoutAuthorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"connect\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"set\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"disconnect\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"delete\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"update\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postUpdateWithWhereUniqueWithoutAuthorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postUpdateWithWhereUniqueWithoutAuthorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"updateMany\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postUpdateManyWithWhereWithoutAuthorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postUpdateManyWithWhereWithoutAuthorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"deleteMany\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postScalarWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postScalarWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"upsert\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postUpsertWithWhereUniqueWithoutAuthorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postUpsertWithWhereUniqueWithoutAuthorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"connectOrCreate\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postCreateOrConnectWithoutauthorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postCreateOrConnectWithoutauthorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]}]},{\"name\":\"postUpdateManyWithoutEditorInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"create\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postCreateWithoutEditorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postCreateWithoutEditorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true},{\"type\":\"postUncheckedCreateWithoutEditorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postUncheckedCreateWithoutEditorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"connect\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"set\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"disconnect\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"delete\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"update\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postUpdateWithWhereUniqueWithoutEditorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postUpdateWithWhereUniqueWithoutEditorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"updateMany\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postUpdateManyWithWhereWithoutEditorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postUpdateManyWithWhereWithoutEditorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"deleteMany\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postScalarWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postScalarWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"upsert\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postUpsertWithWhereUniqueWithoutEditorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postUpsertWithWhereUniqueWithoutEditorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"connectOrCreate\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postCreateOrConnectWithouteditorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postCreateOrConnectWithouteditorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]}]},{\"name\":\"postUncheckedUpdateManyWithoutAuthorInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"create\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postCreateWithoutAuthorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postCreateWithoutAuthorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true},{\"type\":\"postUncheckedCreateWithoutAuthorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postUncheckedCreateWithoutAuthorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"connect\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"set\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"disconnect\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"delete\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"update\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postUpdateWithWhereUniqueWithoutAuthorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postUpdateWithWhereUniqueWithoutAuthorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"updateMany\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postUpdateManyWithWhereWithoutAuthorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postUpdateManyWithWhereWithoutAuthorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"deleteMany\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postScalarWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postScalarWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"upsert\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postUpsertWithWhereUniqueWithoutAuthorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postUpsertWithWhereUniqueWithoutAuthorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"connectOrCreate\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postCreateOrConnectWithoutauthorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postCreateOrConnectWithoutauthorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]}]},{\"name\":\"postUncheckedUpdateManyWithoutEditorInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"create\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postCreateWithoutEditorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postCreateWithoutEditorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true},{\"type\":\"postUncheckedCreateWithoutEditorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postUncheckedCreateWithoutEditorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"connect\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"set\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"disconnect\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"delete\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"update\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postUpdateWithWhereUniqueWithoutEditorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postUpdateWithWhereUniqueWithoutEditorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"updateMany\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postUpdateManyWithWhereWithoutEditorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postUpdateManyWithWhereWithoutEditorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"deleteMany\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postScalarWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postScalarWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"upsert\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postUpsertWithWhereUniqueWithoutEditorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postUpsertWithWhereUniqueWithoutEditorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"connectOrCreate\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postCreateOrConnectWithouteditorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postCreateOrConnectWithouteditorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]}]},{\"name\":\"UserCreateOneWithoutPostsInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"create\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserCreateWithoutPostsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"UserUncheckedCreateWithoutPostsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"connect\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"connectOrCreate\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserCreateOrConnectWithoutpostsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"UserCreateOneWithoutEditorPostsInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"create\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserCreateWithoutEditorPostsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"UserUncheckedCreateWithoutEditorPostsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"connect\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"connectOrCreate\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserCreateOrConnectWithouteditorPostsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"DateTimeFieldUpdateOperationsInput\",\"constraints\":{\"maxNumFields\":1,\"minNumFields\":1},\"fields\":[{\"name\":\"set\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"BoolFieldUpdateOperationsInput\",\"constraints\":{\"maxNumFields\":1,\"minNumFields\":1},\"fields\":[{\"name\":\"set\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Boolean\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"NullableEnumPostKindFieldUpdateOperationsInput\",\"constraints\":{\"maxNumFields\":1,\"minNumFields\":1},\"fields\":[{\"name\":\"set\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"PostKind\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"UserUpdateOneRequiredWithoutPostsInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"create\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserCreateWithoutPostsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"UserUncheckedCreateWithoutPostsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"connect\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"update\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserUpdateWithoutPostsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"UserUncheckedUpdateWithoutPostsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"upsert\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserUpsertWithoutPostsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"connectOrCreate\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserCreateOrConnectWithoutpostsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"UserUpdateOneWithoutEditorPostsInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"create\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserCreateWithoutEditorPostsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"UserUncheckedCreateWithoutEditorPostsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"connect\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"disconnect\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Boolean\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"delete\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Boolean\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"update\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserUpdateWithoutEditorPostsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"UserUncheckedUpdateWithoutEditorPostsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"upsert\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserUpsertWithoutEditorPostsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"connectOrCreate\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserCreateOrConnectWithouteditorPostsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"NullableIntFieldUpdateOperationsInput\",\"constraints\":{\"maxNumFields\":1,\"minNumFields\":1},\"fields\":[{\"name\":\"set\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"increment\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"decrement\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"multiply\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"divide\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"DirectorCreateOneWithoutMoviesInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"create\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DirectorCreateWithoutMoviesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"DirectorUncheckedCreateWithoutMoviesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"connect\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DirectorWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"connectOrCreate\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DirectorCreateOrConnectWithoutmoviesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"DirectorUpdateOneRequiredWithoutMoviesInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"create\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DirectorCreateWithoutMoviesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"DirectorUncheckedCreateWithoutMoviesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"connect\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DirectorWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"update\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DirectorUpdateWithoutMoviesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"DirectorUncheckedUpdateWithoutMoviesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"upsert\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DirectorUpsertWithoutMoviesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"connectOrCreate\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DirectorCreateOrConnectWithoutmoviesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"MovieCreateManyWithoutDirectorInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"create\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieCreateWithoutDirectorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"MovieCreateWithoutDirectorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true},{\"type\":\"MovieUncheckedCreateWithoutDirectorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"MovieUncheckedCreateWithoutDirectorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"connect\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"MovieWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"connectOrCreate\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieCreateOrConnectWithoutdirectorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"MovieCreateOrConnectWithoutdirectorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]}]},{\"name\":\"MovieUncheckedCreateManyWithoutDirectorInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"create\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieCreateWithoutDirectorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"MovieCreateWithoutDirectorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true},{\"type\":\"MovieUncheckedCreateWithoutDirectorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"MovieUncheckedCreateWithoutDirectorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"connect\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"MovieWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"connectOrCreate\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieCreateOrConnectWithoutdirectorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"MovieCreateOrConnectWithoutdirectorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]}]},{\"name\":\"MovieUpdateManyWithoutDirectorInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"create\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieCreateWithoutDirectorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"MovieCreateWithoutDirectorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true},{\"type\":\"MovieUncheckedCreateWithoutDirectorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"MovieUncheckedCreateWithoutDirectorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"connect\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"MovieWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"set\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"MovieWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"disconnect\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"MovieWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"delete\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"MovieWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"update\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieUpdateWithWhereUniqueWithoutDirectorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"MovieUpdateWithWhereUniqueWithoutDirectorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"updateMany\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieUpdateManyWithWhereWithoutDirectorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"MovieUpdateManyWithWhereWithoutDirectorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"deleteMany\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieScalarWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"MovieScalarWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"upsert\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieUpsertWithWhereUniqueWithoutDirectorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"MovieUpsertWithWhereUniqueWithoutDirectorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"connectOrCreate\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieCreateOrConnectWithoutdirectorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"MovieCreateOrConnectWithoutdirectorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]}]},{\"name\":\"MovieUncheckedUpdateManyWithoutDirectorInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"create\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieCreateWithoutDirectorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"MovieCreateWithoutDirectorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true},{\"type\":\"MovieUncheckedCreateWithoutDirectorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"MovieUncheckedCreateWithoutDirectorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"connect\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"MovieWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"set\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"MovieWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"disconnect\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"MovieWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"delete\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"MovieWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"update\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieUpdateWithWhereUniqueWithoutDirectorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"MovieUpdateWithWhereUniqueWithoutDirectorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"updateMany\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieUpdateManyWithWhereWithoutDirectorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"MovieUpdateManyWithWhereWithoutDirectorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"deleteMany\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieScalarWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"MovieScalarWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"upsert\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieUpsertWithWhereUniqueWithoutDirectorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"MovieUpsertWithWhereUniqueWithoutDirectorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"connectOrCreate\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieCreateOrConnectWithoutdirectorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"MovieCreateOrConnectWithoutdirectorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]}]},{\"name\":\"CreatorCreateManyWithoutLikesInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"create\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorCreateWithoutLikesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"CreatorCreateWithoutLikesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true},{\"type\":\"CreatorUncheckedCreateWithoutLikesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"CreatorUncheckedCreateWithoutLikesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"connect\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"CreatorWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"connectOrCreate\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorCreateOrConnectWithoutlikesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"CreatorCreateOrConnectWithoutlikesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]}]},{\"name\":\"CreatorCreateOneWithoutProblemsInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"create\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorCreateWithoutProblemsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"CreatorUncheckedCreateWithoutProblemsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"connect\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"connectOrCreate\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorCreateOrConnectWithoutproblemsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"CreatorUpdateManyWithoutLikesInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"create\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorCreateWithoutLikesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"CreatorCreateWithoutLikesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true},{\"type\":\"CreatorUncheckedCreateWithoutLikesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"CreatorUncheckedCreateWithoutLikesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"connect\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"CreatorWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"set\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"CreatorWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"disconnect\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"CreatorWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"delete\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"CreatorWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"update\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorUpdateWithWhereUniqueWithoutLikesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"CreatorUpdateWithWhereUniqueWithoutLikesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"updateMany\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorUpdateManyWithWhereWithoutLikesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"CreatorUpdateManyWithWhereWithoutLikesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"deleteMany\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorScalarWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"CreatorScalarWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"upsert\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorUpsertWithWhereUniqueWithoutLikesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"CreatorUpsertWithWhereUniqueWithoutLikesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"connectOrCreate\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorCreateOrConnectWithoutlikesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"CreatorCreateOrConnectWithoutlikesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]}]},{\"name\":\"CreatorUpdateOneWithoutProblemsInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"create\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorCreateWithoutProblemsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"CreatorUncheckedCreateWithoutProblemsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"connect\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"disconnect\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Boolean\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"delete\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Boolean\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"update\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorUpdateWithoutProblemsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"CreatorUncheckedUpdateWithoutProblemsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"upsert\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorUpsertWithoutProblemsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"connectOrCreate\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorCreateOrConnectWithoutproblemsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"ProblemCreateManyWithoutLikedByInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"create\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemCreateWithoutLikedByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemCreateWithoutLikedByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true},{\"type\":\"ProblemUncheckedCreateWithoutLikedByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemUncheckedCreateWithoutLikedByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"connect\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"connectOrCreate\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemCreateOrConnectWithoutlikedByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemCreateOrConnectWithoutlikedByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]}]},{\"name\":\"ProblemCreateManyWithoutCreatorInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"create\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemCreateWithoutCreatorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemCreateWithoutCreatorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true},{\"type\":\"ProblemUncheckedCreateWithoutCreatorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemUncheckedCreateWithoutCreatorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"connect\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"connectOrCreate\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemCreateOrConnectWithoutcreatorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemCreateOrConnectWithoutcreatorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]}]},{\"name\":\"ProblemUncheckedCreateManyWithoutCreatorInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"create\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemCreateWithoutCreatorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemCreateWithoutCreatorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true},{\"type\":\"ProblemUncheckedCreateWithoutCreatorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemUncheckedCreateWithoutCreatorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"connect\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"connectOrCreate\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemCreateOrConnectWithoutcreatorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemCreateOrConnectWithoutcreatorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]}]},{\"name\":\"ProblemUpdateManyWithoutLikedByInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"create\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemCreateWithoutLikedByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemCreateWithoutLikedByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true},{\"type\":\"ProblemUncheckedCreateWithoutLikedByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemUncheckedCreateWithoutLikedByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"connect\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"set\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"disconnect\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"delete\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"update\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemUpdateWithWhereUniqueWithoutLikedByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemUpdateWithWhereUniqueWithoutLikedByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"updateMany\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemUpdateManyWithWhereWithoutLikedByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemUpdateManyWithWhereWithoutLikedByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"deleteMany\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemScalarWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemScalarWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"upsert\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemUpsertWithWhereUniqueWithoutLikedByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemUpsertWithWhereUniqueWithoutLikedByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"connectOrCreate\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemCreateOrConnectWithoutlikedByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemCreateOrConnectWithoutlikedByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]}]},{\"name\":\"ProblemUpdateManyWithoutCreatorInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"create\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemCreateWithoutCreatorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemCreateWithoutCreatorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true},{\"type\":\"ProblemUncheckedCreateWithoutCreatorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemUncheckedCreateWithoutCreatorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"connect\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"set\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"disconnect\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"delete\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"update\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemUpdateWithWhereUniqueWithoutCreatorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemUpdateWithWhereUniqueWithoutCreatorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"updateMany\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemUpdateManyWithWhereWithoutCreatorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemUpdateManyWithWhereWithoutCreatorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"deleteMany\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemScalarWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemScalarWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"upsert\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemUpsertWithWhereUniqueWithoutCreatorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemUpsertWithWhereUniqueWithoutCreatorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"connectOrCreate\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemCreateOrConnectWithoutcreatorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemCreateOrConnectWithoutcreatorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]}]},{\"name\":\"ProblemUncheckedUpdateManyWithoutCreatorInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"create\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemCreateWithoutCreatorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemCreateWithoutCreatorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true},{\"type\":\"ProblemUncheckedCreateWithoutCreatorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemUncheckedCreateWithoutCreatorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"connect\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"set\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"disconnect\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"delete\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"update\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemUpdateWithWhereUniqueWithoutCreatorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemUpdateWithWhereUniqueWithoutCreatorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"updateMany\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemUpdateManyWithWhereWithoutCreatorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemUpdateManyWithWhereWithoutCreatorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"deleteMany\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemScalarWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemScalarWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"upsert\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemUpsertWithWhereUniqueWithoutCreatorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemUpsertWithWhereUniqueWithoutCreatorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"connectOrCreate\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemCreateOrConnectWithoutcreatorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemCreateOrConnectWithoutcreatorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]}]},{\"name\":\"NestedIntFilter\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"equals\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"in\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":true}]},{\"name\":\"notIn\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":true}]},{\"name\":\"lt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"lte\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"gt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"gte\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"not\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"NestedIntFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"NestedStringFilter\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"equals\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"in\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":true}]},{\"name\":\"notIn\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":true}]},{\"name\":\"lt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"lte\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"gt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"gte\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"contains\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"startsWith\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"endsWith\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"not\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"NestedStringFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"NestedStringNullableFilter\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"equals\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"in\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":true},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"notIn\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":true},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"lt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"lte\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"gt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"gte\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"contains\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"startsWith\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"endsWith\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"not\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"NestedStringNullableFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"NestedFloatFilter\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"equals\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"in\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":true}]},{\"name\":\"notIn\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":true}]},{\"name\":\"lt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"lte\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"gt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"gte\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"not\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"NestedFloatFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"NestedEnumRoleFilter\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"equals\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Role\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":false}]},{\"name\":\"in\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Role\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":true}]},{\"name\":\"notIn\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Role\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":true}]},{\"name\":\"not\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Role\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":false},{\"type\":\"NestedEnumRoleFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"NestedDateTimeFilter\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"equals\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"in\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":true}]},{\"name\":\"notIn\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":true}]},{\"name\":\"lt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"lte\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"gt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"gte\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"not\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"NestedDateTimeFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"NestedBoolFilter\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"equals\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Boolean\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"not\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Boolean\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"NestedBoolFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"NestedIntNullableFilter\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"equals\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"in\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":true},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"notIn\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":true},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"lt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"lte\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"gt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"gte\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"not\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"NestedIntNullableFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"NestedEnumPostKindNullableFilter\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"equals\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"PostKind\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"in\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"PostKind\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":true},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"notIn\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"PostKind\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":true},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"not\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"PostKind\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":false},{\"type\":\"NestedEnumPostKindNullableFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"postCreateWithoutAuthorInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"uuid\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"createdAt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"updatedAt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"published\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Boolean\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"title\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"subtitle\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"content\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"kind\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"PostKind\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"metadata\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Json\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"editor\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserCreateOneWithoutEditorPostsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"postUncheckedCreateWithoutAuthorInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"uuid\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"createdAt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"updatedAt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"published\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Boolean\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"title\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"subtitle\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"content\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"editorId\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"kind\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"PostKind\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"metadata\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Json\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"postCreateOrConnectWithoutauthorInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"create\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postCreateWithoutAuthorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postUncheckedCreateWithoutAuthorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"postCreateWithoutEditorInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"uuid\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"createdAt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"updatedAt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"published\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Boolean\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"title\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"subtitle\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"content\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"kind\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"PostKind\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"metadata\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Json\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"author\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserCreateOneWithoutPostsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"postUncheckedCreateWithoutEditorInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"uuid\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"createdAt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"updatedAt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"published\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Boolean\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"title\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"subtitle\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"content\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"authorId\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"kind\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"PostKind\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"metadata\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Json\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"postCreateOrConnectWithouteditorInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"create\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postCreateWithoutEditorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postUncheckedCreateWithoutEditorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"postUpdateWithWhereUniqueWithoutAuthorInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"data\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postUpdateWithoutAuthorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postUncheckedUpdateWithoutAuthorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"postUpdateManyWithWhereWithoutAuthorInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postScalarWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"data\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postUpdateManyMutationInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postUncheckedUpdateManyWithoutPostsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"postScalarWhereInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"AND\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postScalarWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postScalarWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"OR\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postScalarWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"NOT\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postScalarWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postScalarWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"uuid\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"StringFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"createdAt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTimeFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"updatedAt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTimeFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"published\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"BoolFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Boolean\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"title\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"StringFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"subtitle\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"StringFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"content\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"StringNullableFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"authorId\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"IntFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"editorId\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"IntNullableFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"kind\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"EnumPostKindNullableFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"PostKind\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"metadata\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"JsonFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"postUpsertWithWhereUniqueWithoutAuthorInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"update\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postUpdateWithoutAuthorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postUncheckedUpdateWithoutAuthorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"create\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postCreateWithoutAuthorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postUncheckedCreateWithoutAuthorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"postUpdateWithWhereUniqueWithoutEditorInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"data\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postUpdateWithoutEditorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postUncheckedUpdateWithoutEditorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"postUpdateManyWithWhereWithoutEditorInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postScalarWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"data\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postUpdateManyMutationInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postUncheckedUpdateManyWithoutEditorPostsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"postUpsertWithWhereUniqueWithoutEditorInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"update\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postUpdateWithoutEditorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postUncheckedUpdateWithoutEditorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"create\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postCreateWithoutEditorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postUncheckedCreateWithoutEditorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"UserCreateWithoutPostsInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"email\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"name\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"age\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"balance\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"amount\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"role\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Role\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":false}]},{\"name\":\"editorPosts\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postCreateManyWithoutEditorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"UserUncheckedCreateWithoutPostsInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"id\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"email\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"name\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"age\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"balance\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"amount\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"role\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Role\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":false}]},{\"name\":\"editorPosts\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postUncheckedCreateManyWithoutEditorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"UserCreateOrConnectWithoutpostsInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"create\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserCreateWithoutPostsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"UserUncheckedCreateWithoutPostsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"UserCreateWithoutEditorPostsInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"email\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"name\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"age\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"balance\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"amount\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"role\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Role\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":false}]},{\"name\":\"posts\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postCreateManyWithoutAuthorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"UserUncheckedCreateWithoutEditorPostsInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"id\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"email\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"name\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"age\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"balance\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"amount\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"role\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Role\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":false}]},{\"name\":\"posts\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postUncheckedCreateManyWithoutAuthorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"UserCreateOrConnectWithouteditorPostsInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"create\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserCreateWithoutEditorPostsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"UserUncheckedCreateWithoutEditorPostsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"UserUpdateWithoutPostsInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"email\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"name\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"NullableStringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"age\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"IntFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"balance\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"FloatFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"amount\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"FloatFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"role\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Role\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":false},{\"type\":\"EnumRoleFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"editorPosts\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postUpdateManyWithoutEditorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"UserUncheckedUpdateWithoutPostsInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"id\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"IntFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"email\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"name\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"NullableStringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"age\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"IntFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"balance\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"FloatFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"amount\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"FloatFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"role\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Role\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":false},{\"type\":\"EnumRoleFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"editorPosts\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postUncheckedUpdateManyWithoutEditorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"UserUpsertWithoutPostsInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"update\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserUpdateWithoutPostsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"UserUncheckedUpdateWithoutPostsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"create\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserCreateWithoutPostsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"UserUncheckedCreateWithoutPostsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"UserUpdateWithoutEditorPostsInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"email\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"name\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"NullableStringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"age\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"IntFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"balance\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"FloatFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"amount\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"FloatFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"role\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Role\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":false},{\"type\":\"EnumRoleFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"posts\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postUpdateManyWithoutAuthorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"UserUncheckedUpdateWithoutEditorPostsInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"id\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"IntFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"email\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"name\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"NullableStringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"age\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"IntFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"balance\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"FloatFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"amount\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"FloatFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"role\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Role\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":false},{\"type\":\"EnumRoleFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"posts\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postUncheckedUpdateManyWithoutAuthorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"UserUpsertWithoutEditorPostsInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"update\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserUpdateWithoutEditorPostsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"UserUncheckedUpdateWithoutEditorPostsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"create\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserCreateWithoutEditorPostsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"UserUncheckedCreateWithoutEditorPostsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"DirectorCreateWithoutMoviesInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"firstName\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"lastName\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"DirectorUncheckedCreateWithoutMoviesInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"firstName\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"lastName\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"DirectorCreateOrConnectWithoutmoviesInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DirectorWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"create\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DirectorCreateWithoutMoviesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"DirectorUncheckedCreateWithoutMoviesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"DirectorUpdateWithoutMoviesInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"firstName\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"lastName\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"DirectorUncheckedUpdateWithoutMoviesInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"firstName\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"lastName\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"DirectorUpsertWithoutMoviesInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"update\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DirectorUpdateWithoutMoviesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"DirectorUncheckedUpdateWithoutMoviesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"create\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DirectorCreateWithoutMoviesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"DirectorUncheckedCreateWithoutMoviesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"MovieCreateWithoutDirectorInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"title\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"MovieUncheckedCreateWithoutDirectorInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"title\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"MovieCreateOrConnectWithoutdirectorInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"create\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieCreateWithoutDirectorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"MovieUncheckedCreateWithoutDirectorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"MovieUpdateWithWhereUniqueWithoutDirectorInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"data\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieUpdateWithoutDirectorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"MovieUncheckedUpdateWithoutDirectorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"MovieUpdateManyWithWhereWithoutDirectorInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieScalarWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"data\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieUpdateManyMutationInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"MovieUncheckedUpdateManyWithoutMoviesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"MovieScalarWhereInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"AND\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieScalarWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"MovieScalarWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"OR\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieScalarWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"NOT\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieScalarWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"MovieScalarWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"directorFirstName\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"StringFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"directorLastName\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"StringFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"title\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"StringFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"MovieUpsertWithWhereUniqueWithoutDirectorInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"update\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieUpdateWithoutDirectorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"MovieUncheckedUpdateWithoutDirectorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"create\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieCreateWithoutDirectorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"MovieUncheckedCreateWithoutDirectorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"CreatorCreateWithoutLikesInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"name\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"problems\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemCreateManyWithoutCreatorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"CreatorUncheckedCreateWithoutLikesInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"id\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"name\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"problems\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemUncheckedCreateManyWithoutCreatorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"CreatorCreateOrConnectWithoutlikesInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"create\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorCreateWithoutLikesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"CreatorUncheckedCreateWithoutLikesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"CreatorCreateWithoutProblemsInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"name\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"likes\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemCreateManyWithoutLikedByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"CreatorUncheckedCreateWithoutProblemsInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"id\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"name\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"CreatorCreateOrConnectWithoutproblemsInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"create\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorCreateWithoutProblemsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"CreatorUncheckedCreateWithoutProblemsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"CreatorUpdateWithWhereUniqueWithoutLikesInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"data\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorUpdateWithoutLikesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"CreatorUncheckedUpdateWithoutLikesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"CreatorUpdateManyWithWhereWithoutLikesInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorScalarWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"data\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorUpdateManyMutationInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"CreatorUncheckedUpdateManyWithoutLikedByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"CreatorScalarWhereInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"AND\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorScalarWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"CreatorScalarWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"OR\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorScalarWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"NOT\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorScalarWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"CreatorScalarWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"id\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"IntFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"name\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"StringFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"CreatorUpsertWithWhereUniqueWithoutLikesInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"update\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorUpdateWithoutLikesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"CreatorUncheckedUpdateWithoutLikesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"create\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorCreateWithoutLikesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"CreatorUncheckedCreateWithoutLikesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"CreatorUpdateWithoutProblemsInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"name\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"likes\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemUpdateManyWithoutLikedByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"CreatorUncheckedUpdateWithoutProblemsInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"id\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"IntFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"name\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"CreatorUpsertWithoutProblemsInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"update\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorUpdateWithoutProblemsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"CreatorUncheckedUpdateWithoutProblemsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"create\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorCreateWithoutProblemsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"CreatorUncheckedCreateWithoutProblemsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"ProblemCreateWithoutLikedByInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"problemText\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"creator\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorCreateOneWithoutProblemsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"ProblemUncheckedCreateWithoutLikedByInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"id\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"problemText\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"creatorId\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"ProblemCreateOrConnectWithoutlikedByInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"create\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemCreateWithoutLikedByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemUncheckedCreateWithoutLikedByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"ProblemCreateWithoutCreatorInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"problemText\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"likedBy\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorCreateManyWithoutLikesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"ProblemUncheckedCreateWithoutCreatorInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"id\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"problemText\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"ProblemCreateOrConnectWithoutcreatorInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"create\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemCreateWithoutCreatorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemUncheckedCreateWithoutCreatorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"ProblemUpdateWithWhereUniqueWithoutLikedByInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"data\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemUpdateWithoutLikedByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemUncheckedUpdateWithoutLikedByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"ProblemUpdateManyWithWhereWithoutLikedByInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemScalarWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"data\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemUpdateManyMutationInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemUncheckedUpdateManyWithoutLikesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"ProblemScalarWhereInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"AND\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemScalarWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemScalarWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"OR\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemScalarWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"NOT\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemScalarWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemScalarWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"id\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"IntFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"problemText\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"StringFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"creatorId\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"IntNullableFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"ProblemUpsertWithWhereUniqueWithoutLikedByInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"update\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemUpdateWithoutLikedByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemUncheckedUpdateWithoutLikedByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"create\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemCreateWithoutLikedByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemUncheckedCreateWithoutLikedByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"ProblemUpdateWithWhereUniqueWithoutCreatorInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"data\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemUpdateWithoutCreatorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemUncheckedUpdateWithoutCreatorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"ProblemUpdateManyWithWhereWithoutCreatorInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemScalarWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"data\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemUpdateManyMutationInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemUncheckedUpdateManyWithoutProblemsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"ProblemUpsertWithWhereUniqueWithoutCreatorInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"update\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemUpdateWithoutCreatorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemUncheckedUpdateWithoutCreatorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"create\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemCreateWithoutCreatorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemUncheckedCreateWithoutCreatorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"postUpdateWithoutAuthorInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"uuid\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"createdAt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"DateTimeFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"updatedAt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"DateTimeFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"published\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Boolean\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"BoolFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"title\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"subtitle\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"content\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"NullableStringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"kind\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"PostKind\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":false},{\"type\":\"NullableEnumPostKindFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"metadata\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Json\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"editor\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserUpdateOneWithoutEditorPostsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"postUncheckedUpdateWithoutAuthorInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"uuid\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"createdAt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"DateTimeFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"updatedAt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"DateTimeFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"published\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Boolean\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"BoolFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"title\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"subtitle\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"content\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"NullableStringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"editorId\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"NullableIntFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"kind\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"PostKind\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":false},{\"type\":\"NullableEnumPostKindFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"metadata\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Json\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"postUncheckedUpdateManyWithoutPostsInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"uuid\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"createdAt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"DateTimeFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"updatedAt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"DateTimeFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"published\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Boolean\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"BoolFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"title\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"subtitle\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"content\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"NullableStringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"editorId\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"NullableIntFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"kind\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"PostKind\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":false},{\"type\":\"NullableEnumPostKindFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"metadata\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Json\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"postUpdateWithoutEditorInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"uuid\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"createdAt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"DateTimeFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"updatedAt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"DateTimeFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"published\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Boolean\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"BoolFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"title\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"subtitle\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"content\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"NullableStringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"kind\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"PostKind\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":false},{\"type\":\"NullableEnumPostKindFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"metadata\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Json\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"author\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserUpdateOneRequiredWithoutPostsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"postUncheckedUpdateWithoutEditorInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"uuid\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"createdAt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"DateTimeFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"updatedAt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"DateTimeFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"published\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Boolean\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"BoolFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"title\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"subtitle\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"content\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"NullableStringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"authorId\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"IntFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"kind\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"PostKind\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":false},{\"type\":\"NullableEnumPostKindFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"metadata\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Json\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"postUncheckedUpdateManyWithoutEditorPostsInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"uuid\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"createdAt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"DateTimeFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"updatedAt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"DateTimeFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"published\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Boolean\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"BoolFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"title\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"subtitle\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"content\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"NullableStringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"authorId\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"IntFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"kind\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"PostKind\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":false},{\"type\":\"NullableEnumPostKindFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"metadata\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Json\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"MovieUpdateWithoutDirectorInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"title\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"MovieUncheckedUpdateWithoutDirectorInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"title\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"MovieUncheckedUpdateManyWithoutMoviesInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"title\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"CreatorUpdateWithoutLikesInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"name\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"problems\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemUpdateManyWithoutCreatorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"CreatorUncheckedUpdateWithoutLikesInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"id\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"IntFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"name\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"problems\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemUncheckedUpdateManyWithoutCreatorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"CreatorUncheckedUpdateManyWithoutLikedByInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"id\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"IntFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"name\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"ProblemUpdateWithoutLikedByInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"problemText\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"creator\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorUpdateOneWithoutProblemsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"ProblemUncheckedUpdateWithoutLikedByInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"id\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"IntFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"problemText\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"creatorId\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"NullableIntFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"ProblemUncheckedUpdateManyWithoutLikesInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"id\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"IntFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"problemText\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"creatorId\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"NullableIntFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"ProblemUpdateWithoutCreatorInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"problemText\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"likedBy\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorUpdateManyWithoutLikesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"ProblemUncheckedUpdateWithoutCreatorInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"id\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"IntFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"problemText\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"ProblemUncheckedUpdateManyWithoutProblemsInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"id\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"IntFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"problemText\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]}]},\"outputObjectTypes\":{\"prisma\":[{\"name\":\"Query\",\"fields\":[{\"name\":\"findFirstUser\",\"args\":[{\"name\":\"where\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"orderBy\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true},{\"type\":\"UserOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"cursor\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"take\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"skip\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"distinct\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserScalarFieldEnum\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":true}]}],\"isNullable\":true,\"outputType\":{\"type\":\"User\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"findManyUser\",\"args\":[{\"name\":\"where\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"orderBy\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true},{\"type\":\"UserOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"cursor\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"take\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"skip\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"distinct\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserScalarFieldEnum\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":true}]}],\"isNullable\":false,\"outputType\":{\"type\":\"User\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":true}},{\"name\":\"aggregateUser\",\"args\":[{\"name\":\"where\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"orderBy\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true},{\"type\":\"UserOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"cursor\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"take\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"skip\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]}],\"isNullable\":false,\"outputType\":{\"type\":\"AggregateUser\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"findOneUser\",\"args\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":true,\"outputType\":{\"type\":\"User\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false},\"deprecation\":{\"sinceVersion\":\"2.14\",\"reason\":\"The `findOne` query has been deprecated and replaced with `findUnique`.\",\"plannedRemovalVersion\":\"2.15\"}},{\"name\":\"findUniqueUser\",\"args\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":true,\"outputType\":{\"type\":\"User\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"findFirstpost\",\"args\":[{\"name\":\"where\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"orderBy\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true},{\"type\":\"postOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"cursor\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"take\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"skip\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"distinct\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"PostScalarFieldEnum\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":true}]}],\"isNullable\":true,\"outputType\":{\"type\":\"post\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"findManypost\",\"args\":[{\"name\":\"where\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"orderBy\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true},{\"type\":\"postOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"cursor\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"take\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"skip\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"distinct\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"PostScalarFieldEnum\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":true}]}],\"isNullable\":false,\"outputType\":{\"type\":\"post\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":true}},{\"name\":\"aggregatepost\",\"args\":[{\"name\":\"where\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"orderBy\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true},{\"type\":\"postOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"cursor\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"take\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"skip\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]}],\"isNullable\":false,\"outputType\":{\"type\":\"AggregatePost\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"findOnepost\",\"args\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":true,\"outputType\":{\"type\":\"post\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false},\"deprecation\":{\"sinceVersion\":\"2.14\",\"reason\":\"The `findOne` query has been deprecated and replaced with `findUnique`.\",\"plannedRemovalVersion\":\"2.15\"}},{\"name\":\"findUniquepost\",\"args\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":true,\"outputType\":{\"type\":\"post\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"findFirstCategory\",\"args\":[{\"name\":\"where\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CategoryWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"orderBy\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CategoryOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true},{\"type\":\"CategoryOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"cursor\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CategoryWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"take\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"skip\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"distinct\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CategoryScalarFieldEnum\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":true}]}],\"isNullable\":true,\"outputType\":{\"type\":\"Category\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"findManyCategory\",\"args\":[{\"name\":\"where\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CategoryWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"orderBy\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CategoryOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true},{\"type\":\"CategoryOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"cursor\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CategoryWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"take\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"skip\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"distinct\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CategoryScalarFieldEnum\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":true}]}],\"isNullable\":false,\"outputType\":{\"type\":\"Category\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":true}},{\"name\":\"aggregateCategory\",\"args\":[{\"name\":\"where\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CategoryWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"orderBy\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CategoryOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true},{\"type\":\"CategoryOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"cursor\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CategoryWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"take\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"skip\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]}],\"isNullable\":false,\"outputType\":{\"type\":\"AggregateCategory\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"findOneCategory\",\"args\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CategoryWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":true,\"outputType\":{\"type\":\"Category\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false},\"deprecation\":{\"sinceVersion\":\"2.14\",\"reason\":\"The `findOne` query has been deprecated and replaced with `findUnique`.\",\"plannedRemovalVersion\":\"2.15\"}},{\"name\":\"findUniqueCategory\",\"args\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CategoryWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":true,\"outputType\":{\"type\":\"Category\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"findFirstPatient\",\"args\":[{\"name\":\"where\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"PatientWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"orderBy\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"PatientOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true},{\"type\":\"PatientOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"cursor\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"PatientWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"take\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"skip\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"distinct\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"PatientScalarFieldEnum\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":true}]}],\"isNullable\":true,\"outputType\":{\"type\":\"Patient\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"findManyPatient\",\"args\":[{\"name\":\"where\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"PatientWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"orderBy\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"PatientOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true},{\"type\":\"PatientOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"cursor\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"PatientWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"take\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"skip\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"distinct\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"PatientScalarFieldEnum\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":true}]}],\"isNullable\":false,\"outputType\":{\"type\":\"Patient\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":true}},{\"name\":\"aggregatePatient\",\"args\":[{\"name\":\"where\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"PatientWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"orderBy\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"PatientOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true},{\"type\":\"PatientOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"cursor\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"PatientWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"take\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"skip\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]}],\"isNullable\":false,\"outputType\":{\"type\":\"AggregatePatient\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"findOnePatient\",\"args\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"PatientWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":true,\"outputType\":{\"type\":\"Patient\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false},\"deprecation\":{\"sinceVersion\":\"2.14\",\"reason\":\"The `findOne` query has been deprecated and replaced with `findUnique`.\",\"plannedRemovalVersion\":\"2.15\"}},{\"name\":\"findUniquePatient\",\"args\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"PatientWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":true,\"outputType\":{\"type\":\"Patient\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"findFirstMovie\",\"args\":[{\"name\":\"where\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"orderBy\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true},{\"type\":\"MovieOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"cursor\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"take\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"skip\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"distinct\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieScalarFieldEnum\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":true}]}],\"isNullable\":true,\"outputType\":{\"type\":\"Movie\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"findManyMovie\",\"args\":[{\"name\":\"where\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"orderBy\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true},{\"type\":\"MovieOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"cursor\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"take\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"skip\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"distinct\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieScalarFieldEnum\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":true}]}],\"isNullable\":false,\"outputType\":{\"type\":\"Movie\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":true}},{\"name\":\"aggregateMovie\",\"args\":[{\"name\":\"where\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"orderBy\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true},{\"type\":\"MovieOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"cursor\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"take\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"skip\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]}],\"isNullable\":false,\"outputType\":{\"type\":\"AggregateMovie\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"findOneMovie\",\"args\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":true,\"outputType\":{\"type\":\"Movie\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false},\"deprecation\":{\"sinceVersion\":\"2.14\",\"reason\":\"The `findOne` query has been deprecated and replaced with `findUnique`.\",\"plannedRemovalVersion\":\"2.15\"}},{\"name\":\"findUniqueMovie\",\"args\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":true,\"outputType\":{\"type\":\"Movie\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"findFirstDirector\",\"args\":[{\"name\":\"where\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DirectorWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"orderBy\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DirectorOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true},{\"type\":\"DirectorOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"cursor\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DirectorWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"take\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"skip\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"distinct\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DirectorScalarFieldEnum\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":true}]}],\"isNullable\":true,\"outputType\":{\"type\":\"Director\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"findManyDirector\",\"args\":[{\"name\":\"where\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DirectorWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"orderBy\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DirectorOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true},{\"type\":\"DirectorOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"cursor\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DirectorWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"take\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"skip\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"distinct\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DirectorScalarFieldEnum\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":true}]}],\"isNullable\":false,\"outputType\":{\"type\":\"Director\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":true}},{\"name\":\"aggregateDirector\",\"args\":[{\"name\":\"where\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DirectorWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"orderBy\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DirectorOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true},{\"type\":\"DirectorOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"cursor\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DirectorWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"take\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"skip\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]}],\"isNullable\":false,\"outputType\":{\"type\":\"AggregateDirector\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"findOneDirector\",\"args\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DirectorWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":true,\"outputType\":{\"type\":\"Director\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false},\"deprecation\":{\"sinceVersion\":\"2.14\",\"reason\":\"The `findOne` query has been deprecated and replaced with `findUnique`.\",\"plannedRemovalVersion\":\"2.15\"}},{\"name\":\"findUniqueDirector\",\"args\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DirectorWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":true,\"outputType\":{\"type\":\"Director\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"findFirstProblem\",\"args\":[{\"name\":\"where\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"orderBy\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true},{\"type\":\"ProblemOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"cursor\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"take\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"skip\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"distinct\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemScalarFieldEnum\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":true}]}],\"isNullable\":true,\"outputType\":{\"type\":\"Problem\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"findManyProblem\",\"args\":[{\"name\":\"where\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"orderBy\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true},{\"type\":\"ProblemOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"cursor\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"take\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"skip\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"distinct\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemScalarFieldEnum\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":true}]}],\"isNullable\":false,\"outputType\":{\"type\":\"Problem\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":true}},{\"name\":\"aggregateProblem\",\"args\":[{\"name\":\"where\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"orderBy\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true},{\"type\":\"ProblemOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"cursor\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"take\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"skip\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]}],\"isNullable\":false,\"outputType\":{\"type\":\"AggregateProblem\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"findOneProblem\",\"args\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":true,\"outputType\":{\"type\":\"Problem\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false},\"deprecation\":{\"sinceVersion\":\"2.14\",\"reason\":\"The `findOne` query has been deprecated and replaced with `findUnique`.\",\"plannedRemovalVersion\":\"2.15\"}},{\"name\":\"findUniqueProblem\",\"args\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":true,\"outputType\":{\"type\":\"Problem\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"findFirstCreator\",\"args\":[{\"name\":\"where\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"orderBy\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true},{\"type\":\"CreatorOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"cursor\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"take\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"skip\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"distinct\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorScalarFieldEnum\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":true}]}],\"isNullable\":true,\"outputType\":{\"type\":\"Creator\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"findManyCreator\",\"args\":[{\"name\":\"where\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"orderBy\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true},{\"type\":\"CreatorOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"cursor\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"take\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"skip\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"distinct\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorScalarFieldEnum\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":true}]}],\"isNullable\":false,\"outputType\":{\"type\":\"Creator\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":true}},{\"name\":\"aggregateCreator\",\"args\":[{\"name\":\"where\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"orderBy\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true},{\"type\":\"CreatorOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"cursor\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"take\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"skip\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]}],\"isNullable\":false,\"outputType\":{\"type\":\"AggregateCreator\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"findOneCreator\",\"args\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":true,\"outputType\":{\"type\":\"Creator\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false},\"deprecation\":{\"sinceVersion\":\"2.14\",\"reason\":\"The `findOne` query has been deprecated and replaced with `findUnique`.\",\"plannedRemovalVersion\":\"2.15\"}},{\"name\":\"findUniqueCreator\",\"args\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":true,\"outputType\":{\"type\":\"Creator\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false}}]},{\"name\":\"Mutation\",\"fields\":[{\"name\":\"createOneUser\",\"args\":[{\"name\":\"data\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserCreateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"UserUncheckedCreateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":false,\"outputType\":{\"type\":\"User\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"deleteOneUser\",\"args\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":true,\"outputType\":{\"type\":\"User\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"updateOneUser\",\"args\":[{\"name\":\"data\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserUpdateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"UserUncheckedUpdateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":true,\"outputType\":{\"type\":\"User\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"upsertOneUser\",\"args\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"create\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserCreateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"UserUncheckedCreateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"update\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserUpdateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"UserUncheckedUpdateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":false,\"outputType\":{\"type\":\"User\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"updateManyUser\",\"args\":[{\"name\":\"data\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserUpdateManyMutationInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"UserUncheckedUpdateManyInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"where\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":false,\"outputType\":{\"type\":\"BatchPayload\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"deleteManyUser\",\"args\":[{\"name\":\"where\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":false,\"outputType\":{\"type\":\"BatchPayload\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"createOnepost\",\"args\":[{\"name\":\"data\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postCreateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postUncheckedCreateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":false,\"outputType\":{\"type\":\"post\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"deleteOnepost\",\"args\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":true,\"outputType\":{\"type\":\"post\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"updateOnepost\",\"args\":[{\"name\":\"data\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postUpdateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postUncheckedUpdateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":true,\"outputType\":{\"type\":\"post\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"upsertOnepost\",\"args\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"create\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postCreateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postUncheckedCreateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"update\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postUpdateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postUncheckedUpdateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":false,\"outputType\":{\"type\":\"post\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"updateManypost\",\"args\":[{\"name\":\"data\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postUpdateManyMutationInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postUncheckedUpdateManyInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"where\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":false,\"outputType\":{\"type\":\"BatchPayload\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"deleteManypost\",\"args\":[{\"name\":\"where\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":false,\"outputType\":{\"type\":\"BatchPayload\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"createOneCategory\",\"args\":[{\"name\":\"data\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CategoryCreateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"CategoryUncheckedCreateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":false,\"outputType\":{\"type\":\"Category\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"deleteOneCategory\",\"args\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CategoryWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":true,\"outputType\":{\"type\":\"Category\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"updateOneCategory\",\"args\":[{\"name\":\"data\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CategoryUpdateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"CategoryUncheckedUpdateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CategoryWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":true,\"outputType\":{\"type\":\"Category\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"upsertOneCategory\",\"args\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CategoryWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"create\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CategoryCreateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"CategoryUncheckedCreateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"update\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CategoryUpdateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"CategoryUncheckedUpdateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":false,\"outputType\":{\"type\":\"Category\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"updateManyCategory\",\"args\":[{\"name\":\"data\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CategoryUpdateManyMutationInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"CategoryUncheckedUpdateManyInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"where\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CategoryWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":false,\"outputType\":{\"type\":\"BatchPayload\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"deleteManyCategory\",\"args\":[{\"name\":\"where\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CategoryWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":false,\"outputType\":{\"type\":\"BatchPayload\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"createOnePatient\",\"args\":[{\"name\":\"data\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"PatientCreateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"PatientUncheckedCreateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":false,\"outputType\":{\"type\":\"Patient\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"deleteOnePatient\",\"args\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"PatientWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":true,\"outputType\":{\"type\":\"Patient\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"updateOnePatient\",\"args\":[{\"name\":\"data\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"PatientUpdateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"PatientUncheckedUpdateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"PatientWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":true,\"outputType\":{\"type\":\"Patient\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"upsertOnePatient\",\"args\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"PatientWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"create\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"PatientCreateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"PatientUncheckedCreateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"update\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"PatientUpdateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"PatientUncheckedUpdateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":false,\"outputType\":{\"type\":\"Patient\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"updateManyPatient\",\"args\":[{\"name\":\"data\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"PatientUpdateManyMutationInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"PatientUncheckedUpdateManyInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"where\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"PatientWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":false,\"outputType\":{\"type\":\"BatchPayload\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"deleteManyPatient\",\"args\":[{\"name\":\"where\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"PatientWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":false,\"outputType\":{\"type\":\"BatchPayload\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"createOneMovie\",\"args\":[{\"name\":\"data\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieCreateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"MovieUncheckedCreateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":false,\"outputType\":{\"type\":\"Movie\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"deleteOneMovie\",\"args\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":true,\"outputType\":{\"type\":\"Movie\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"updateOneMovie\",\"args\":[{\"name\":\"data\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieUpdateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"MovieUncheckedUpdateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":true,\"outputType\":{\"type\":\"Movie\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"upsertOneMovie\",\"args\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"create\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieCreateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"MovieUncheckedCreateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"update\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieUpdateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"MovieUncheckedUpdateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":false,\"outputType\":{\"type\":\"Movie\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"updateManyMovie\",\"args\":[{\"name\":\"data\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieUpdateManyMutationInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"MovieUncheckedUpdateManyInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"where\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":false,\"outputType\":{\"type\":\"BatchPayload\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"deleteManyMovie\",\"args\":[{\"name\":\"where\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":false,\"outputType\":{\"type\":\"BatchPayload\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"createOneDirector\",\"args\":[{\"name\":\"data\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DirectorCreateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"DirectorUncheckedCreateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":false,\"outputType\":{\"type\":\"Director\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"deleteOneDirector\",\"args\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DirectorWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":true,\"outputType\":{\"type\":\"Director\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"updateOneDirector\",\"args\":[{\"name\":\"data\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DirectorUpdateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"DirectorUncheckedUpdateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DirectorWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":true,\"outputType\":{\"type\":\"Director\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"upsertOneDirector\",\"args\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DirectorWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"create\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DirectorCreateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"DirectorUncheckedCreateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"update\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DirectorUpdateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"DirectorUncheckedUpdateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":false,\"outputType\":{\"type\":\"Director\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"updateManyDirector\",\"args\":[{\"name\":\"data\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DirectorUpdateManyMutationInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"DirectorUncheckedUpdateManyInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"where\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DirectorWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":false,\"outputType\":{\"type\":\"BatchPayload\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"deleteManyDirector\",\"args\":[{\"name\":\"where\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DirectorWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":false,\"outputType\":{\"type\":\"BatchPayload\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"createOneProblem\",\"args\":[{\"name\":\"data\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemCreateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemUncheckedCreateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":false,\"outputType\":{\"type\":\"Problem\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"deleteOneProblem\",\"args\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":true,\"outputType\":{\"type\":\"Problem\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"updateOneProblem\",\"args\":[{\"name\":\"data\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemUpdateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemUncheckedUpdateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":true,\"outputType\":{\"type\":\"Problem\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"upsertOneProblem\",\"args\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"create\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemCreateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemUncheckedCreateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"update\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemUpdateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemUncheckedUpdateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":false,\"outputType\":{\"type\":\"Problem\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"updateManyProblem\",\"args\":[{\"name\":\"data\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemUpdateManyMutationInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemUncheckedUpdateManyInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"where\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":false,\"outputType\":{\"type\":\"BatchPayload\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"deleteManyProblem\",\"args\":[{\"name\":\"where\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":false,\"outputType\":{\"type\":\"BatchPayload\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"createOneCreator\",\"args\":[{\"name\":\"data\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorCreateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"CreatorUncheckedCreateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":false,\"outputType\":{\"type\":\"Creator\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"deleteOneCreator\",\"args\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":true,\"outputType\":{\"type\":\"Creator\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"updateOneCreator\",\"args\":[{\"name\":\"data\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorUpdateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"CreatorUncheckedUpdateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":true,\"outputType\":{\"type\":\"Creator\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"upsertOneCreator\",\"args\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"create\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorCreateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"CreatorUncheckedCreateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"update\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorUpdateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"CreatorUncheckedUpdateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":false,\"outputType\":{\"type\":\"Creator\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"updateManyCreator\",\"args\":[{\"name\":\"data\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorUpdateManyMutationInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"CreatorUncheckedUpdateManyInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"where\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":false,\"outputType\":{\"type\":\"BatchPayload\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"deleteManyCreator\",\"args\":[{\"name\":\"where\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":false,\"outputType\":{\"type\":\"BatchPayload\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"executeRaw\",\"args\":[{\"name\":\"query\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"parameters\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Json\",\"location\":\"scalar\",\"isList\":false}]}],\"isNullable\":false,\"outputType\":{\"type\":\"Json\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"queryRaw\",\"args\":[{\"name\":\"query\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"parameters\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Json\",\"location\":\"scalar\",\"isList\":false}]}],\"isNullable\":false,\"outputType\":{\"type\":\"Json\",\"location\":\"scalar\",\"isList\":false}}]},{\"name\":\"AggregateUser\",\"fields\":[{\"name\":\"count\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"UserCountAggregateOutputType\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"avg\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"UserAvgAggregateOutputType\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"sum\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"UserSumAggregateOutputType\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"min\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"UserMinAggregateOutputType\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"max\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"UserMaxAggregateOutputType\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}}]},{\"name\":\"AggregatePost\",\"fields\":[{\"name\":\"count\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"PostCountAggregateOutputType\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"avg\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"PostAvgAggregateOutputType\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"sum\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"PostSumAggregateOutputType\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"min\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"PostMinAggregateOutputType\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"max\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"PostMaxAggregateOutputType\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}}]},{\"name\":\"AggregateCategory\",\"fields\":[{\"name\":\"count\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"CategoryCountAggregateOutputType\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"avg\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"CategoryAvgAggregateOutputType\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"sum\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"CategorySumAggregateOutputType\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"min\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"CategoryMinAggregateOutputType\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"max\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"CategoryMaxAggregateOutputType\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}}]},{\"name\":\"AggregatePatient\",\"fields\":[{\"name\":\"count\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"PatientCountAggregateOutputType\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"min\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"PatientMinAggregateOutputType\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"max\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"PatientMaxAggregateOutputType\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}}]},{\"name\":\"AggregateMovie\",\"fields\":[{\"name\":\"count\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"MovieCountAggregateOutputType\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"min\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"MovieMinAggregateOutputType\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"max\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"MovieMaxAggregateOutputType\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}}]},{\"name\":\"AggregateDirector\",\"fields\":[{\"name\":\"count\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"DirectorCountAggregateOutputType\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"min\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"DirectorMinAggregateOutputType\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"max\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"DirectorMaxAggregateOutputType\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}}]},{\"name\":\"AggregateProblem\",\"fields\":[{\"name\":\"count\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"ProblemCountAggregateOutputType\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"avg\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"ProblemAvgAggregateOutputType\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"sum\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"ProblemSumAggregateOutputType\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"min\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"ProblemMinAggregateOutputType\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"max\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"ProblemMaxAggregateOutputType\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}}]},{\"name\":\"AggregateCreator\",\"fields\":[{\"name\":\"count\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"CreatorCountAggregateOutputType\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"avg\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"CreatorAvgAggregateOutputType\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"sum\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"CreatorSumAggregateOutputType\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"min\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"CreatorMinAggregateOutputType\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"max\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"CreatorMaxAggregateOutputType\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}}]},{\"name\":\"BatchPayload\",\"fields\":[{\"name\":\"count\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}}]},{\"name\":\"UserCountAggregateOutputType\",\"fields\":[{\"name\":\"id\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"email\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"name\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"age\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"balance\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"amount\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"role\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"_all\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}}]},{\"name\":\"UserAvgAggregateOutputType\",\"fields\":[{\"name\":\"id\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"age\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"balance\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"amount\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}}]},{\"name\":\"UserSumAggregateOutputType\",\"fields\":[{\"name\":\"id\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"age\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"balance\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"amount\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}}]},{\"name\":\"UserMinAggregateOutputType\",\"fields\":[{\"name\":\"id\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"email\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"name\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"age\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"balance\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"amount\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"role\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"Role\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":false}}]},{\"name\":\"UserMaxAggregateOutputType\",\"fields\":[{\"name\":\"id\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"email\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"name\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"age\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"balance\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"amount\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"role\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"Role\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":false}}]},{\"name\":\"PostCountAggregateOutputType\",\"fields\":[{\"name\":\"uuid\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"createdAt\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"updatedAt\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"published\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"title\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"subtitle\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"content\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"authorId\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"editorId\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"kind\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"metadata\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"_all\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}}]},{\"name\":\"PostAvgAggregateOutputType\",\"fields\":[{\"name\":\"authorId\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"editorId\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}}]},{\"name\":\"PostSumAggregateOutputType\",\"fields\":[{\"name\":\"authorId\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"editorId\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}}]},{\"name\":\"PostMinAggregateOutputType\",\"fields\":[{\"name\":\"uuid\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"createdAt\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"updatedAt\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"published\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"Boolean\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"title\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"subtitle\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"content\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"authorId\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"editorId\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"kind\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"PostKind\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":false}},{\"name\":\"metadata\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"Json\",\"location\":\"scalar\",\"isList\":false}}]},{\"name\":\"PostMaxAggregateOutputType\",\"fields\":[{\"name\":\"uuid\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"createdAt\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"updatedAt\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"published\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"Boolean\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"title\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"subtitle\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"content\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"authorId\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"editorId\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"kind\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"PostKind\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":false}},{\"name\":\"metadata\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"Json\",\"location\":\"scalar\",\"isList\":false}}]},{\"name\":\"CategoryCountAggregateOutputType\",\"fields\":[{\"name\":\"name\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"slug\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"number\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"_all\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}}]},{\"name\":\"CategoryAvgAggregateOutputType\",\"fields\":[{\"name\":\"number\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}}]},{\"name\":\"CategorySumAggregateOutputType\",\"fields\":[{\"name\":\"number\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}}]},{\"name\":\"CategoryMinAggregateOutputType\",\"fields\":[{\"name\":\"name\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"slug\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"number\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}}]},{\"name\":\"CategoryMaxAggregateOutputType\",\"fields\":[{\"name\":\"name\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"slug\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"number\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}}]},{\"name\":\"PatientCountAggregateOutputType\",\"fields\":[{\"name\":\"firstName\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"lastName\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"email\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"_all\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}}]},{\"name\":\"PatientMinAggregateOutputType\",\"fields\":[{\"name\":\"firstName\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"lastName\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"email\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}}]},{\"name\":\"PatientMaxAggregateOutputType\",\"fields\":[{\"name\":\"firstName\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"lastName\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"email\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}}]},{\"name\":\"MovieCountAggregateOutputType\",\"fields\":[{\"name\":\"directorFirstName\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"directorLastName\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"title\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"_all\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}}]},{\"name\":\"MovieMinAggregateOutputType\",\"fields\":[{\"name\":\"directorFirstName\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"directorLastName\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"title\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}}]},{\"name\":\"MovieMaxAggregateOutputType\",\"fields\":[{\"name\":\"directorFirstName\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"directorLastName\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"title\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}}]},{\"name\":\"DirectorCountAggregateOutputType\",\"fields\":[{\"name\":\"firstName\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"lastName\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"_all\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}}]},{\"name\":\"DirectorMinAggregateOutputType\",\"fields\":[{\"name\":\"firstName\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"lastName\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}}]},{\"name\":\"DirectorMaxAggregateOutputType\",\"fields\":[{\"name\":\"firstName\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"lastName\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}}]},{\"name\":\"ProblemCountAggregateOutputType\",\"fields\":[{\"name\":\"id\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"problemText\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"creatorId\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"_all\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}}]},{\"name\":\"ProblemAvgAggregateOutputType\",\"fields\":[{\"name\":\"id\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"creatorId\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}}]},{\"name\":\"ProblemSumAggregateOutputType\",\"fields\":[{\"name\":\"id\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"creatorId\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}}]},{\"name\":\"ProblemMinAggregateOutputType\",\"fields\":[{\"name\":\"id\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"problemText\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"creatorId\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}}]},{\"name\":\"ProblemMaxAggregateOutputType\",\"fields\":[{\"name\":\"id\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"problemText\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"creatorId\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}}]},{\"name\":\"CreatorCountAggregateOutputType\",\"fields\":[{\"name\":\"id\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"name\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"_all\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}}]},{\"name\":\"CreatorAvgAggregateOutputType\",\"fields\":[{\"name\":\"id\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}}]},{\"name\":\"CreatorSumAggregateOutputType\",\"fields\":[{\"name\":\"id\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}}]},{\"name\":\"CreatorMinAggregateOutputType\",\"fields\":[{\"name\":\"id\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"name\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}}]},{\"name\":\"CreatorMaxAggregateOutputType\",\"fields\":[{\"name\":\"id\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"name\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}}]}],\"model\":[{\"name\":\"User\",\"fields\":[{\"name\":\"id\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"email\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"name\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"age\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"balance\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"amount\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"posts\",\"args\":[{\"name\":\"where\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"orderBy\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true},{\"type\":\"postOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"cursor\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"take\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"skip\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"distinct\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"PostScalarFieldEnum\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":true}]}],\"isNullable\":true,\"outputType\":{\"type\":\"post\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":true}},{\"name\":\"role\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Role\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":false}},{\"name\":\"editorPosts\",\"args\":[{\"name\":\"where\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"orderBy\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true},{\"type\":\"postOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"cursor\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"take\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"skip\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"distinct\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"PostScalarFieldEnum\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":true}]}],\"isNullable\":true,\"outputType\":{\"type\":\"post\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":true}}]},{\"name\":\"post\",\"fields\":[{\"name\":\"uuid\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"createdAt\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"updatedAt\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"published\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Boolean\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"title\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"subtitle\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"content\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"author\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"User\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"authorId\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"editor\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"User\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"editorId\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"kind\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"PostKind\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":false}},{\"name\":\"metadata\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Json\",\"location\":\"scalar\",\"isList\":false}}]},{\"name\":\"Category\",\"fields\":[{\"name\":\"name\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"slug\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"number\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}}]},{\"name\":\"Patient\",\"fields\":[{\"name\":\"firstName\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"lastName\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"email\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}}]},{\"name\":\"Movie\",\"fields\":[{\"name\":\"directorFirstName\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"directorLastName\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"director\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Director\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"title\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}}]},{\"name\":\"Director\",\"fields\":[{\"name\":\"firstName\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"lastName\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"movies\",\"args\":[{\"name\":\"where\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"orderBy\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true},{\"type\":\"MovieOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"cursor\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"take\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"skip\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"distinct\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieScalarFieldEnum\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":true}]}],\"isNullable\":true,\"outputType\":{\"type\":\"Movie\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":true}}]},{\"name\":\"Problem\",\"fields\":[{\"name\":\"id\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"problemText\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"likedBy\",\"args\":[{\"name\":\"where\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"orderBy\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true},{\"type\":\"CreatorOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"cursor\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"take\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"skip\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"distinct\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorScalarFieldEnum\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":true}]}],\"isNullable\":true,\"outputType\":{\"type\":\"Creator\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":true}},{\"name\":\"creator\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"Creator\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"creatorId\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}}]},{\"name\":\"Creator\",\"fields\":[{\"name\":\"id\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"name\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"likes\",\"args\":[{\"name\":\"where\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"orderBy\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true},{\"type\":\"ProblemOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"cursor\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"take\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"skip\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"distinct\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemScalarFieldEnum\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":true}]}],\"isNullable\":true,\"outputType\":{\"type\":\"Problem\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":true}},{\"name\":\"problems\",\"args\":[{\"name\":\"where\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"orderBy\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true},{\"type\":\"ProblemOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"cursor\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"take\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"skip\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"distinct\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemScalarFieldEnum\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":true}]}],\"isNullable\":true,\"outputType\":{\"type\":\"Problem\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":true}}]}]},\"enumTypes\":{\"prisma\":[{\"name\":\"UserScalarFieldEnum\",\"values\":[\"id\",\"email\",\"name\",\"age\",\"balance\",\"amount\",\"role\"]},{\"name\":\"PostScalarFieldEnum\",\"values\":[\"uuid\",\"createdAt\",\"updatedAt\",\"published\",\"title\",\"subtitle\",\"content\",\"authorId\",\"editorId\",\"kind\",\"metadata\"]},{\"name\":\"CategoryScalarFieldEnum\",\"values\":[\"name\",\"slug\",\"number\"]},{\"name\":\"PatientScalarFieldEnum\",\"values\":[\"firstName\",\"lastName\",\"email\"]},{\"name\":\"MovieScalarFieldEnum\",\"values\":[\"directorFirstName\",\"directorLastName\",\"title\"]},{\"name\":\"DirectorScalarFieldEnum\",\"values\":[\"firstName\",\"lastName\"]},{\"name\":\"ProblemScalarFieldEnum\",\"values\":[\"id\",\"problemText\",\"creatorId\"]},{\"name\":\"CreatorScalarFieldEnum\",\"values\":[\"id\",\"name\"]},{\"name\":\"SortOrder\",\"values\":[\"asc\",\"desc\"]},{\"name\":\"QueryMode\",\"values\":[\"default\",\"insensitive\"]}],\"model\":[{\"name\":\"Role\",\"values\":[\"USER\",\"ADMIN\"]},{\"name\":\"PostKind\",\"values\":[\"BLOG\",\"ADVERT\"]}]}},\"mappings\":{\"modelOperations\":[{\"model\":\"User\",\"plural\":\"users\",\"findUnique\":\"findUniqueUser\",\"findFirst\":\"findFirstUser\",\"findMany\":\"findManyUser\",\"create\":\"createOneUser\",\"delete\":\"deleteOneUser\",\"update\":\"updateOneUser\",\"deleteMany\":\"deleteManyUser\",\"updateMany\":\"updateManyUser\",\"upsert\":\"upsertOneUser\",\"aggregate\":\"aggregateUser\"},{\"model\":\"post\",\"plural\":\"posts\",\"findUnique\":\"findUniquepost\",\"findFirst\":\"findFirstpost\",\"findMany\":\"findManypost\",\"create\":\"createOnepost\",\"delete\":\"deleteOnepost\",\"update\":\"updateOnepost\",\"deleteMany\":\"deleteManypost\",\"updateMany\":\"updateManypost\",\"upsert\":\"upsertOnepost\",\"aggregate\":\"aggregatepost\"},{\"model\":\"Category\",\"plural\":\"categories\",\"findUnique\":\"findUniqueCategory\",\"findFirst\":\"findFirstCategory\",\"findMany\":\"findManyCategory\",\"create\":\"createOneCategory\",\"delete\":\"deleteOneCategory\",\"update\":\"updateOneCategory\",\"deleteMany\":\"deleteManyCategory\",\"updateMany\":\"updateManyCategory\",\"upsert\":\"upsertOneCategory\",\"aggregate\":\"aggregateCategory\"},{\"model\":\"Patient\",\"plural\":\"patients\",\"findUnique\":\"findUniquePatient\",\"findFirst\":\"findFirstPatient\",\"findMany\":\"findManyPatient\",\"create\":\"createOnePatient\",\"delete\":\"deleteOnePatient\",\"update\":\"updateOnePatient\",\"deleteMany\":\"deleteManyPatient\",\"updateMany\":\"updateManyPatient\",\"upsert\":\"upsertOnePatient\",\"aggregate\":\"aggregatePatient\"},{\"model\":\"Movie\",\"plural\":\"movies\",\"findUnique\":\"findUniqueMovie\",\"findFirst\":\"findFirstMovie\",\"findMany\":\"findManyMovie\",\"create\":\"createOneMovie\",\"delete\":\"deleteOneMovie\",\"update\":\"updateOneMovie\",\"deleteMany\":\"deleteManyMovie\",\"updateMany\":\"updateManyMovie\",\"upsert\":\"upsertOneMovie\",\"aggregate\":\"aggregateMovie\"},{\"model\":\"Director\",\"plural\":\"directors\",\"findUnique\":\"findUniqueDirector\",\"findFirst\":\"findFirstDirector\",\"findMany\":\"findManyDirector\",\"create\":\"createOneDirector\",\"delete\":\"deleteOneDirector\",\"update\":\"updateOneDirector\",\"deleteMany\":\"deleteManyDirector\",\"updateMany\":\"updateManyDirector\",\"upsert\":\"upsertOneDirector\",\"aggregate\":\"aggregateDirector\"},{\"model\":\"Problem\",\"plural\":\"problems\",\"findUnique\":\"findUniqueProblem\",\"findFirst\":\"findFirstProblem\",\"findMany\":\"findManyProblem\",\"create\":\"createOneProblem\",\"delete\":\"deleteOneProblem\",\"update\":\"updateOneProblem\",\"deleteMany\":\"deleteManyProblem\",\"updateMany\":\"updateManyProblem\",\"upsert\":\"upsertOneProblem\",\"aggregate\":\"aggregateProblem\"},{\"model\":\"Creator\",\"plural\":\"creators\",\"findUnique\":\"findUniqueCreator\",\"findFirst\":\"findFirstCreator\",\"findMany\":\"findManyCreator\",\"create\":\"createOneCreator\",\"delete\":\"deleteOneCreator\",\"update\":\"updateOneCreator\",\"deleteMany\":\"deleteManyCreator\",\"updateMany\":\"updateManyCreator\",\"upsert\":\"upsertOneCreator\",\"aggregate\":\"aggregateCreator\"}],\"otherOperations\":{\"read\":[],\"write\":[\"executeRaw\",\"queryRaw\"]}}}" +const dmmfString = "{\"datamodel\":{\"enums\":[{\"name\":\"Role\",\"values\":[{\"name\":\"USER\",\"dbName\":null},{\"name\":\"ADMIN\",\"dbName\":null}],\"dbName\":null,\"documentation\":\"Role enum doc\"},{\"name\":\"PostKind\",\"values\":[{\"name\":\"BLOG\",\"dbName\":null},{\"name\":\"ADVERT\",\"dbName\":null}],\"dbName\":null}],\"models\":[{\"name\":\"User\",\"isEmbedded\":false,\"dbName\":null,\"fields\":[{\"name\":\"id\",\"kind\":\"scalar\",\"isList\":false,\"isRequired\":true,\"isUnique\":false,\"isId\":true,\"isReadOnly\":false,\"type\":\"Int\",\"hasDefaultValue\":true,\"default\":{\"name\":\"autoincrement\",\"args\":[]},\"isGenerated\":false,\"isUpdatedAt\":false,\"documentation\":\"User model field doc\"},{\"name\":\"email\",\"kind\":\"scalar\",\"isList\":false,\"isRequired\":true,\"isUnique\":true,\"isId\":false,\"isReadOnly\":false,\"type\":\"String\",\"hasDefaultValue\":false,\"isGenerated\":false,\"isUpdatedAt\":false},{\"name\":\"name\",\"kind\":\"scalar\",\"isList\":false,\"isRequired\":false,\"isUnique\":false,\"isId\":false,\"isReadOnly\":false,\"type\":\"String\",\"hasDefaultValue\":false,\"isGenerated\":false,\"isUpdatedAt\":false,\"documentation\":\"renamed field doc\\\\n@TypeGraphQL.field(name: \\\"firstName\\\")\"},{\"name\":\"age\",\"kind\":\"scalar\",\"isList\":false,\"isRequired\":true,\"isUnique\":false,\"isId\":false,\"isReadOnly\":false,\"type\":\"Int\",\"hasDefaultValue\":false,\"isGenerated\":false,\"isUpdatedAt\":false},{\"name\":\"balance\",\"kind\":\"scalar\",\"isList\":false,\"isRequired\":true,\"isUnique\":false,\"isId\":false,\"isReadOnly\":false,\"type\":\"Float\",\"hasDefaultValue\":false,\"isGenerated\":false,\"isUpdatedAt\":false,\"documentation\":\"@TypeGraphQL.field(name: \\\"accountBalance\\\")\"},{\"name\":\"amount\",\"kind\":\"scalar\",\"isList\":false,\"isRequired\":true,\"isUnique\":false,\"isId\":false,\"isReadOnly\":false,\"type\":\"Float\",\"hasDefaultValue\":false,\"isGenerated\":false,\"isUpdatedAt\":false},{\"name\":\"posts\",\"kind\":\"object\",\"isList\":true,\"isRequired\":false,\"isUnique\":false,\"isId\":false,\"isReadOnly\":false,\"type\":\"post\",\"hasDefaultValue\":false,\"relationName\":\"posts\",\"relationFromFields\":[],\"relationToFields\":[],\"relationOnDelete\":\"NONE\",\"isGenerated\":false,\"isUpdatedAt\":false,\"documentation\":\"@TypeGraphQL.field(name: \\\"clientPosts\\\")\"},{\"name\":\"role\",\"kind\":\"enum\",\"isList\":false,\"isRequired\":true,\"isUnique\":false,\"isId\":false,\"isReadOnly\":false,\"type\":\"Role\",\"hasDefaultValue\":false,\"isGenerated\":false,\"isUpdatedAt\":false},{\"name\":\"editorPosts\",\"kind\":\"object\",\"isList\":true,\"isRequired\":false,\"isUnique\":false,\"isId\":false,\"isReadOnly\":false,\"type\":\"post\",\"hasDefaultValue\":false,\"relationName\":\"editorPosts\",\"relationFromFields\":[],\"relationToFields\":[],\"relationOnDelete\":\"NONE\",\"isGenerated\":false,\"isUpdatedAt\":false,\"documentation\":\"@TypeGraphQL.omit(output: true)\"}],\"isGenerated\":false,\"documentation\":\"User model doc\\\\n@@TypeGraphQL.type(name: \\\"Client\\\")\",\"idFields\":[],\"uniqueFields\":[],\"uniqueIndexes\":[]},{\"name\":\"post\",\"isEmbedded\":false,\"dbName\":null,\"fields\":[{\"name\":\"uuid\",\"kind\":\"scalar\",\"isList\":false,\"isRequired\":true,\"isUnique\":false,\"isId\":true,\"isReadOnly\":false,\"type\":\"String\",\"hasDefaultValue\":true,\"default\":{\"name\":\"uuid\",\"args\":[]},\"isGenerated\":false,\"isUpdatedAt\":false},{\"name\":\"createdAt\",\"kind\":\"scalar\",\"isList\":false,\"isRequired\":true,\"isUnique\":false,\"isId\":false,\"isReadOnly\":false,\"type\":\"DateTime\",\"hasDefaultValue\":true,\"default\":{\"name\":\"now\",\"args\":[]},\"isGenerated\":false,\"isUpdatedAt\":false},{\"name\":\"updatedAt\",\"kind\":\"scalar\",\"isList\":false,\"isRequired\":true,\"isUnique\":false,\"isId\":false,\"isReadOnly\":false,\"type\":\"DateTime\",\"hasDefaultValue\":false,\"isGenerated\":false,\"isUpdatedAt\":true},{\"name\":\"published\",\"kind\":\"scalar\",\"isList\":false,\"isRequired\":true,\"isUnique\":false,\"isId\":false,\"isReadOnly\":false,\"type\":\"Boolean\",\"hasDefaultValue\":false,\"isGenerated\":false,\"isUpdatedAt\":false},{\"name\":\"title\",\"kind\":\"scalar\",\"isList\":false,\"isRequired\":true,\"isUnique\":false,\"isId\":false,\"isReadOnly\":false,\"type\":\"String\",\"hasDefaultValue\":false,\"isGenerated\":false,\"isUpdatedAt\":false},{\"name\":\"subtitle\",\"kind\":\"scalar\",\"isList\":false,\"isRequired\":true,\"isUnique\":false,\"isId\":false,\"isReadOnly\":false,\"type\":\"String\",\"hasDefaultValue\":false,\"isGenerated\":false,\"isUpdatedAt\":false,\"documentation\":\"@TypeGraphQL.omit(output: true)\"},{\"name\":\"content\",\"kind\":\"scalar\",\"isList\":false,\"isRequired\":false,\"isUnique\":false,\"isId\":false,\"isReadOnly\":false,\"type\":\"String\",\"hasDefaultValue\":false,\"isGenerated\":false,\"isUpdatedAt\":false},{\"name\":\"author\",\"kind\":\"object\",\"isList\":false,\"isRequired\":true,\"isUnique\":false,\"isId\":false,\"isReadOnly\":false,\"type\":\"User\",\"hasDefaultValue\":false,\"relationName\":\"posts\",\"relationFromFields\":[\"authorId\"],\"relationToFields\":[\"id\"],\"relationOnDelete\":\"NONE\",\"isGenerated\":false,\"isUpdatedAt\":false},{\"name\":\"authorId\",\"kind\":\"scalar\",\"isList\":false,\"isRequired\":true,\"isUnique\":false,\"isId\":false,\"isReadOnly\":true,\"type\":\"Int\",\"hasDefaultValue\":false,\"isGenerated\":false,\"isUpdatedAt\":false},{\"name\":\"editor\",\"kind\":\"object\",\"isList\":false,\"isRequired\":false,\"isUnique\":false,\"isId\":false,\"isReadOnly\":false,\"type\":\"User\",\"hasDefaultValue\":false,\"relationName\":\"editorPosts\",\"relationFromFields\":[\"editorId\"],\"relationToFields\":[\"id\"],\"relationOnDelete\":\"NONE\",\"isGenerated\":false,\"isUpdatedAt\":false,\"documentation\":\"@TypeGraphQL.omit(output: true)\"},{\"name\":\"editorId\",\"kind\":\"scalar\",\"isList\":false,\"isRequired\":false,\"isUnique\":false,\"isId\":false,\"isReadOnly\":true,\"type\":\"Int\",\"hasDefaultValue\":false,\"isGenerated\":false,\"isUpdatedAt\":false,\"documentation\":\"@TypeGraphQL.omit(output: true)\"},{\"name\":\"kind\",\"kind\":\"enum\",\"isList\":false,\"isRequired\":false,\"isUnique\":false,\"isId\":false,\"isReadOnly\":false,\"type\":\"PostKind\",\"hasDefaultValue\":false,\"isGenerated\":false,\"isUpdatedAt\":false},{\"name\":\"metadata\",\"kind\":\"scalar\",\"isList\":false,\"isRequired\":true,\"isUnique\":false,\"isId\":false,\"isReadOnly\":false,\"type\":\"Json\",\"hasDefaultValue\":false,\"isGenerated\":false,\"isUpdatedAt\":false}],\"isGenerated\":false,\"idFields\":[],\"uniqueFields\":[],\"uniqueIndexes\":[]},{\"name\":\"Category\",\"isEmbedded\":false,\"dbName\":null,\"fields\":[{\"name\":\"name\",\"kind\":\"scalar\",\"isList\":false,\"isRequired\":true,\"isUnique\":false,\"isId\":false,\"isReadOnly\":false,\"type\":\"String\",\"hasDefaultValue\":false,\"isGenerated\":false,\"isUpdatedAt\":false},{\"name\":\"slug\",\"kind\":\"scalar\",\"isList\":false,\"isRequired\":true,\"isUnique\":false,\"isId\":false,\"isReadOnly\":false,\"type\":\"String\",\"hasDefaultValue\":false,\"isGenerated\":false,\"isUpdatedAt\":false},{\"name\":\"number\",\"kind\":\"scalar\",\"isList\":false,\"isRequired\":true,\"isUnique\":false,\"isId\":false,\"isReadOnly\":false,\"type\":\"Int\",\"hasDefaultValue\":false,\"isGenerated\":false,\"isUpdatedAt\":false}],\"isGenerated\":false,\"idFields\":[],\"uniqueFields\":[[\"slug\",\"number\"]],\"uniqueIndexes\":[{\"name\":null,\"fields\":[\"slug\",\"number\"]}]},{\"name\":\"Patient\",\"isEmbedded\":false,\"dbName\":null,\"fields\":[{\"name\":\"firstName\",\"kind\":\"scalar\",\"isList\":false,\"isRequired\":true,\"isUnique\":false,\"isId\":false,\"isReadOnly\":false,\"type\":\"String\",\"hasDefaultValue\":false,\"isGenerated\":false,\"isUpdatedAt\":false},{\"name\":\"lastName\",\"kind\":\"scalar\",\"isList\":false,\"isRequired\":true,\"isUnique\":false,\"isId\":false,\"isReadOnly\":false,\"type\":\"String\",\"hasDefaultValue\":false,\"isGenerated\":false,\"isUpdatedAt\":false},{\"name\":\"email\",\"kind\":\"scalar\",\"isList\":false,\"isRequired\":true,\"isUnique\":false,\"isId\":false,\"isReadOnly\":false,\"type\":\"String\",\"hasDefaultValue\":false,\"isGenerated\":false,\"isUpdatedAt\":false}],\"isGenerated\":false,\"idFields\":[\"firstName\",\"lastName\"],\"uniqueFields\":[],\"uniqueIndexes\":[]},{\"name\":\"Movie\",\"isEmbedded\":false,\"dbName\":null,\"fields\":[{\"name\":\"directorFirstName\",\"kind\":\"scalar\",\"isList\":false,\"isRequired\":true,\"isUnique\":false,\"isId\":false,\"isReadOnly\":true,\"type\":\"String\",\"hasDefaultValue\":false,\"isGenerated\":false,\"isUpdatedAt\":false},{\"name\":\"directorLastName\",\"kind\":\"scalar\",\"isList\":false,\"isRequired\":true,\"isUnique\":false,\"isId\":false,\"isReadOnly\":true,\"type\":\"String\",\"hasDefaultValue\":false,\"isGenerated\":false,\"isUpdatedAt\":false},{\"name\":\"director\",\"kind\":\"object\",\"isList\":false,\"isRequired\":true,\"isUnique\":false,\"isId\":false,\"isReadOnly\":false,\"type\":\"Director\",\"hasDefaultValue\":false,\"relationName\":\"DirectorToMovie\",\"relationFromFields\":[\"directorFirstName\",\"directorLastName\"],\"relationToFields\":[\"firstName\",\"lastName\"],\"relationOnDelete\":\"NONE\",\"isGenerated\":false,\"isUpdatedAt\":false},{\"name\":\"title\",\"kind\":\"scalar\",\"isList\":false,\"isRequired\":true,\"isUnique\":false,\"isId\":false,\"isReadOnly\":false,\"type\":\"String\",\"hasDefaultValue\":false,\"isGenerated\":false,\"isUpdatedAt\":false}],\"isGenerated\":false,\"idFields\":[\"directorFirstName\",\"directorLastName\",\"title\"],\"uniqueFields\":[],\"uniqueIndexes\":[]},{\"name\":\"Director\",\"isEmbedded\":false,\"dbName\":null,\"fields\":[{\"name\":\"firstName\",\"kind\":\"scalar\",\"isList\":false,\"isRequired\":true,\"isUnique\":false,\"isId\":false,\"isReadOnly\":false,\"type\":\"String\",\"hasDefaultValue\":false,\"isGenerated\":false,\"isUpdatedAt\":false},{\"name\":\"lastName\",\"kind\":\"scalar\",\"isList\":false,\"isRequired\":true,\"isUnique\":false,\"isId\":false,\"isReadOnly\":false,\"type\":\"String\",\"hasDefaultValue\":false,\"isGenerated\":false,\"isUpdatedAt\":false},{\"name\":\"movies\",\"kind\":\"object\",\"isList\":true,\"isRequired\":false,\"isUnique\":false,\"isId\":false,\"isReadOnly\":false,\"type\":\"Movie\",\"hasDefaultValue\":false,\"relationName\":\"DirectorToMovie\",\"relationFromFields\":[],\"relationToFields\":[],\"relationOnDelete\":\"NONE\",\"isGenerated\":false,\"isUpdatedAt\":false}],\"isGenerated\":false,\"idFields\":[\"firstName\",\"lastName\"],\"uniqueFields\":[],\"uniqueIndexes\":[]},{\"name\":\"Problem\",\"isEmbedded\":false,\"dbName\":null,\"fields\":[{\"name\":\"id\",\"kind\":\"scalar\",\"isList\":false,\"isRequired\":true,\"isUnique\":false,\"isId\":true,\"isReadOnly\":false,\"type\":\"Int\",\"hasDefaultValue\":true,\"default\":{\"name\":\"autoincrement\",\"args\":[]},\"isGenerated\":false,\"isUpdatedAt\":false},{\"name\":\"problemText\",\"kind\":\"scalar\",\"isList\":false,\"isRequired\":true,\"isUnique\":false,\"isId\":false,\"isReadOnly\":false,\"type\":\"String\",\"hasDefaultValue\":false,\"isGenerated\":false,\"isUpdatedAt\":false},{\"name\":\"likedBy\",\"kind\":\"object\",\"isList\":true,\"isRequired\":false,\"isUnique\":false,\"isId\":false,\"isReadOnly\":false,\"type\":\"Creator\",\"hasDefaultValue\":false,\"relationName\":\"CreatorToProblem\",\"relationFromFields\":[],\"relationToFields\":[\"id\"],\"relationOnDelete\":\"NONE\",\"isGenerated\":false,\"isUpdatedAt\":false},{\"name\":\"creator\",\"kind\":\"object\",\"isList\":false,\"isRequired\":false,\"isUnique\":false,\"isId\":false,\"isReadOnly\":false,\"type\":\"Creator\",\"hasDefaultValue\":false,\"relationName\":\"creator\",\"relationFromFields\":[\"creatorId\"],\"relationToFields\":[\"id\"],\"relationOnDelete\":\"NONE\",\"isGenerated\":false,\"isUpdatedAt\":false},{\"name\":\"creatorId\",\"kind\":\"scalar\",\"isList\":false,\"isRequired\":false,\"isUnique\":false,\"isId\":false,\"isReadOnly\":true,\"type\":\"Int\",\"hasDefaultValue\":false,\"isGenerated\":false,\"isUpdatedAt\":false}],\"isGenerated\":false,\"idFields\":[],\"uniqueFields\":[],\"uniqueIndexes\":[]},{\"name\":\"Creator\",\"isEmbedded\":false,\"dbName\":null,\"fields\":[{\"name\":\"id\",\"kind\":\"scalar\",\"isList\":false,\"isRequired\":true,\"isUnique\":false,\"isId\":true,\"isReadOnly\":false,\"type\":\"Int\",\"hasDefaultValue\":true,\"default\":{\"name\":\"autoincrement\",\"args\":[]},\"isGenerated\":false,\"isUpdatedAt\":false},{\"name\":\"name\",\"kind\":\"scalar\",\"isList\":false,\"isRequired\":true,\"isUnique\":false,\"isId\":false,\"isReadOnly\":false,\"type\":\"String\",\"hasDefaultValue\":false,\"isGenerated\":false,\"isUpdatedAt\":false},{\"name\":\"likes\",\"kind\":\"object\",\"isList\":true,\"isRequired\":false,\"isUnique\":false,\"isId\":false,\"isReadOnly\":false,\"type\":\"Problem\",\"hasDefaultValue\":false,\"relationName\":\"CreatorToProblem\",\"relationFromFields\":[],\"relationToFields\":[\"id\"],\"relationOnDelete\":\"NONE\",\"isGenerated\":false,\"isUpdatedAt\":false},{\"name\":\"problems\",\"kind\":\"object\",\"isList\":true,\"isRequired\":false,\"isUnique\":false,\"isId\":false,\"isReadOnly\":false,\"type\":\"Problem\",\"hasDefaultValue\":false,\"relationName\":\"creator\",\"relationFromFields\":[],\"relationToFields\":[],\"relationOnDelete\":\"NONE\",\"isGenerated\":false,\"isUpdatedAt\":false}],\"isGenerated\":false,\"idFields\":[],\"uniqueFields\":[],\"uniqueIndexes\":[]}]},\"schema\":{\"inputObjectTypes\":{\"prisma\":[{\"name\":\"UserWhereInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"AND\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"UserWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"OR\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"NOT\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"UserWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"id\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"IntFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"email\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"StringFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"name\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"StringNullableFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"age\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"IntFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"balance\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"FloatFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"amount\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"FloatFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"posts\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"PostListRelationFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"role\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"EnumRoleFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Role\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":false}]},{\"name\":\"editorPosts\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"PostListRelationFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"UserOrderByInput\",\"constraints\":{\"maxNumFields\":1,\"minNumFields\":0},\"fields\":[{\"name\":\"id\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"SortOrder\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":false}]},{\"name\":\"email\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"SortOrder\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":false}]},{\"name\":\"name\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"SortOrder\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":false}]},{\"name\":\"age\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"SortOrder\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":false}]},{\"name\":\"balance\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"SortOrder\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":false}]},{\"name\":\"amount\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"SortOrder\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":false}]},{\"name\":\"role\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"SortOrder\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":false}]}]},{\"name\":\"UserWhereUniqueInput\",\"constraints\":{\"maxNumFields\":1,\"minNumFields\":1},\"fields\":[{\"name\":\"id\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"email\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"UserScalarWhereWithAggregatesInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"AND\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserScalarWhereWithAggregatesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"UserScalarWhereWithAggregatesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"OR\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserScalarWhereWithAggregatesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"NOT\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserScalarWhereWithAggregatesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"UserScalarWhereWithAggregatesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"id\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"IntWithAggregatesFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"email\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"StringWithAggregatesFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"name\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"StringNullableWithAggregatesFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"age\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"IntWithAggregatesFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"balance\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"FloatWithAggregatesFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"amount\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"FloatWithAggregatesFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"role\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"EnumRoleWithAggregatesFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Role\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":false}]}]},{\"name\":\"postWhereInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"AND\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"OR\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"NOT\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"uuid\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"StringFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"createdAt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTimeFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"updatedAt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTimeFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"published\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"BoolFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Boolean\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"title\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"StringFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"subtitle\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"StringFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"content\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"StringNullableFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"author\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserRelationFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"UserWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"authorId\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"IntFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"editor\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"UserRelationFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"UserWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"editorId\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"IntNullableFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"kind\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"EnumPostKindNullableFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"PostKind\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"metadata\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"JsonFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"postOrderByInput\",\"constraints\":{\"maxNumFields\":1,\"minNumFields\":0},\"fields\":[{\"name\":\"uuid\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"SortOrder\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":false}]},{\"name\":\"createdAt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"SortOrder\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":false}]},{\"name\":\"updatedAt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"SortOrder\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":false}]},{\"name\":\"published\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"SortOrder\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":false}]},{\"name\":\"title\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"SortOrder\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":false}]},{\"name\":\"subtitle\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"SortOrder\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":false}]},{\"name\":\"content\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"SortOrder\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":false}]},{\"name\":\"authorId\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"SortOrder\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":false}]},{\"name\":\"editorId\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"SortOrder\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":false}]},{\"name\":\"kind\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"SortOrder\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":false}]},{\"name\":\"metadata\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"SortOrder\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":false}]}]},{\"name\":\"postWhereUniqueInput\",\"constraints\":{\"maxNumFields\":1,\"minNumFields\":1},\"fields\":[{\"name\":\"uuid\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"postScalarWhereWithAggregatesInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"AND\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postScalarWhereWithAggregatesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postScalarWhereWithAggregatesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"OR\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postScalarWhereWithAggregatesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"NOT\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postScalarWhereWithAggregatesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postScalarWhereWithAggregatesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"uuid\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"StringWithAggregatesFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"createdAt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTimeWithAggregatesFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"updatedAt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTimeWithAggregatesFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"published\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"BoolWithAggregatesFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Boolean\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"title\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"StringWithAggregatesFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"subtitle\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"StringWithAggregatesFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"content\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"StringNullableWithAggregatesFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"authorId\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"IntWithAggregatesFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"editorId\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"IntNullableWithAggregatesFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"kind\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"EnumPostKindNullableWithAggregatesFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"PostKind\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"metadata\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"JsonWithAggregatesFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"CategoryWhereInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"AND\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CategoryWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"CategoryWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"OR\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CategoryWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"NOT\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CategoryWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"CategoryWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"name\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"StringFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"slug\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"StringFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"number\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"IntFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"CategoryOrderByInput\",\"constraints\":{\"maxNumFields\":1,\"minNumFields\":0},\"fields\":[{\"name\":\"name\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"SortOrder\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":false}]},{\"name\":\"slug\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"SortOrder\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":false}]},{\"name\":\"number\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"SortOrder\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":false}]}]},{\"name\":\"CategoryWhereUniqueInput\",\"constraints\":{\"maxNumFields\":1,\"minNumFields\":1},\"fields\":[{\"name\":\"slug_number\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CategorySlugNumberCompoundUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"CategoryScalarWhereWithAggregatesInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"AND\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CategoryScalarWhereWithAggregatesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"CategoryScalarWhereWithAggregatesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"OR\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CategoryScalarWhereWithAggregatesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"NOT\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CategoryScalarWhereWithAggregatesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"CategoryScalarWhereWithAggregatesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"name\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"StringWithAggregatesFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"slug\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"StringWithAggregatesFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"number\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"IntWithAggregatesFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"PatientWhereInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"AND\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"PatientWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"PatientWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"OR\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"PatientWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"NOT\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"PatientWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"PatientWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"firstName\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"StringFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"lastName\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"StringFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"email\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"StringFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"PatientOrderByInput\",\"constraints\":{\"maxNumFields\":1,\"minNumFields\":0},\"fields\":[{\"name\":\"firstName\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"SortOrder\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":false}]},{\"name\":\"lastName\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"SortOrder\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":false}]},{\"name\":\"email\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"SortOrder\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":false}]}]},{\"name\":\"PatientWhereUniqueInput\",\"constraints\":{\"maxNumFields\":1,\"minNumFields\":1},\"fields\":[{\"name\":\"firstName_lastName\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"PatientFirstNameLastNameCompoundUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"PatientScalarWhereWithAggregatesInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"AND\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"PatientScalarWhereWithAggregatesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"PatientScalarWhereWithAggregatesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"OR\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"PatientScalarWhereWithAggregatesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"NOT\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"PatientScalarWhereWithAggregatesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"PatientScalarWhereWithAggregatesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"firstName\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"StringWithAggregatesFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"lastName\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"StringWithAggregatesFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"email\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"StringWithAggregatesFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"MovieWhereInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"AND\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"MovieWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"OR\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"NOT\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"MovieWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"directorFirstName\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"StringFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"directorLastName\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"StringFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"director\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DirectorRelationFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"DirectorWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"title\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"StringFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"MovieOrderByInput\",\"constraints\":{\"maxNumFields\":1,\"minNumFields\":0},\"fields\":[{\"name\":\"directorFirstName\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"SortOrder\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":false}]},{\"name\":\"directorLastName\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"SortOrder\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":false}]},{\"name\":\"title\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"SortOrder\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":false}]}]},{\"name\":\"MovieWhereUniqueInput\",\"constraints\":{\"maxNumFields\":1,\"minNumFields\":1},\"fields\":[{\"name\":\"directorFirstName_directorLastName_title\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieDirectorFirstNameDirectorLastNameTitleCompoundUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"MovieScalarWhereWithAggregatesInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"AND\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieScalarWhereWithAggregatesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"MovieScalarWhereWithAggregatesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"OR\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieScalarWhereWithAggregatesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"NOT\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieScalarWhereWithAggregatesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"MovieScalarWhereWithAggregatesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"directorFirstName\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"StringWithAggregatesFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"directorLastName\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"StringWithAggregatesFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"title\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"StringWithAggregatesFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"DirectorWhereInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"AND\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DirectorWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"DirectorWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"OR\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DirectorWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"NOT\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DirectorWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"DirectorWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"firstName\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"StringFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"lastName\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"StringFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"movies\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieListRelationFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"DirectorOrderByInput\",\"constraints\":{\"maxNumFields\":1,\"minNumFields\":0},\"fields\":[{\"name\":\"firstName\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"SortOrder\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":false}]},{\"name\":\"lastName\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"SortOrder\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":false}]}]},{\"name\":\"DirectorWhereUniqueInput\",\"constraints\":{\"maxNumFields\":1,\"minNumFields\":1},\"fields\":[{\"name\":\"firstName_lastName\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DirectorFirstNameLastNameCompoundUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"DirectorScalarWhereWithAggregatesInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"AND\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DirectorScalarWhereWithAggregatesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"DirectorScalarWhereWithAggregatesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"OR\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DirectorScalarWhereWithAggregatesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"NOT\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DirectorScalarWhereWithAggregatesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"DirectorScalarWhereWithAggregatesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"firstName\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"StringWithAggregatesFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"lastName\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"StringWithAggregatesFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"ProblemWhereInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"AND\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"OR\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"NOT\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"id\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"IntFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"problemText\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"StringFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"likedBy\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorListRelationFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"creator\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"CreatorRelationFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"CreatorWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"creatorId\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"IntNullableFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"ProblemOrderByInput\",\"constraints\":{\"maxNumFields\":1,\"minNumFields\":0},\"fields\":[{\"name\":\"id\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"SortOrder\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":false}]},{\"name\":\"problemText\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"SortOrder\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":false}]},{\"name\":\"creatorId\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"SortOrder\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":false}]}]},{\"name\":\"ProblemWhereUniqueInput\",\"constraints\":{\"maxNumFields\":1,\"minNumFields\":1},\"fields\":[{\"name\":\"id\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"ProblemScalarWhereWithAggregatesInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"AND\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemScalarWhereWithAggregatesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemScalarWhereWithAggregatesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"OR\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemScalarWhereWithAggregatesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"NOT\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemScalarWhereWithAggregatesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemScalarWhereWithAggregatesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"id\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"IntWithAggregatesFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"problemText\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"StringWithAggregatesFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"creatorId\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"IntNullableWithAggregatesFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"CreatorWhereInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"AND\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"CreatorWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"OR\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"NOT\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"CreatorWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"id\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"IntFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"name\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"StringFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"likes\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemListRelationFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"problems\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemListRelationFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"CreatorOrderByInput\",\"constraints\":{\"maxNumFields\":1,\"minNumFields\":0},\"fields\":[{\"name\":\"id\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"SortOrder\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":false}]},{\"name\":\"name\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"SortOrder\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":false}]}]},{\"name\":\"CreatorWhereUniqueInput\",\"constraints\":{\"maxNumFields\":1,\"minNumFields\":1},\"fields\":[{\"name\":\"id\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"CreatorScalarWhereWithAggregatesInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"AND\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorScalarWhereWithAggregatesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"CreatorScalarWhereWithAggregatesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"OR\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorScalarWhereWithAggregatesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"NOT\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorScalarWhereWithAggregatesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"CreatorScalarWhereWithAggregatesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"id\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"IntWithAggregatesFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"name\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"StringWithAggregatesFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"UserCreateInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"email\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"name\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"age\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"balance\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"amount\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"role\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Role\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":false}]},{\"name\":\"posts\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postCreateManyWithoutAuthorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"editorPosts\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postCreateManyWithoutEditorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"UserUncheckedCreateInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"id\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"email\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"name\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"age\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"balance\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"amount\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"role\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Role\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":false}]},{\"name\":\"posts\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postUncheckedCreateManyWithoutAuthorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"editorPosts\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postUncheckedCreateManyWithoutEditorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"UserUpdateInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"email\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"name\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"NullableStringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"age\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"IntFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"balance\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"FloatFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"amount\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"FloatFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"role\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Role\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":false},{\"type\":\"EnumRoleFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"posts\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postUpdateManyWithoutAuthorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"editorPosts\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postUpdateManyWithoutEditorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"UserUncheckedUpdateInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"id\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"IntFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"email\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"name\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"NullableStringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"age\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"IntFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"balance\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"FloatFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"amount\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"FloatFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"role\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Role\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":false},{\"type\":\"EnumRoleFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"posts\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postUncheckedUpdateManyWithoutAuthorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"editorPosts\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postUncheckedUpdateManyWithoutEditorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"UserUpdateManyMutationInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"email\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"name\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"NullableStringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"age\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"IntFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"balance\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"FloatFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"amount\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"FloatFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"role\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Role\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":false},{\"type\":\"EnumRoleFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"UserUncheckedUpdateManyInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"id\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"IntFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"email\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"name\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"NullableStringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"age\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"IntFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"balance\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"FloatFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"amount\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"FloatFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"role\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Role\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":false},{\"type\":\"EnumRoleFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"postCreateInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"uuid\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"createdAt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"updatedAt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"published\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Boolean\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"title\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"subtitle\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"content\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"kind\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"PostKind\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"metadata\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Json\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"author\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserCreateOneWithoutPostsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"editor\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserCreateOneWithoutEditorPostsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"postUncheckedCreateInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"uuid\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"createdAt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"updatedAt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"published\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Boolean\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"title\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"subtitle\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"content\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"authorId\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"editorId\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"kind\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"PostKind\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"metadata\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Json\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"postUpdateInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"uuid\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"createdAt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"DateTimeFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"updatedAt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"DateTimeFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"published\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Boolean\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"BoolFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"title\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"subtitle\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"content\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"NullableStringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"kind\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"PostKind\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":false},{\"type\":\"NullableEnumPostKindFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"metadata\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Json\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"author\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserUpdateOneRequiredWithoutPostsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"editor\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserUpdateOneWithoutEditorPostsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"postUncheckedUpdateInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"uuid\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"createdAt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"DateTimeFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"updatedAt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"DateTimeFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"published\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Boolean\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"BoolFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"title\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"subtitle\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"content\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"NullableStringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"authorId\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"IntFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"editorId\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"NullableIntFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"kind\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"PostKind\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":false},{\"type\":\"NullableEnumPostKindFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"metadata\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Json\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"postUpdateManyMutationInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"uuid\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"createdAt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"DateTimeFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"updatedAt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"DateTimeFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"published\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Boolean\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"BoolFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"title\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"subtitle\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"content\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"NullableStringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"kind\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"PostKind\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":false},{\"type\":\"NullableEnumPostKindFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"metadata\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Json\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"postUncheckedUpdateManyInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"uuid\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"createdAt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"DateTimeFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"updatedAt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"DateTimeFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"published\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Boolean\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"BoolFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"title\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"subtitle\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"content\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"NullableStringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"authorId\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"IntFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"editorId\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"NullableIntFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"kind\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"PostKind\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":false},{\"type\":\"NullableEnumPostKindFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"metadata\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Json\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"CategoryCreateInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"name\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"slug\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"number\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"CategoryUncheckedCreateInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"name\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"slug\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"number\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"CategoryUpdateInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"name\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"slug\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"number\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"IntFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"CategoryUncheckedUpdateInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"name\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"slug\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"number\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"IntFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"CategoryUpdateManyMutationInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"name\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"slug\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"number\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"IntFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"CategoryUncheckedUpdateManyInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"name\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"slug\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"number\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"IntFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"PatientCreateInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"firstName\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"lastName\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"email\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"PatientUncheckedCreateInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"firstName\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"lastName\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"email\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"PatientUpdateInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"firstName\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"lastName\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"email\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"PatientUncheckedUpdateInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"firstName\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"lastName\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"email\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"PatientUpdateManyMutationInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"firstName\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"lastName\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"email\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"PatientUncheckedUpdateManyInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"firstName\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"lastName\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"email\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"MovieCreateInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"title\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"director\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DirectorCreateOneWithoutMoviesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"MovieUncheckedCreateInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"directorFirstName\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"directorLastName\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"title\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"MovieUpdateInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"title\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"director\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DirectorUpdateOneRequiredWithoutMoviesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"MovieUncheckedUpdateInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"directorFirstName\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"directorLastName\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"title\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"MovieUpdateManyMutationInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"title\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"MovieUncheckedUpdateManyInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"directorFirstName\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"directorLastName\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"title\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"DirectorCreateInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"firstName\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"lastName\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"movies\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieCreateManyWithoutDirectorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"DirectorUncheckedCreateInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"firstName\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"lastName\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"movies\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieUncheckedCreateManyWithoutDirectorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"DirectorUpdateInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"firstName\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"lastName\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"movies\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieUpdateManyWithoutDirectorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"DirectorUncheckedUpdateInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"firstName\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"lastName\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"movies\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieUncheckedUpdateManyWithoutDirectorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"DirectorUpdateManyMutationInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"firstName\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"lastName\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"DirectorUncheckedUpdateManyInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"firstName\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"lastName\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"ProblemCreateInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"problemText\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"likedBy\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorCreateManyWithoutLikesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"creator\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorCreateOneWithoutProblemsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"ProblemUncheckedCreateInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"id\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"problemText\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"creatorId\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"ProblemUpdateInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"problemText\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"likedBy\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorUpdateManyWithoutLikesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"creator\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorUpdateOneWithoutProblemsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"ProblemUncheckedUpdateInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"id\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"IntFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"problemText\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"creatorId\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"NullableIntFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"ProblemUpdateManyMutationInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"problemText\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"ProblemUncheckedUpdateManyInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"id\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"IntFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"problemText\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"creatorId\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"NullableIntFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"CreatorCreateInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"name\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"likes\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemCreateManyWithoutLikedByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"problems\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemCreateManyWithoutCreatorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"CreatorUncheckedCreateInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"id\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"name\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"problems\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemUncheckedCreateManyWithoutCreatorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"CreatorUpdateInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"name\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"likes\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemUpdateManyWithoutLikedByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"problems\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemUpdateManyWithoutCreatorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"CreatorUncheckedUpdateInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"id\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"IntFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"name\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"problems\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemUncheckedUpdateManyWithoutCreatorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"CreatorUpdateManyMutationInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"name\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"CreatorUncheckedUpdateManyInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"id\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"IntFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"name\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"IntFilter\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"equals\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"in\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":true}]},{\"name\":\"notIn\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":true}]},{\"name\":\"lt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"lte\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"gt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"gte\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"not\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"NestedIntFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"StringFilter\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"equals\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"in\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":true}]},{\"name\":\"notIn\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":true}]},{\"name\":\"lt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"lte\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"gt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"gte\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"contains\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"startsWith\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"endsWith\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"mode\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"QueryMode\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":false}]},{\"name\":\"not\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"NestedStringFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"StringNullableFilter\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"equals\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"in\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":true},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"notIn\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":true},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"lt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"lte\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"gt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"gte\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"contains\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"startsWith\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"endsWith\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"mode\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"QueryMode\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":false}]},{\"name\":\"not\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"NestedStringNullableFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"FloatFilter\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"equals\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"in\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":true}]},{\"name\":\"notIn\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":true}]},{\"name\":\"lt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"lte\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"gt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"gte\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"not\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"NestedFloatFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"PostListRelationFilter\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"every\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"some\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"none\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"EnumRoleFilter\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"equals\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Role\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":false}]},{\"name\":\"in\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Role\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":true}]},{\"name\":\"notIn\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Role\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":true}]},{\"name\":\"not\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Role\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":false},{\"type\":\"NestedEnumRoleFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"IntWithAggregatesFilter\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"equals\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"in\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":true}]},{\"name\":\"notIn\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":true}]},{\"name\":\"lt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"lte\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"gt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"gte\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"not\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"NestedIntWithAggregatesFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"count\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"NestedIntFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"avg\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"NestedFloatFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"sum\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"NestedIntFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"min\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"NestedIntFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"max\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"NestedIntFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"StringWithAggregatesFilter\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"equals\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"in\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":true}]},{\"name\":\"notIn\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":true}]},{\"name\":\"lt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"lte\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"gt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"gte\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"contains\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"startsWith\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"endsWith\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"mode\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"QueryMode\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":false}]},{\"name\":\"not\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"NestedStringWithAggregatesFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"count\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"NestedIntFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"min\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"NestedStringFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"max\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"NestedStringFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"StringNullableWithAggregatesFilter\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"equals\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"in\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":true},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"notIn\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":true},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"lt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"lte\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"gt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"gte\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"contains\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"startsWith\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"endsWith\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"mode\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"QueryMode\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":false}]},{\"name\":\"not\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"NestedStringNullableWithAggregatesFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"count\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"NestedIntNullableFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"min\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"NestedStringNullableFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"max\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"NestedStringNullableFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"FloatWithAggregatesFilter\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"equals\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"in\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":true}]},{\"name\":\"notIn\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":true}]},{\"name\":\"lt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"lte\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"gt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"gte\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"not\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"NestedFloatWithAggregatesFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"count\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"NestedIntFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"avg\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"NestedFloatFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"sum\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"NestedFloatFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"min\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"NestedFloatFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"max\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"NestedFloatFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"EnumRoleWithAggregatesFilter\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"equals\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Role\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":false}]},{\"name\":\"in\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Role\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":true}]},{\"name\":\"notIn\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Role\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":true}]},{\"name\":\"not\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Role\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":false},{\"type\":\"NestedEnumRoleWithAggregatesFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"count\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"NestedIntFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"min\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"NestedEnumRoleFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"max\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"NestedEnumRoleFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"DateTimeFilter\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"equals\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"in\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":true}]},{\"name\":\"notIn\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":true}]},{\"name\":\"lt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"lte\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"gt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"gte\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"not\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"NestedDateTimeFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"BoolFilter\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"equals\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Boolean\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"not\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Boolean\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"NestedBoolFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"UserRelationFilter\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"is\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"isNot\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"IntNullableFilter\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"equals\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"in\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":true},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"notIn\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":true},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"lt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"lte\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"gt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"gte\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"not\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"NestedIntNullableFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"EnumPostKindNullableFilter\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"equals\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"PostKind\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"in\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"PostKind\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":true},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"notIn\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"PostKind\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":true},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"not\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"PostKind\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":false},{\"type\":\"NestedEnumPostKindNullableFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"JsonFilter\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"equals\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Json\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"not\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Json\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"DateTimeWithAggregatesFilter\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"equals\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"in\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":true}]},{\"name\":\"notIn\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":true}]},{\"name\":\"lt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"lte\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"gt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"gte\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"not\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"NestedDateTimeWithAggregatesFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"count\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"NestedIntFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"min\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"NestedDateTimeFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"max\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"NestedDateTimeFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"BoolWithAggregatesFilter\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"equals\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Boolean\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"not\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Boolean\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"NestedBoolWithAggregatesFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"count\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"NestedIntFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"min\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"NestedBoolFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"max\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"NestedBoolFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"IntNullableWithAggregatesFilter\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"equals\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"in\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":true},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"notIn\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":true},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"lt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"lte\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"gt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"gte\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"not\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"NestedIntNullableWithAggregatesFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"count\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"NestedIntNullableFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"avg\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"NestedFloatNullableFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"sum\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"NestedIntNullableFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"min\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"NestedIntNullableFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"max\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"NestedIntNullableFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"EnumPostKindNullableWithAggregatesFilter\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"equals\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"PostKind\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"in\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"PostKind\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":true},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"notIn\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"PostKind\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":true},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"not\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"PostKind\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":false},{\"type\":\"NestedEnumPostKindNullableWithAggregatesFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"count\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"NestedIntNullableFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"min\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"NestedEnumPostKindNullableFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"max\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"NestedEnumPostKindNullableFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"JsonWithAggregatesFilter\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"equals\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Json\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"not\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Json\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"count\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"NestedIntFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"min\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"NestedJsonFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"max\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"NestedJsonFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"CategorySlugNumberCompoundUniqueInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"slug\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"number\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"PatientFirstNameLastNameCompoundUniqueInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"firstName\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"lastName\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"DirectorRelationFilter\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"is\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DirectorWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"isNot\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DirectorWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"MovieDirectorFirstNameDirectorLastNameTitleCompoundUniqueInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"directorFirstName\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"directorLastName\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"title\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"MovieListRelationFilter\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"every\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"some\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"none\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"DirectorFirstNameLastNameCompoundUniqueInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"firstName\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"lastName\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"CreatorListRelationFilter\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"every\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"some\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"none\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"CreatorRelationFilter\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"is\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"CreatorWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"isNot\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"CreatorWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"ProblemListRelationFilter\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"every\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"some\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"none\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"postCreateManyWithoutAuthorInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"create\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postCreateWithoutAuthorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postCreateWithoutAuthorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true},{\"type\":\"postUncheckedCreateWithoutAuthorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postUncheckedCreateWithoutAuthorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"connect\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"connectOrCreate\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postCreateOrConnectWithoutauthorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postCreateOrConnectWithoutauthorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]}]},{\"name\":\"postCreateManyWithoutEditorInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"create\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postCreateWithoutEditorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postCreateWithoutEditorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true},{\"type\":\"postUncheckedCreateWithoutEditorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postUncheckedCreateWithoutEditorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"connect\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"connectOrCreate\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postCreateOrConnectWithouteditorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postCreateOrConnectWithouteditorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]}]},{\"name\":\"postUncheckedCreateManyWithoutAuthorInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"create\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postCreateWithoutAuthorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postCreateWithoutAuthorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true},{\"type\":\"postUncheckedCreateWithoutAuthorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postUncheckedCreateWithoutAuthorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"connect\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"connectOrCreate\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postCreateOrConnectWithoutauthorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postCreateOrConnectWithoutauthorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]}]},{\"name\":\"postUncheckedCreateManyWithoutEditorInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"create\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postCreateWithoutEditorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postCreateWithoutEditorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true},{\"type\":\"postUncheckedCreateWithoutEditorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postUncheckedCreateWithoutEditorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"connect\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"connectOrCreate\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postCreateOrConnectWithouteditorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postCreateOrConnectWithouteditorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]}]},{\"name\":\"StringFieldUpdateOperationsInput\",\"constraints\":{\"maxNumFields\":1,\"minNumFields\":1},\"fields\":[{\"name\":\"set\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"NullableStringFieldUpdateOperationsInput\",\"constraints\":{\"maxNumFields\":1,\"minNumFields\":1},\"fields\":[{\"name\":\"set\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"IntFieldUpdateOperationsInput\",\"constraints\":{\"maxNumFields\":1,\"minNumFields\":1},\"fields\":[{\"name\":\"set\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"increment\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"decrement\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"multiply\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"divide\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"FloatFieldUpdateOperationsInput\",\"constraints\":{\"maxNumFields\":1,\"minNumFields\":1},\"fields\":[{\"name\":\"set\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"increment\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"decrement\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"multiply\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"divide\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"EnumRoleFieldUpdateOperationsInput\",\"constraints\":{\"maxNumFields\":1,\"minNumFields\":1},\"fields\":[{\"name\":\"set\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Role\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":false}]}]},{\"name\":\"postUpdateManyWithoutAuthorInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"create\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postCreateWithoutAuthorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postCreateWithoutAuthorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true},{\"type\":\"postUncheckedCreateWithoutAuthorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postUncheckedCreateWithoutAuthorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"connect\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"set\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"disconnect\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"delete\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"update\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postUpdateWithWhereUniqueWithoutAuthorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postUpdateWithWhereUniqueWithoutAuthorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"updateMany\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postUpdateManyWithWhereWithoutAuthorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postUpdateManyWithWhereWithoutAuthorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"deleteMany\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postScalarWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postScalarWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"upsert\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postUpsertWithWhereUniqueWithoutAuthorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postUpsertWithWhereUniqueWithoutAuthorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"connectOrCreate\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postCreateOrConnectWithoutauthorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postCreateOrConnectWithoutauthorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]}]},{\"name\":\"postUpdateManyWithoutEditorInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"create\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postCreateWithoutEditorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postCreateWithoutEditorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true},{\"type\":\"postUncheckedCreateWithoutEditorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postUncheckedCreateWithoutEditorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"connect\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"set\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"disconnect\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"delete\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"update\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postUpdateWithWhereUniqueWithoutEditorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postUpdateWithWhereUniqueWithoutEditorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"updateMany\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postUpdateManyWithWhereWithoutEditorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postUpdateManyWithWhereWithoutEditorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"deleteMany\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postScalarWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postScalarWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"upsert\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postUpsertWithWhereUniqueWithoutEditorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postUpsertWithWhereUniqueWithoutEditorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"connectOrCreate\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postCreateOrConnectWithouteditorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postCreateOrConnectWithouteditorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]}]},{\"name\":\"postUncheckedUpdateManyWithoutAuthorInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"create\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postCreateWithoutAuthorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postCreateWithoutAuthorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true},{\"type\":\"postUncheckedCreateWithoutAuthorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postUncheckedCreateWithoutAuthorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"connect\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"set\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"disconnect\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"delete\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"update\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postUpdateWithWhereUniqueWithoutAuthorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postUpdateWithWhereUniqueWithoutAuthorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"updateMany\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postUpdateManyWithWhereWithoutAuthorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postUpdateManyWithWhereWithoutAuthorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"deleteMany\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postScalarWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postScalarWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"upsert\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postUpsertWithWhereUniqueWithoutAuthorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postUpsertWithWhereUniqueWithoutAuthorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"connectOrCreate\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postCreateOrConnectWithoutauthorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postCreateOrConnectWithoutauthorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]}]},{\"name\":\"postUncheckedUpdateManyWithoutEditorInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"create\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postCreateWithoutEditorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postCreateWithoutEditorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true},{\"type\":\"postUncheckedCreateWithoutEditorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postUncheckedCreateWithoutEditorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"connect\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"set\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"disconnect\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"delete\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"update\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postUpdateWithWhereUniqueWithoutEditorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postUpdateWithWhereUniqueWithoutEditorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"updateMany\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postUpdateManyWithWhereWithoutEditorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postUpdateManyWithWhereWithoutEditorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"deleteMany\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postScalarWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postScalarWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"upsert\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postUpsertWithWhereUniqueWithoutEditorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postUpsertWithWhereUniqueWithoutEditorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"connectOrCreate\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postCreateOrConnectWithouteditorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postCreateOrConnectWithouteditorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]}]},{\"name\":\"UserCreateOneWithoutPostsInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"create\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserCreateWithoutPostsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"UserUncheckedCreateWithoutPostsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"connect\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"connectOrCreate\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserCreateOrConnectWithoutpostsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"UserCreateOneWithoutEditorPostsInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"create\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserCreateWithoutEditorPostsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"UserUncheckedCreateWithoutEditorPostsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"connect\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"connectOrCreate\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserCreateOrConnectWithouteditorPostsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"DateTimeFieldUpdateOperationsInput\",\"constraints\":{\"maxNumFields\":1,\"minNumFields\":1},\"fields\":[{\"name\":\"set\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"BoolFieldUpdateOperationsInput\",\"constraints\":{\"maxNumFields\":1,\"minNumFields\":1},\"fields\":[{\"name\":\"set\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Boolean\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"NullableEnumPostKindFieldUpdateOperationsInput\",\"constraints\":{\"maxNumFields\":1,\"minNumFields\":1},\"fields\":[{\"name\":\"set\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"PostKind\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"UserUpdateOneRequiredWithoutPostsInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"create\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserCreateWithoutPostsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"UserUncheckedCreateWithoutPostsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"connect\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"update\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserUpdateWithoutPostsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"UserUncheckedUpdateWithoutPostsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"upsert\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserUpsertWithoutPostsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"connectOrCreate\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserCreateOrConnectWithoutpostsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"UserUpdateOneWithoutEditorPostsInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"create\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserCreateWithoutEditorPostsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"UserUncheckedCreateWithoutEditorPostsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"connect\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"disconnect\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Boolean\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"delete\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Boolean\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"update\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserUpdateWithoutEditorPostsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"UserUncheckedUpdateWithoutEditorPostsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"upsert\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserUpsertWithoutEditorPostsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"connectOrCreate\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserCreateOrConnectWithouteditorPostsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"NullableIntFieldUpdateOperationsInput\",\"constraints\":{\"maxNumFields\":1,\"minNumFields\":1},\"fields\":[{\"name\":\"set\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"increment\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"decrement\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"multiply\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"divide\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"DirectorCreateOneWithoutMoviesInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"create\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DirectorCreateWithoutMoviesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"DirectorUncheckedCreateWithoutMoviesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"connect\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DirectorWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"connectOrCreate\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DirectorCreateOrConnectWithoutmoviesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"DirectorUpdateOneRequiredWithoutMoviesInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"create\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DirectorCreateWithoutMoviesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"DirectorUncheckedCreateWithoutMoviesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"connect\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DirectorWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"update\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DirectorUpdateWithoutMoviesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"DirectorUncheckedUpdateWithoutMoviesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"upsert\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DirectorUpsertWithoutMoviesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"connectOrCreate\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DirectorCreateOrConnectWithoutmoviesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"MovieCreateManyWithoutDirectorInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"create\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieCreateWithoutDirectorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"MovieCreateWithoutDirectorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true},{\"type\":\"MovieUncheckedCreateWithoutDirectorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"MovieUncheckedCreateWithoutDirectorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"connect\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"MovieWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"connectOrCreate\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieCreateOrConnectWithoutdirectorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"MovieCreateOrConnectWithoutdirectorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]}]},{\"name\":\"MovieUncheckedCreateManyWithoutDirectorInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"create\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieCreateWithoutDirectorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"MovieCreateWithoutDirectorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true},{\"type\":\"MovieUncheckedCreateWithoutDirectorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"MovieUncheckedCreateWithoutDirectorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"connect\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"MovieWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"connectOrCreate\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieCreateOrConnectWithoutdirectorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"MovieCreateOrConnectWithoutdirectorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]}]},{\"name\":\"MovieUpdateManyWithoutDirectorInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"create\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieCreateWithoutDirectorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"MovieCreateWithoutDirectorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true},{\"type\":\"MovieUncheckedCreateWithoutDirectorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"MovieUncheckedCreateWithoutDirectorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"connect\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"MovieWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"set\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"MovieWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"disconnect\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"MovieWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"delete\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"MovieWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"update\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieUpdateWithWhereUniqueWithoutDirectorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"MovieUpdateWithWhereUniqueWithoutDirectorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"updateMany\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieUpdateManyWithWhereWithoutDirectorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"MovieUpdateManyWithWhereWithoutDirectorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"deleteMany\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieScalarWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"MovieScalarWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"upsert\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieUpsertWithWhereUniqueWithoutDirectorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"MovieUpsertWithWhereUniqueWithoutDirectorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"connectOrCreate\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieCreateOrConnectWithoutdirectorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"MovieCreateOrConnectWithoutdirectorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]}]},{\"name\":\"MovieUncheckedUpdateManyWithoutDirectorInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"create\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieCreateWithoutDirectorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"MovieCreateWithoutDirectorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true},{\"type\":\"MovieUncheckedCreateWithoutDirectorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"MovieUncheckedCreateWithoutDirectorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"connect\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"MovieWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"set\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"MovieWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"disconnect\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"MovieWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"delete\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"MovieWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"update\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieUpdateWithWhereUniqueWithoutDirectorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"MovieUpdateWithWhereUniqueWithoutDirectorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"updateMany\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieUpdateManyWithWhereWithoutDirectorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"MovieUpdateManyWithWhereWithoutDirectorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"deleteMany\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieScalarWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"MovieScalarWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"upsert\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieUpsertWithWhereUniqueWithoutDirectorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"MovieUpsertWithWhereUniqueWithoutDirectorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"connectOrCreate\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieCreateOrConnectWithoutdirectorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"MovieCreateOrConnectWithoutdirectorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]}]},{\"name\":\"CreatorCreateManyWithoutLikesInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"create\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorCreateWithoutLikesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"CreatorCreateWithoutLikesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true},{\"type\":\"CreatorUncheckedCreateWithoutLikesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"CreatorUncheckedCreateWithoutLikesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"connect\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"CreatorWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"connectOrCreate\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorCreateOrConnectWithoutlikesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"CreatorCreateOrConnectWithoutlikesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]}]},{\"name\":\"CreatorCreateOneWithoutProblemsInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"create\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorCreateWithoutProblemsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"CreatorUncheckedCreateWithoutProblemsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"connect\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"connectOrCreate\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorCreateOrConnectWithoutproblemsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"CreatorUpdateManyWithoutLikesInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"create\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorCreateWithoutLikesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"CreatorCreateWithoutLikesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true},{\"type\":\"CreatorUncheckedCreateWithoutLikesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"CreatorUncheckedCreateWithoutLikesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"connect\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"CreatorWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"set\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"CreatorWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"disconnect\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"CreatorWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"delete\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"CreatorWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"update\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorUpdateWithWhereUniqueWithoutLikesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"CreatorUpdateWithWhereUniqueWithoutLikesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"updateMany\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorUpdateManyWithWhereWithoutLikesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"CreatorUpdateManyWithWhereWithoutLikesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"deleteMany\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorScalarWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"CreatorScalarWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"upsert\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorUpsertWithWhereUniqueWithoutLikesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"CreatorUpsertWithWhereUniqueWithoutLikesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"connectOrCreate\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorCreateOrConnectWithoutlikesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"CreatorCreateOrConnectWithoutlikesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]}]},{\"name\":\"CreatorUpdateOneWithoutProblemsInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"create\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorCreateWithoutProblemsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"CreatorUncheckedCreateWithoutProblemsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"connect\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"disconnect\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Boolean\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"delete\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Boolean\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"update\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorUpdateWithoutProblemsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"CreatorUncheckedUpdateWithoutProblemsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"upsert\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorUpsertWithoutProblemsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"connectOrCreate\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorCreateOrConnectWithoutproblemsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"ProblemCreateManyWithoutLikedByInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"create\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemCreateWithoutLikedByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemCreateWithoutLikedByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true},{\"type\":\"ProblemUncheckedCreateWithoutLikedByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemUncheckedCreateWithoutLikedByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"connect\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"connectOrCreate\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemCreateOrConnectWithoutlikedByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemCreateOrConnectWithoutlikedByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]}]},{\"name\":\"ProblemCreateManyWithoutCreatorInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"create\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemCreateWithoutCreatorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemCreateWithoutCreatorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true},{\"type\":\"ProblemUncheckedCreateWithoutCreatorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemUncheckedCreateWithoutCreatorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"connect\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"connectOrCreate\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemCreateOrConnectWithoutcreatorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemCreateOrConnectWithoutcreatorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]}]},{\"name\":\"ProblemUncheckedCreateManyWithoutCreatorInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"create\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemCreateWithoutCreatorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemCreateWithoutCreatorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true},{\"type\":\"ProblemUncheckedCreateWithoutCreatorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemUncheckedCreateWithoutCreatorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"connect\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"connectOrCreate\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemCreateOrConnectWithoutcreatorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemCreateOrConnectWithoutcreatorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]}]},{\"name\":\"ProblemUpdateManyWithoutLikedByInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"create\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemCreateWithoutLikedByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemCreateWithoutLikedByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true},{\"type\":\"ProblemUncheckedCreateWithoutLikedByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemUncheckedCreateWithoutLikedByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"connect\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"set\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"disconnect\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"delete\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"update\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemUpdateWithWhereUniqueWithoutLikedByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemUpdateWithWhereUniqueWithoutLikedByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"updateMany\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemUpdateManyWithWhereWithoutLikedByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemUpdateManyWithWhereWithoutLikedByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"deleteMany\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemScalarWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemScalarWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"upsert\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemUpsertWithWhereUniqueWithoutLikedByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemUpsertWithWhereUniqueWithoutLikedByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"connectOrCreate\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemCreateOrConnectWithoutlikedByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemCreateOrConnectWithoutlikedByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]}]},{\"name\":\"ProblemUpdateManyWithoutCreatorInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"create\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemCreateWithoutCreatorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemCreateWithoutCreatorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true},{\"type\":\"ProblemUncheckedCreateWithoutCreatorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemUncheckedCreateWithoutCreatorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"connect\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"set\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"disconnect\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"delete\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"update\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemUpdateWithWhereUniqueWithoutCreatorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemUpdateWithWhereUniqueWithoutCreatorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"updateMany\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemUpdateManyWithWhereWithoutCreatorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemUpdateManyWithWhereWithoutCreatorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"deleteMany\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemScalarWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemScalarWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"upsert\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemUpsertWithWhereUniqueWithoutCreatorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemUpsertWithWhereUniqueWithoutCreatorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"connectOrCreate\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemCreateOrConnectWithoutcreatorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemCreateOrConnectWithoutcreatorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]}]},{\"name\":\"ProblemUncheckedUpdateManyWithoutCreatorInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"create\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemCreateWithoutCreatorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemCreateWithoutCreatorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true},{\"type\":\"ProblemUncheckedCreateWithoutCreatorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemUncheckedCreateWithoutCreatorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"connect\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"set\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"disconnect\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"delete\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"update\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemUpdateWithWhereUniqueWithoutCreatorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemUpdateWithWhereUniqueWithoutCreatorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"updateMany\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemUpdateManyWithWhereWithoutCreatorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemUpdateManyWithWhereWithoutCreatorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"deleteMany\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemScalarWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemScalarWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"upsert\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemUpsertWithWhereUniqueWithoutCreatorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemUpsertWithWhereUniqueWithoutCreatorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"connectOrCreate\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemCreateOrConnectWithoutcreatorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemCreateOrConnectWithoutcreatorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]}]},{\"name\":\"NestedIntFilter\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"equals\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"in\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":true}]},{\"name\":\"notIn\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":true}]},{\"name\":\"lt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"lte\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"gt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"gte\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"not\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"NestedIntFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"NestedStringFilter\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"equals\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"in\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":true}]},{\"name\":\"notIn\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":true}]},{\"name\":\"lt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"lte\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"gt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"gte\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"contains\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"startsWith\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"endsWith\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"not\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"NestedStringFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"NestedStringNullableFilter\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"equals\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"in\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":true},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"notIn\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":true},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"lt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"lte\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"gt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"gte\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"contains\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"startsWith\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"endsWith\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"not\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"NestedStringNullableFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"NestedFloatFilter\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"equals\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"in\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":true}]},{\"name\":\"notIn\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":true}]},{\"name\":\"lt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"lte\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"gt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"gte\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"not\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"NestedFloatFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"NestedEnumRoleFilter\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"equals\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Role\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":false}]},{\"name\":\"in\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Role\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":true}]},{\"name\":\"notIn\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Role\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":true}]},{\"name\":\"not\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Role\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":false},{\"type\":\"NestedEnumRoleFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"NestedIntWithAggregatesFilter\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"equals\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"in\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":true}]},{\"name\":\"notIn\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":true}]},{\"name\":\"lt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"lte\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"gt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"gte\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"not\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"NestedIntWithAggregatesFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"count\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"NestedIntFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"avg\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"NestedFloatFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"sum\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"NestedIntFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"min\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"NestedIntFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"max\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"NestedIntFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"NestedStringWithAggregatesFilter\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"equals\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"in\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":true}]},{\"name\":\"notIn\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":true}]},{\"name\":\"lt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"lte\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"gt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"gte\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"contains\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"startsWith\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"endsWith\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"not\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"NestedStringWithAggregatesFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"count\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"NestedIntFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"min\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"NestedStringFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"max\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"NestedStringFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"NestedStringNullableWithAggregatesFilter\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"equals\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"in\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":true},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"notIn\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":true},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"lt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"lte\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"gt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"gte\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"contains\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"startsWith\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"endsWith\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"not\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"NestedStringNullableWithAggregatesFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"count\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"NestedIntNullableFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"min\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"NestedStringNullableFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"max\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"NestedStringNullableFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"NestedIntNullableFilter\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"equals\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"in\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":true},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"notIn\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":true},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"lt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"lte\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"gt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"gte\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"not\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"NestedIntNullableFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"NestedFloatWithAggregatesFilter\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"equals\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"in\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":true}]},{\"name\":\"notIn\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":true}]},{\"name\":\"lt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"lte\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"gt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"gte\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"not\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"NestedFloatWithAggregatesFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"count\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"NestedIntFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"avg\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"NestedFloatFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"sum\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"NestedFloatFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"min\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"NestedFloatFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"max\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"NestedFloatFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"NestedEnumRoleWithAggregatesFilter\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"equals\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Role\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":false}]},{\"name\":\"in\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Role\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":true}]},{\"name\":\"notIn\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Role\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":true}]},{\"name\":\"not\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Role\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":false},{\"type\":\"NestedEnumRoleWithAggregatesFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"count\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"NestedIntFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"min\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"NestedEnumRoleFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"max\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"NestedEnumRoleFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"NestedDateTimeFilter\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"equals\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"in\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":true}]},{\"name\":\"notIn\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":true}]},{\"name\":\"lt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"lte\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"gt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"gte\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"not\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"NestedDateTimeFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"NestedBoolFilter\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"equals\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Boolean\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"not\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Boolean\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"NestedBoolFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"NestedEnumPostKindNullableFilter\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"equals\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"PostKind\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"in\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"PostKind\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":true},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"notIn\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"PostKind\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":true},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"not\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"PostKind\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":false},{\"type\":\"NestedEnumPostKindNullableFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"NestedDateTimeWithAggregatesFilter\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"equals\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"in\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":true}]},{\"name\":\"notIn\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":true}]},{\"name\":\"lt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"lte\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"gt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"gte\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"not\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"NestedDateTimeWithAggregatesFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"count\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"NestedIntFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"min\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"NestedDateTimeFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"max\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"NestedDateTimeFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"NestedBoolWithAggregatesFilter\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"equals\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Boolean\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"not\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Boolean\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"NestedBoolWithAggregatesFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"count\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"NestedIntFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"min\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"NestedBoolFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"max\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"NestedBoolFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"NestedIntNullableWithAggregatesFilter\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"equals\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"in\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":true},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"notIn\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":true},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"lt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"lte\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"gt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"gte\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"not\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"NestedIntNullableWithAggregatesFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"count\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"NestedIntNullableFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"avg\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"NestedFloatNullableFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"sum\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"NestedIntNullableFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"min\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"NestedIntNullableFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"max\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"NestedIntNullableFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"NestedFloatNullableFilter\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"equals\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"in\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":true},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"notIn\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":true},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"lt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"lte\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"gt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"gte\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"not\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"NestedFloatNullableFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"NestedEnumPostKindNullableWithAggregatesFilter\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"equals\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"PostKind\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"in\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"PostKind\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":true},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"notIn\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"PostKind\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":true},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"not\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"PostKind\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":false},{\"type\":\"NestedEnumPostKindNullableWithAggregatesFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"count\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"NestedIntNullableFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"min\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"NestedEnumPostKindNullableFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"max\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"NestedEnumPostKindNullableFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"NestedJsonFilter\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"equals\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Json\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"not\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Json\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"postCreateWithoutAuthorInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"uuid\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"createdAt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"updatedAt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"published\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Boolean\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"title\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"subtitle\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"content\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"kind\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"PostKind\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"metadata\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Json\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"editor\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserCreateOneWithoutEditorPostsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"postUncheckedCreateWithoutAuthorInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"uuid\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"createdAt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"updatedAt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"published\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Boolean\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"title\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"subtitle\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"content\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"editorId\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"kind\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"PostKind\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"metadata\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Json\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"postCreateOrConnectWithoutauthorInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"create\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postCreateWithoutAuthorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postUncheckedCreateWithoutAuthorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"postCreateWithoutEditorInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"uuid\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"createdAt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"updatedAt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"published\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Boolean\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"title\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"subtitle\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"content\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"kind\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"PostKind\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"metadata\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Json\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"author\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserCreateOneWithoutPostsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"postUncheckedCreateWithoutEditorInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"uuid\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"createdAt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"updatedAt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"published\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Boolean\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"title\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"subtitle\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"content\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"authorId\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"kind\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"PostKind\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"metadata\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Json\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"postCreateOrConnectWithouteditorInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"create\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postCreateWithoutEditorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postUncheckedCreateWithoutEditorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"postUpdateWithWhereUniqueWithoutAuthorInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"data\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postUpdateWithoutAuthorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postUncheckedUpdateWithoutAuthorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"postUpdateManyWithWhereWithoutAuthorInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postScalarWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"data\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postUpdateManyMutationInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postUncheckedUpdateManyWithoutPostsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"postScalarWhereInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"AND\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postScalarWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postScalarWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"OR\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postScalarWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"NOT\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postScalarWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postScalarWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"uuid\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"StringFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"createdAt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTimeFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"updatedAt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTimeFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"published\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"BoolFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Boolean\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"title\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"StringFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"subtitle\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"StringFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"content\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"StringNullableFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"authorId\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"IntFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"editorId\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"IntNullableFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"kind\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"EnumPostKindNullableFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"PostKind\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"metadata\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"JsonFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"postUpsertWithWhereUniqueWithoutAuthorInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"update\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postUpdateWithoutAuthorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postUncheckedUpdateWithoutAuthorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"create\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postCreateWithoutAuthorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postUncheckedCreateWithoutAuthorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"postUpdateWithWhereUniqueWithoutEditorInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"data\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postUpdateWithoutEditorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postUncheckedUpdateWithoutEditorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"postUpdateManyWithWhereWithoutEditorInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postScalarWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"data\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postUpdateManyMutationInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postUncheckedUpdateManyWithoutEditorPostsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"postUpsertWithWhereUniqueWithoutEditorInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"update\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postUpdateWithoutEditorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postUncheckedUpdateWithoutEditorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"create\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postCreateWithoutEditorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postUncheckedCreateWithoutEditorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"UserCreateWithoutPostsInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"email\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"name\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"age\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"balance\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"amount\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"role\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Role\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":false}]},{\"name\":\"editorPosts\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postCreateManyWithoutEditorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"UserUncheckedCreateWithoutPostsInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"id\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"email\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"name\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"age\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"balance\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"amount\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"role\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Role\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":false}]},{\"name\":\"editorPosts\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postUncheckedCreateManyWithoutEditorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"UserCreateOrConnectWithoutpostsInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"create\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserCreateWithoutPostsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"UserUncheckedCreateWithoutPostsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"UserCreateWithoutEditorPostsInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"email\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"name\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"age\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"balance\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"amount\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"role\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Role\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":false}]},{\"name\":\"posts\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postCreateManyWithoutAuthorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"UserUncheckedCreateWithoutEditorPostsInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"id\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"email\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"name\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"age\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"balance\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"amount\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"role\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Role\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":false}]},{\"name\":\"posts\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postUncheckedCreateManyWithoutAuthorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"UserCreateOrConnectWithouteditorPostsInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"create\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserCreateWithoutEditorPostsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"UserUncheckedCreateWithoutEditorPostsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"UserUpdateWithoutPostsInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"email\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"name\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"NullableStringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"age\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"IntFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"balance\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"FloatFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"amount\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"FloatFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"role\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Role\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":false},{\"type\":\"EnumRoleFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"editorPosts\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postUpdateManyWithoutEditorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"UserUncheckedUpdateWithoutPostsInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"id\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"IntFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"email\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"name\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"NullableStringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"age\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"IntFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"balance\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"FloatFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"amount\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"FloatFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"role\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Role\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":false},{\"type\":\"EnumRoleFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"editorPosts\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postUncheckedUpdateManyWithoutEditorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"UserUpsertWithoutPostsInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"update\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserUpdateWithoutPostsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"UserUncheckedUpdateWithoutPostsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"create\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserCreateWithoutPostsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"UserUncheckedCreateWithoutPostsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"UserUpdateWithoutEditorPostsInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"email\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"name\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"NullableStringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"age\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"IntFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"balance\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"FloatFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"amount\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"FloatFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"role\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Role\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":false},{\"type\":\"EnumRoleFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"posts\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postUpdateManyWithoutAuthorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"UserUncheckedUpdateWithoutEditorPostsInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"id\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"IntFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"email\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"name\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"NullableStringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"age\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"IntFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"balance\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"FloatFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"amount\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"FloatFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"role\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Role\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":false},{\"type\":\"EnumRoleFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"posts\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postUncheckedUpdateManyWithoutAuthorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"UserUpsertWithoutEditorPostsInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"update\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserUpdateWithoutEditorPostsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"UserUncheckedUpdateWithoutEditorPostsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"create\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserCreateWithoutEditorPostsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"UserUncheckedCreateWithoutEditorPostsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"DirectorCreateWithoutMoviesInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"firstName\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"lastName\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"DirectorUncheckedCreateWithoutMoviesInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"firstName\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"lastName\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"DirectorCreateOrConnectWithoutmoviesInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DirectorWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"create\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DirectorCreateWithoutMoviesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"DirectorUncheckedCreateWithoutMoviesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"DirectorUpdateWithoutMoviesInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"firstName\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"lastName\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"DirectorUncheckedUpdateWithoutMoviesInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"firstName\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"lastName\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"DirectorUpsertWithoutMoviesInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"update\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DirectorUpdateWithoutMoviesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"DirectorUncheckedUpdateWithoutMoviesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"create\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DirectorCreateWithoutMoviesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"DirectorUncheckedCreateWithoutMoviesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"MovieCreateWithoutDirectorInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"title\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"MovieUncheckedCreateWithoutDirectorInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"title\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"MovieCreateOrConnectWithoutdirectorInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"create\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieCreateWithoutDirectorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"MovieUncheckedCreateWithoutDirectorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"MovieUpdateWithWhereUniqueWithoutDirectorInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"data\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieUpdateWithoutDirectorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"MovieUncheckedUpdateWithoutDirectorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"MovieUpdateManyWithWhereWithoutDirectorInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieScalarWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"data\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieUpdateManyMutationInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"MovieUncheckedUpdateManyWithoutMoviesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"MovieScalarWhereInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"AND\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieScalarWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"MovieScalarWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"OR\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieScalarWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"NOT\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieScalarWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"MovieScalarWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"directorFirstName\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"StringFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"directorLastName\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"StringFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"title\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"StringFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"MovieUpsertWithWhereUniqueWithoutDirectorInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"update\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieUpdateWithoutDirectorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"MovieUncheckedUpdateWithoutDirectorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"create\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieCreateWithoutDirectorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"MovieUncheckedCreateWithoutDirectorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"CreatorCreateWithoutLikesInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"name\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"problems\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemCreateManyWithoutCreatorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"CreatorUncheckedCreateWithoutLikesInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"id\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"name\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"problems\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemUncheckedCreateManyWithoutCreatorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"CreatorCreateOrConnectWithoutlikesInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"create\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorCreateWithoutLikesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"CreatorUncheckedCreateWithoutLikesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"CreatorCreateWithoutProblemsInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"name\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"likes\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemCreateManyWithoutLikedByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"CreatorUncheckedCreateWithoutProblemsInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"id\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"name\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"CreatorCreateOrConnectWithoutproblemsInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"create\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorCreateWithoutProblemsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"CreatorUncheckedCreateWithoutProblemsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"CreatorUpdateWithWhereUniqueWithoutLikesInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"data\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorUpdateWithoutLikesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"CreatorUncheckedUpdateWithoutLikesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"CreatorUpdateManyWithWhereWithoutLikesInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorScalarWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"data\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorUpdateManyMutationInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"CreatorUncheckedUpdateManyWithoutLikedByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"CreatorScalarWhereInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"AND\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorScalarWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"CreatorScalarWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"OR\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorScalarWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"NOT\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorScalarWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"CreatorScalarWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"id\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"IntFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"name\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"StringFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"CreatorUpsertWithWhereUniqueWithoutLikesInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"update\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorUpdateWithoutLikesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"CreatorUncheckedUpdateWithoutLikesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"create\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorCreateWithoutLikesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"CreatorUncheckedCreateWithoutLikesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"CreatorUpdateWithoutProblemsInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"name\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"likes\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemUpdateManyWithoutLikedByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"CreatorUncheckedUpdateWithoutProblemsInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"id\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"IntFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"name\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"CreatorUpsertWithoutProblemsInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"update\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorUpdateWithoutProblemsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"CreatorUncheckedUpdateWithoutProblemsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"create\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorCreateWithoutProblemsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"CreatorUncheckedCreateWithoutProblemsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"ProblemCreateWithoutLikedByInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"problemText\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"creator\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorCreateOneWithoutProblemsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"ProblemUncheckedCreateWithoutLikedByInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"id\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"problemText\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"creatorId\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"ProblemCreateOrConnectWithoutlikedByInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"create\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemCreateWithoutLikedByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemUncheckedCreateWithoutLikedByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"ProblemCreateWithoutCreatorInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"problemText\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"likedBy\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorCreateManyWithoutLikesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"ProblemUncheckedCreateWithoutCreatorInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"id\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"problemText\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"ProblemCreateOrConnectWithoutcreatorInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"create\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemCreateWithoutCreatorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemUncheckedCreateWithoutCreatorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"ProblemUpdateWithWhereUniqueWithoutLikedByInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"data\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemUpdateWithoutLikedByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemUncheckedUpdateWithoutLikedByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"ProblemUpdateManyWithWhereWithoutLikedByInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemScalarWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"data\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemUpdateManyMutationInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemUncheckedUpdateManyWithoutLikesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"ProblemScalarWhereInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"AND\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemScalarWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemScalarWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"OR\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemScalarWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"NOT\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemScalarWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemScalarWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true}]},{\"name\":\"id\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"IntFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"problemText\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"StringFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"creatorId\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"IntNullableFilter\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"ProblemUpsertWithWhereUniqueWithoutLikedByInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"update\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemUpdateWithoutLikedByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemUncheckedUpdateWithoutLikedByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"create\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemCreateWithoutLikedByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemUncheckedCreateWithoutLikedByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"ProblemUpdateWithWhereUniqueWithoutCreatorInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"data\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemUpdateWithoutCreatorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemUncheckedUpdateWithoutCreatorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"ProblemUpdateManyWithWhereWithoutCreatorInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemScalarWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"data\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemUpdateManyMutationInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemUncheckedUpdateManyWithoutProblemsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"ProblemUpsertWithWhereUniqueWithoutCreatorInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"update\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemUpdateWithoutCreatorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemUncheckedUpdateWithoutCreatorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"create\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemCreateWithoutCreatorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemUncheckedCreateWithoutCreatorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"postUpdateWithoutAuthorInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"uuid\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"createdAt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"DateTimeFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"updatedAt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"DateTimeFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"published\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Boolean\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"BoolFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"title\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"subtitle\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"content\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"NullableStringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"kind\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"PostKind\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":false},{\"type\":\"NullableEnumPostKindFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"metadata\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Json\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"editor\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserUpdateOneWithoutEditorPostsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"postUncheckedUpdateWithoutAuthorInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"uuid\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"createdAt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"DateTimeFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"updatedAt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"DateTimeFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"published\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Boolean\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"BoolFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"title\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"subtitle\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"content\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"NullableStringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"editorId\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"NullableIntFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"kind\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"PostKind\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":false},{\"type\":\"NullableEnumPostKindFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"metadata\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Json\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"postUncheckedUpdateManyWithoutPostsInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"uuid\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"createdAt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"DateTimeFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"updatedAt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"DateTimeFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"published\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Boolean\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"BoolFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"title\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"subtitle\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"content\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"NullableStringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"editorId\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"NullableIntFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"kind\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"PostKind\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":false},{\"type\":\"NullableEnumPostKindFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"metadata\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Json\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"postUpdateWithoutEditorInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"uuid\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"createdAt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"DateTimeFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"updatedAt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"DateTimeFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"published\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Boolean\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"BoolFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"title\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"subtitle\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"content\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"NullableStringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"kind\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"PostKind\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":false},{\"type\":\"NullableEnumPostKindFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"metadata\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Json\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"author\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserUpdateOneRequiredWithoutPostsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"postUncheckedUpdateWithoutEditorInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"uuid\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"createdAt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"DateTimeFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"updatedAt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"DateTimeFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"published\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Boolean\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"BoolFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"title\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"subtitle\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"content\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"NullableStringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"authorId\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"IntFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"kind\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"PostKind\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":false},{\"type\":\"NullableEnumPostKindFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"metadata\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Json\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"postUncheckedUpdateManyWithoutEditorPostsInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"uuid\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"createdAt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"DateTimeFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"updatedAt\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"DateTimeFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"published\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Boolean\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"BoolFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"title\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"subtitle\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"content\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"NullableStringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"authorId\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"IntFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"kind\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"PostKind\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":false},{\"type\":\"NullableEnumPostKindFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"metadata\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Json\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"MovieUpdateWithoutDirectorInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"title\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"MovieUncheckedUpdateWithoutDirectorInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"title\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"MovieUncheckedUpdateManyWithoutMoviesInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"title\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"CreatorUpdateWithoutLikesInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"name\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"problems\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemUpdateManyWithoutCreatorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"CreatorUncheckedUpdateWithoutLikesInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"id\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"IntFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"name\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"problems\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemUncheckedUpdateManyWithoutCreatorInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"CreatorUncheckedUpdateManyWithoutLikedByInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"id\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"IntFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"name\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"ProblemUpdateWithoutLikedByInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"problemText\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"creator\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorUpdateOneWithoutProblemsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"ProblemUncheckedUpdateWithoutLikedByInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"id\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"IntFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"problemText\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"creatorId\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"NullableIntFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"ProblemUncheckedUpdateManyWithoutLikesInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"id\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"IntFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"problemText\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"creatorId\",\"isRequired\":false,\"isNullable\":true,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"NullableIntFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"Null\",\"location\":\"scalar\",\"isList\":false}]}]},{\"name\":\"ProblemUpdateWithoutCreatorInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"problemText\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"likedBy\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorUpdateManyWithoutLikesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"ProblemUncheckedUpdateWithoutCreatorInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"id\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"IntFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"problemText\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]},{\"name\":\"ProblemUncheckedUpdateManyWithoutProblemsInput\",\"constraints\":{\"maxNumFields\":null,\"minNumFields\":null},\"fields\":[{\"name\":\"id\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"IntFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"problemText\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false},{\"type\":\"StringFieldUpdateOperationsInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}]}]},\"outputObjectTypes\":{\"prisma\":[{\"name\":\"Query\",\"fields\":[{\"name\":\"findFirstUser\",\"args\":[{\"name\":\"where\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"orderBy\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true},{\"type\":\"UserOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"cursor\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"take\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"skip\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"distinct\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserScalarFieldEnum\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":true}]}],\"isNullable\":true,\"outputType\":{\"type\":\"User\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"findManyUser\",\"args\":[{\"name\":\"where\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"orderBy\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true},{\"type\":\"UserOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"cursor\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"take\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"skip\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"distinct\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserScalarFieldEnum\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":true}]}],\"isNullable\":false,\"outputType\":{\"type\":\"User\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":true}},{\"name\":\"aggregateUser\",\"args\":[{\"name\":\"where\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"orderBy\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true},{\"type\":\"UserOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"cursor\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"take\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"skip\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]}],\"isNullable\":false,\"outputType\":{\"type\":\"AggregateUser\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"groupByUser\",\"args\":[{\"name\":\"where\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"orderBy\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true},{\"type\":\"UserOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"by\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserScalarFieldEnum\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":true},{\"type\":\"UserScalarFieldEnum\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":false}]},{\"name\":\"having\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserScalarWhereWithAggregatesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"take\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"skip\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]}],\"isNullable\":false,\"outputType\":{\"type\":\"UserGroupByOutputType\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":true}},{\"name\":\"findOneUser\",\"args\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":true,\"outputType\":{\"type\":\"User\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false},\"deprecation\":{\"sinceVersion\":\"2.14\",\"reason\":\"The `findOne` query has been deprecated and replaced with `findUnique`.\",\"plannedRemovalVersion\":\"2.15\"}},{\"name\":\"findUniqueUser\",\"args\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":true,\"outputType\":{\"type\":\"User\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"findFirstpost\",\"args\":[{\"name\":\"where\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"orderBy\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true},{\"type\":\"postOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"cursor\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"take\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"skip\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"distinct\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"PostScalarFieldEnum\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":true}]}],\"isNullable\":true,\"outputType\":{\"type\":\"post\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"findManypost\",\"args\":[{\"name\":\"where\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"orderBy\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true},{\"type\":\"postOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"cursor\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"take\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"skip\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"distinct\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"PostScalarFieldEnum\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":true}]}],\"isNullable\":false,\"outputType\":{\"type\":\"post\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":true}},{\"name\":\"aggregatepost\",\"args\":[{\"name\":\"where\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"orderBy\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true},{\"type\":\"postOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"cursor\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"take\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"skip\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]}],\"isNullable\":false,\"outputType\":{\"type\":\"AggregatePost\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"groupBypost\",\"args\":[{\"name\":\"where\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"orderBy\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true},{\"type\":\"postOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"by\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"PostScalarFieldEnum\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":true},{\"type\":\"PostScalarFieldEnum\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":false}]},{\"name\":\"having\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postScalarWhereWithAggregatesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"take\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"skip\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]}],\"isNullable\":false,\"outputType\":{\"type\":\"PostGroupByOutputType\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":true}},{\"name\":\"findOnepost\",\"args\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":true,\"outputType\":{\"type\":\"post\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false},\"deprecation\":{\"sinceVersion\":\"2.14\",\"reason\":\"The `findOne` query has been deprecated and replaced with `findUnique`.\",\"plannedRemovalVersion\":\"2.15\"}},{\"name\":\"findUniquepost\",\"args\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":true,\"outputType\":{\"type\":\"post\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"findFirstCategory\",\"args\":[{\"name\":\"where\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CategoryWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"orderBy\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CategoryOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true},{\"type\":\"CategoryOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"cursor\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CategoryWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"take\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"skip\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"distinct\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CategoryScalarFieldEnum\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":true}]}],\"isNullable\":true,\"outputType\":{\"type\":\"Category\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"findManyCategory\",\"args\":[{\"name\":\"where\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CategoryWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"orderBy\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CategoryOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true},{\"type\":\"CategoryOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"cursor\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CategoryWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"take\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"skip\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"distinct\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CategoryScalarFieldEnum\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":true}]}],\"isNullable\":false,\"outputType\":{\"type\":\"Category\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":true}},{\"name\":\"aggregateCategory\",\"args\":[{\"name\":\"where\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CategoryWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"orderBy\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CategoryOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true},{\"type\":\"CategoryOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"cursor\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CategoryWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"take\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"skip\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]}],\"isNullable\":false,\"outputType\":{\"type\":\"AggregateCategory\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"groupByCategory\",\"args\":[{\"name\":\"where\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CategoryWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"orderBy\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CategoryOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true},{\"type\":\"CategoryOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"by\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CategoryScalarFieldEnum\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":true},{\"type\":\"CategoryScalarFieldEnum\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":false}]},{\"name\":\"having\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CategoryScalarWhereWithAggregatesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"take\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"skip\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]}],\"isNullable\":false,\"outputType\":{\"type\":\"CategoryGroupByOutputType\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":true}},{\"name\":\"findOneCategory\",\"args\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CategoryWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":true,\"outputType\":{\"type\":\"Category\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false},\"deprecation\":{\"sinceVersion\":\"2.14\",\"reason\":\"The `findOne` query has been deprecated and replaced with `findUnique`.\",\"plannedRemovalVersion\":\"2.15\"}},{\"name\":\"findUniqueCategory\",\"args\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CategoryWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":true,\"outputType\":{\"type\":\"Category\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"findFirstPatient\",\"args\":[{\"name\":\"where\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"PatientWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"orderBy\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"PatientOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true},{\"type\":\"PatientOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"cursor\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"PatientWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"take\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"skip\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"distinct\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"PatientScalarFieldEnum\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":true}]}],\"isNullable\":true,\"outputType\":{\"type\":\"Patient\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"findManyPatient\",\"args\":[{\"name\":\"where\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"PatientWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"orderBy\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"PatientOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true},{\"type\":\"PatientOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"cursor\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"PatientWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"take\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"skip\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"distinct\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"PatientScalarFieldEnum\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":true}]}],\"isNullable\":false,\"outputType\":{\"type\":\"Patient\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":true}},{\"name\":\"aggregatePatient\",\"args\":[{\"name\":\"where\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"PatientWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"orderBy\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"PatientOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true},{\"type\":\"PatientOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"cursor\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"PatientWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"take\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"skip\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]}],\"isNullable\":false,\"outputType\":{\"type\":\"AggregatePatient\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"groupByPatient\",\"args\":[{\"name\":\"where\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"PatientWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"orderBy\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"PatientOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true},{\"type\":\"PatientOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"by\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"PatientScalarFieldEnum\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":true},{\"type\":\"PatientScalarFieldEnum\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":false}]},{\"name\":\"having\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"PatientScalarWhereWithAggregatesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"take\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"skip\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]}],\"isNullable\":false,\"outputType\":{\"type\":\"PatientGroupByOutputType\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":true}},{\"name\":\"findOnePatient\",\"args\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"PatientWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":true,\"outputType\":{\"type\":\"Patient\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false},\"deprecation\":{\"sinceVersion\":\"2.14\",\"reason\":\"The `findOne` query has been deprecated and replaced with `findUnique`.\",\"plannedRemovalVersion\":\"2.15\"}},{\"name\":\"findUniquePatient\",\"args\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"PatientWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":true,\"outputType\":{\"type\":\"Patient\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"findFirstMovie\",\"args\":[{\"name\":\"where\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"orderBy\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true},{\"type\":\"MovieOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"cursor\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"take\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"skip\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"distinct\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieScalarFieldEnum\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":true}]}],\"isNullable\":true,\"outputType\":{\"type\":\"Movie\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"findManyMovie\",\"args\":[{\"name\":\"where\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"orderBy\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true},{\"type\":\"MovieOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"cursor\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"take\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"skip\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"distinct\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieScalarFieldEnum\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":true}]}],\"isNullable\":false,\"outputType\":{\"type\":\"Movie\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":true}},{\"name\":\"aggregateMovie\",\"args\":[{\"name\":\"where\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"orderBy\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true},{\"type\":\"MovieOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"cursor\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"take\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"skip\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]}],\"isNullable\":false,\"outputType\":{\"type\":\"AggregateMovie\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"groupByMovie\",\"args\":[{\"name\":\"where\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"orderBy\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true},{\"type\":\"MovieOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"by\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieScalarFieldEnum\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":true},{\"type\":\"MovieScalarFieldEnum\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":false}]},{\"name\":\"having\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieScalarWhereWithAggregatesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"take\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"skip\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]}],\"isNullable\":false,\"outputType\":{\"type\":\"MovieGroupByOutputType\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":true}},{\"name\":\"findOneMovie\",\"args\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":true,\"outputType\":{\"type\":\"Movie\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false},\"deprecation\":{\"sinceVersion\":\"2.14\",\"reason\":\"The `findOne` query has been deprecated and replaced with `findUnique`.\",\"plannedRemovalVersion\":\"2.15\"}},{\"name\":\"findUniqueMovie\",\"args\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":true,\"outputType\":{\"type\":\"Movie\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"findFirstDirector\",\"args\":[{\"name\":\"where\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DirectorWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"orderBy\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DirectorOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true},{\"type\":\"DirectorOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"cursor\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DirectorWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"take\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"skip\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"distinct\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DirectorScalarFieldEnum\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":true}]}],\"isNullable\":true,\"outputType\":{\"type\":\"Director\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"findManyDirector\",\"args\":[{\"name\":\"where\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DirectorWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"orderBy\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DirectorOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true},{\"type\":\"DirectorOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"cursor\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DirectorWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"take\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"skip\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"distinct\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DirectorScalarFieldEnum\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":true}]}],\"isNullable\":false,\"outputType\":{\"type\":\"Director\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":true}},{\"name\":\"aggregateDirector\",\"args\":[{\"name\":\"where\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DirectorWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"orderBy\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DirectorOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true},{\"type\":\"DirectorOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"cursor\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DirectorWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"take\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"skip\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]}],\"isNullable\":false,\"outputType\":{\"type\":\"AggregateDirector\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"groupByDirector\",\"args\":[{\"name\":\"where\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DirectorWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"orderBy\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DirectorOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true},{\"type\":\"DirectorOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"by\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DirectorScalarFieldEnum\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":true},{\"type\":\"DirectorScalarFieldEnum\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":false}]},{\"name\":\"having\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DirectorScalarWhereWithAggregatesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"take\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"skip\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]}],\"isNullable\":false,\"outputType\":{\"type\":\"DirectorGroupByOutputType\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":true}},{\"name\":\"findOneDirector\",\"args\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DirectorWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":true,\"outputType\":{\"type\":\"Director\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false},\"deprecation\":{\"sinceVersion\":\"2.14\",\"reason\":\"The `findOne` query has been deprecated and replaced with `findUnique`.\",\"plannedRemovalVersion\":\"2.15\"}},{\"name\":\"findUniqueDirector\",\"args\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DirectorWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":true,\"outputType\":{\"type\":\"Director\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"findFirstProblem\",\"args\":[{\"name\":\"where\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"orderBy\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true},{\"type\":\"ProblemOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"cursor\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"take\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"skip\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"distinct\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemScalarFieldEnum\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":true}]}],\"isNullable\":true,\"outputType\":{\"type\":\"Problem\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"findManyProblem\",\"args\":[{\"name\":\"where\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"orderBy\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true},{\"type\":\"ProblemOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"cursor\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"take\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"skip\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"distinct\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemScalarFieldEnum\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":true}]}],\"isNullable\":false,\"outputType\":{\"type\":\"Problem\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":true}},{\"name\":\"aggregateProblem\",\"args\":[{\"name\":\"where\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"orderBy\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true},{\"type\":\"ProblemOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"cursor\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"take\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"skip\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]}],\"isNullable\":false,\"outputType\":{\"type\":\"AggregateProblem\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"groupByProblem\",\"args\":[{\"name\":\"where\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"orderBy\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true},{\"type\":\"ProblemOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"by\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemScalarFieldEnum\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":true},{\"type\":\"ProblemScalarFieldEnum\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":false}]},{\"name\":\"having\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemScalarWhereWithAggregatesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"take\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"skip\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]}],\"isNullable\":false,\"outputType\":{\"type\":\"ProblemGroupByOutputType\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":true}},{\"name\":\"findOneProblem\",\"args\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":true,\"outputType\":{\"type\":\"Problem\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false},\"deprecation\":{\"sinceVersion\":\"2.14\",\"reason\":\"The `findOne` query has been deprecated and replaced with `findUnique`.\",\"plannedRemovalVersion\":\"2.15\"}},{\"name\":\"findUniqueProblem\",\"args\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":true,\"outputType\":{\"type\":\"Problem\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"findFirstCreator\",\"args\":[{\"name\":\"where\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"orderBy\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true},{\"type\":\"CreatorOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"cursor\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"take\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"skip\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"distinct\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorScalarFieldEnum\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":true}]}],\"isNullable\":true,\"outputType\":{\"type\":\"Creator\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"findManyCreator\",\"args\":[{\"name\":\"where\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"orderBy\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true},{\"type\":\"CreatorOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"cursor\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"take\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"skip\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"distinct\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorScalarFieldEnum\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":true}]}],\"isNullable\":false,\"outputType\":{\"type\":\"Creator\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":true}},{\"name\":\"aggregateCreator\",\"args\":[{\"name\":\"where\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"orderBy\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true},{\"type\":\"CreatorOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"cursor\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"take\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"skip\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]}],\"isNullable\":false,\"outputType\":{\"type\":\"AggregateCreator\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"groupByCreator\",\"args\":[{\"name\":\"where\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"orderBy\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true},{\"type\":\"CreatorOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"by\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorScalarFieldEnum\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":true},{\"type\":\"CreatorScalarFieldEnum\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":false}]},{\"name\":\"having\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorScalarWhereWithAggregatesInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"take\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"skip\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]}],\"isNullable\":false,\"outputType\":{\"type\":\"CreatorGroupByOutputType\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":true}},{\"name\":\"findOneCreator\",\"args\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":true,\"outputType\":{\"type\":\"Creator\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false},\"deprecation\":{\"sinceVersion\":\"2.14\",\"reason\":\"The `findOne` query has been deprecated and replaced with `findUnique`.\",\"plannedRemovalVersion\":\"2.15\"}},{\"name\":\"findUniqueCreator\",\"args\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":true,\"outputType\":{\"type\":\"Creator\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false}}]},{\"name\":\"Mutation\",\"fields\":[{\"name\":\"createOneUser\",\"args\":[{\"name\":\"data\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserCreateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"UserUncheckedCreateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":false,\"outputType\":{\"type\":\"User\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"deleteOneUser\",\"args\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":true,\"outputType\":{\"type\":\"User\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"updateOneUser\",\"args\":[{\"name\":\"data\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserUpdateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"UserUncheckedUpdateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":true,\"outputType\":{\"type\":\"User\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"upsertOneUser\",\"args\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"create\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserCreateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"UserUncheckedCreateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"update\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserUpdateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"UserUncheckedUpdateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":false,\"outputType\":{\"type\":\"User\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"updateManyUser\",\"args\":[{\"name\":\"data\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserUpdateManyMutationInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"UserUncheckedUpdateManyInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"where\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":false,\"outputType\":{\"type\":\"BatchPayload\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"deleteManyUser\",\"args\":[{\"name\":\"where\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"UserWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":false,\"outputType\":{\"type\":\"BatchPayload\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"createOnepost\",\"args\":[{\"name\":\"data\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postCreateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postUncheckedCreateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":false,\"outputType\":{\"type\":\"post\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"deleteOnepost\",\"args\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":true,\"outputType\":{\"type\":\"post\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"updateOnepost\",\"args\":[{\"name\":\"data\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postUpdateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postUncheckedUpdateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":true,\"outputType\":{\"type\":\"post\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"upsertOnepost\",\"args\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"create\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postCreateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postUncheckedCreateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"update\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postUpdateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postUncheckedUpdateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":false,\"outputType\":{\"type\":\"post\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"updateManypost\",\"args\":[{\"name\":\"data\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postUpdateManyMutationInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"postUncheckedUpdateManyInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"where\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":false,\"outputType\":{\"type\":\"BatchPayload\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"deleteManypost\",\"args\":[{\"name\":\"where\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":false,\"outputType\":{\"type\":\"BatchPayload\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"createOneCategory\",\"args\":[{\"name\":\"data\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CategoryCreateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"CategoryUncheckedCreateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":false,\"outputType\":{\"type\":\"Category\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"deleteOneCategory\",\"args\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CategoryWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":true,\"outputType\":{\"type\":\"Category\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"updateOneCategory\",\"args\":[{\"name\":\"data\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CategoryUpdateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"CategoryUncheckedUpdateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CategoryWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":true,\"outputType\":{\"type\":\"Category\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"upsertOneCategory\",\"args\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CategoryWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"create\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CategoryCreateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"CategoryUncheckedCreateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"update\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CategoryUpdateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"CategoryUncheckedUpdateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":false,\"outputType\":{\"type\":\"Category\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"updateManyCategory\",\"args\":[{\"name\":\"data\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CategoryUpdateManyMutationInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"CategoryUncheckedUpdateManyInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"where\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CategoryWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":false,\"outputType\":{\"type\":\"BatchPayload\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"deleteManyCategory\",\"args\":[{\"name\":\"where\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CategoryWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":false,\"outputType\":{\"type\":\"BatchPayload\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"createOnePatient\",\"args\":[{\"name\":\"data\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"PatientCreateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"PatientUncheckedCreateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":false,\"outputType\":{\"type\":\"Patient\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"deleteOnePatient\",\"args\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"PatientWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":true,\"outputType\":{\"type\":\"Patient\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"updateOnePatient\",\"args\":[{\"name\":\"data\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"PatientUpdateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"PatientUncheckedUpdateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"PatientWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":true,\"outputType\":{\"type\":\"Patient\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"upsertOnePatient\",\"args\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"PatientWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"create\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"PatientCreateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"PatientUncheckedCreateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"update\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"PatientUpdateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"PatientUncheckedUpdateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":false,\"outputType\":{\"type\":\"Patient\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"updateManyPatient\",\"args\":[{\"name\":\"data\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"PatientUpdateManyMutationInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"PatientUncheckedUpdateManyInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"where\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"PatientWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":false,\"outputType\":{\"type\":\"BatchPayload\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"deleteManyPatient\",\"args\":[{\"name\":\"where\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"PatientWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":false,\"outputType\":{\"type\":\"BatchPayload\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"createOneMovie\",\"args\":[{\"name\":\"data\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieCreateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"MovieUncheckedCreateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":false,\"outputType\":{\"type\":\"Movie\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"deleteOneMovie\",\"args\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":true,\"outputType\":{\"type\":\"Movie\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"updateOneMovie\",\"args\":[{\"name\":\"data\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieUpdateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"MovieUncheckedUpdateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":true,\"outputType\":{\"type\":\"Movie\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"upsertOneMovie\",\"args\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"create\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieCreateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"MovieUncheckedCreateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"update\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieUpdateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"MovieUncheckedUpdateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":false,\"outputType\":{\"type\":\"Movie\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"updateManyMovie\",\"args\":[{\"name\":\"data\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieUpdateManyMutationInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"MovieUncheckedUpdateManyInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"where\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":false,\"outputType\":{\"type\":\"BatchPayload\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"deleteManyMovie\",\"args\":[{\"name\":\"where\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":false,\"outputType\":{\"type\":\"BatchPayload\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"createOneDirector\",\"args\":[{\"name\":\"data\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DirectorCreateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"DirectorUncheckedCreateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":false,\"outputType\":{\"type\":\"Director\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"deleteOneDirector\",\"args\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DirectorWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":true,\"outputType\":{\"type\":\"Director\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"updateOneDirector\",\"args\":[{\"name\":\"data\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DirectorUpdateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"DirectorUncheckedUpdateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DirectorWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":true,\"outputType\":{\"type\":\"Director\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"upsertOneDirector\",\"args\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DirectorWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"create\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DirectorCreateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"DirectorUncheckedCreateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"update\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DirectorUpdateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"DirectorUncheckedUpdateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":false,\"outputType\":{\"type\":\"Director\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"updateManyDirector\",\"args\":[{\"name\":\"data\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DirectorUpdateManyMutationInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"DirectorUncheckedUpdateManyInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"where\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DirectorWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":false,\"outputType\":{\"type\":\"BatchPayload\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"deleteManyDirector\",\"args\":[{\"name\":\"where\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"DirectorWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":false,\"outputType\":{\"type\":\"BatchPayload\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"createOneProblem\",\"args\":[{\"name\":\"data\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemCreateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemUncheckedCreateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":false,\"outputType\":{\"type\":\"Problem\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"deleteOneProblem\",\"args\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":true,\"outputType\":{\"type\":\"Problem\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"updateOneProblem\",\"args\":[{\"name\":\"data\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemUpdateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemUncheckedUpdateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":true,\"outputType\":{\"type\":\"Problem\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"upsertOneProblem\",\"args\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"create\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemCreateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemUncheckedCreateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"update\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemUpdateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemUncheckedUpdateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":false,\"outputType\":{\"type\":\"Problem\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"updateManyProblem\",\"args\":[{\"name\":\"data\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemUpdateManyMutationInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"ProblemUncheckedUpdateManyInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"where\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":false,\"outputType\":{\"type\":\"BatchPayload\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"deleteManyProblem\",\"args\":[{\"name\":\"where\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":false,\"outputType\":{\"type\":\"BatchPayload\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"createOneCreator\",\"args\":[{\"name\":\"data\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorCreateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"CreatorUncheckedCreateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":false,\"outputType\":{\"type\":\"Creator\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"deleteOneCreator\",\"args\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":true,\"outputType\":{\"type\":\"Creator\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"updateOneCreator\",\"args\":[{\"name\":\"data\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorUpdateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"CreatorUncheckedUpdateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":true,\"outputType\":{\"type\":\"Creator\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"upsertOneCreator\",\"args\":[{\"name\":\"where\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"create\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorCreateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"CreatorUncheckedCreateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"update\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorUpdateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"CreatorUncheckedUpdateInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":false,\"outputType\":{\"type\":\"Creator\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"updateManyCreator\",\"args\":[{\"name\":\"data\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorUpdateManyMutationInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false},{\"type\":\"CreatorUncheckedUpdateManyInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"where\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":false,\"outputType\":{\"type\":\"BatchPayload\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"deleteManyCreator\",\"args\":[{\"name\":\"where\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]}],\"isNullable\":false,\"outputType\":{\"type\":\"BatchPayload\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"executeRaw\",\"args\":[{\"name\":\"query\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"parameters\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Json\",\"location\":\"scalar\",\"isList\":false}]}],\"isNullable\":false,\"outputType\":{\"type\":\"Json\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"queryRaw\",\"args\":[{\"name\":\"query\",\"isRequired\":true,\"isNullable\":false,\"inputTypes\":[{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"parameters\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Json\",\"location\":\"scalar\",\"isList\":false}]}],\"isNullable\":false,\"outputType\":{\"type\":\"Json\",\"location\":\"scalar\",\"isList\":false}}]},{\"name\":\"AggregateUser\",\"fields\":[{\"name\":\"count\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"UserCountAggregateOutputType\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"avg\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"UserAvgAggregateOutputType\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"sum\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"UserSumAggregateOutputType\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"min\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"UserMinAggregateOutputType\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"max\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"UserMaxAggregateOutputType\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}}]},{\"name\":\"UserGroupByOutputType\",\"fields\":[{\"name\":\"id\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"email\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"name\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"age\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"balance\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"amount\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"role\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Role\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":false}},{\"name\":\"count\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"UserCountAggregateOutputType\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"avg\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"UserAvgAggregateOutputType\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"sum\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"UserSumAggregateOutputType\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"min\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"UserMinAggregateOutputType\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"max\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"UserMaxAggregateOutputType\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}}]},{\"name\":\"AggregatePost\",\"fields\":[{\"name\":\"count\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"PostCountAggregateOutputType\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"avg\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"PostAvgAggregateOutputType\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"sum\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"PostSumAggregateOutputType\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"min\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"PostMinAggregateOutputType\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"max\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"PostMaxAggregateOutputType\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}}]},{\"name\":\"PostGroupByOutputType\",\"fields\":[{\"name\":\"uuid\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"createdAt\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"updatedAt\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"published\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Boolean\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"title\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"subtitle\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"content\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"authorId\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"editorId\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"kind\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"PostKind\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":false}},{\"name\":\"metadata\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Json\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"count\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"PostCountAggregateOutputType\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"avg\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"PostAvgAggregateOutputType\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"sum\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"PostSumAggregateOutputType\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"min\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"PostMinAggregateOutputType\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"max\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"PostMaxAggregateOutputType\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}}]},{\"name\":\"AggregateCategory\",\"fields\":[{\"name\":\"count\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"CategoryCountAggregateOutputType\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"avg\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"CategoryAvgAggregateOutputType\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"sum\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"CategorySumAggregateOutputType\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"min\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"CategoryMinAggregateOutputType\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"max\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"CategoryMaxAggregateOutputType\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}}]},{\"name\":\"CategoryGroupByOutputType\",\"fields\":[{\"name\":\"name\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"slug\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"number\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"count\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"CategoryCountAggregateOutputType\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"avg\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"CategoryAvgAggregateOutputType\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"sum\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"CategorySumAggregateOutputType\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"min\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"CategoryMinAggregateOutputType\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"max\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"CategoryMaxAggregateOutputType\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}}]},{\"name\":\"AggregatePatient\",\"fields\":[{\"name\":\"count\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"PatientCountAggregateOutputType\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"min\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"PatientMinAggregateOutputType\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"max\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"PatientMaxAggregateOutputType\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}}]},{\"name\":\"PatientGroupByOutputType\",\"fields\":[{\"name\":\"firstName\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"lastName\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"email\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"count\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"PatientCountAggregateOutputType\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"min\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"PatientMinAggregateOutputType\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"max\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"PatientMaxAggregateOutputType\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}}]},{\"name\":\"AggregateMovie\",\"fields\":[{\"name\":\"count\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"MovieCountAggregateOutputType\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"min\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"MovieMinAggregateOutputType\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"max\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"MovieMaxAggregateOutputType\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}}]},{\"name\":\"MovieGroupByOutputType\",\"fields\":[{\"name\":\"directorFirstName\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"directorLastName\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"title\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"count\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"MovieCountAggregateOutputType\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"min\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"MovieMinAggregateOutputType\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"max\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"MovieMaxAggregateOutputType\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}}]},{\"name\":\"AggregateDirector\",\"fields\":[{\"name\":\"count\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"DirectorCountAggregateOutputType\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"min\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"DirectorMinAggregateOutputType\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"max\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"DirectorMaxAggregateOutputType\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}}]},{\"name\":\"DirectorGroupByOutputType\",\"fields\":[{\"name\":\"firstName\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"lastName\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"count\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"DirectorCountAggregateOutputType\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"min\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"DirectorMinAggregateOutputType\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"max\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"DirectorMaxAggregateOutputType\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}}]},{\"name\":\"AggregateProblem\",\"fields\":[{\"name\":\"count\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"ProblemCountAggregateOutputType\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"avg\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"ProblemAvgAggregateOutputType\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"sum\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"ProblemSumAggregateOutputType\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"min\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"ProblemMinAggregateOutputType\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"max\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"ProblemMaxAggregateOutputType\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}}]},{\"name\":\"ProblemGroupByOutputType\",\"fields\":[{\"name\":\"id\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"problemText\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"creatorId\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"count\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"ProblemCountAggregateOutputType\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"avg\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"ProblemAvgAggregateOutputType\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"sum\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"ProblemSumAggregateOutputType\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"min\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"ProblemMinAggregateOutputType\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"max\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"ProblemMaxAggregateOutputType\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}}]},{\"name\":\"AggregateCreator\",\"fields\":[{\"name\":\"count\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"CreatorCountAggregateOutputType\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"avg\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"CreatorAvgAggregateOutputType\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"sum\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"CreatorSumAggregateOutputType\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"min\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"CreatorMinAggregateOutputType\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"max\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"CreatorMaxAggregateOutputType\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}}]},{\"name\":\"CreatorGroupByOutputType\",\"fields\":[{\"name\":\"id\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"name\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"count\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"CreatorCountAggregateOutputType\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"avg\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"CreatorAvgAggregateOutputType\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"sum\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"CreatorSumAggregateOutputType\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"min\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"CreatorMinAggregateOutputType\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"max\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"CreatorMaxAggregateOutputType\",\"namespace\":\"prisma\",\"location\":\"outputObjectTypes\",\"isList\":false}}]},{\"name\":\"BatchPayload\",\"fields\":[{\"name\":\"count\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}}]},{\"name\":\"UserCountAggregateOutputType\",\"fields\":[{\"name\":\"id\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"email\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"name\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"age\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"balance\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"amount\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"role\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"_all\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}}]},{\"name\":\"UserAvgAggregateOutputType\",\"fields\":[{\"name\":\"id\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"age\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"balance\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"amount\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}}]},{\"name\":\"UserSumAggregateOutputType\",\"fields\":[{\"name\":\"id\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"age\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"balance\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"amount\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}}]},{\"name\":\"UserMinAggregateOutputType\",\"fields\":[{\"name\":\"id\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"email\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"name\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"age\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"balance\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"amount\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"role\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"Role\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":false}}]},{\"name\":\"UserMaxAggregateOutputType\",\"fields\":[{\"name\":\"id\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"email\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"name\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"age\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"balance\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"amount\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"role\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"Role\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":false}}]},{\"name\":\"PostCountAggregateOutputType\",\"fields\":[{\"name\":\"uuid\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"createdAt\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"updatedAt\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"published\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"title\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"subtitle\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"content\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"authorId\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"editorId\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"kind\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"metadata\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"_all\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}}]},{\"name\":\"PostAvgAggregateOutputType\",\"fields\":[{\"name\":\"authorId\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"editorId\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}}]},{\"name\":\"PostSumAggregateOutputType\",\"fields\":[{\"name\":\"authorId\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"editorId\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}}]},{\"name\":\"PostMinAggregateOutputType\",\"fields\":[{\"name\":\"uuid\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"createdAt\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"updatedAt\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"published\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"Boolean\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"title\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"subtitle\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"content\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"authorId\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"editorId\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"kind\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"PostKind\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":false}},{\"name\":\"metadata\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"Json\",\"location\":\"scalar\",\"isList\":false}}]},{\"name\":\"PostMaxAggregateOutputType\",\"fields\":[{\"name\":\"uuid\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"createdAt\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"updatedAt\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"published\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"Boolean\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"title\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"subtitle\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"content\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"authorId\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"editorId\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"kind\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"PostKind\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":false}},{\"name\":\"metadata\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"Json\",\"location\":\"scalar\",\"isList\":false}}]},{\"name\":\"CategoryCountAggregateOutputType\",\"fields\":[{\"name\":\"name\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"slug\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"number\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"_all\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}}]},{\"name\":\"CategoryAvgAggregateOutputType\",\"fields\":[{\"name\":\"number\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}}]},{\"name\":\"CategorySumAggregateOutputType\",\"fields\":[{\"name\":\"number\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}}]},{\"name\":\"CategoryMinAggregateOutputType\",\"fields\":[{\"name\":\"name\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"slug\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"number\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}}]},{\"name\":\"CategoryMaxAggregateOutputType\",\"fields\":[{\"name\":\"name\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"slug\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"number\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}}]},{\"name\":\"PatientCountAggregateOutputType\",\"fields\":[{\"name\":\"firstName\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"lastName\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"email\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"_all\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}}]},{\"name\":\"PatientMinAggregateOutputType\",\"fields\":[{\"name\":\"firstName\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"lastName\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"email\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}}]},{\"name\":\"PatientMaxAggregateOutputType\",\"fields\":[{\"name\":\"firstName\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"lastName\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"email\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}}]},{\"name\":\"MovieCountAggregateOutputType\",\"fields\":[{\"name\":\"directorFirstName\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"directorLastName\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"title\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"_all\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}}]},{\"name\":\"MovieMinAggregateOutputType\",\"fields\":[{\"name\":\"directorFirstName\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"directorLastName\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"title\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}}]},{\"name\":\"MovieMaxAggregateOutputType\",\"fields\":[{\"name\":\"directorFirstName\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"directorLastName\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"title\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}}]},{\"name\":\"DirectorCountAggregateOutputType\",\"fields\":[{\"name\":\"firstName\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"lastName\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"_all\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}}]},{\"name\":\"DirectorMinAggregateOutputType\",\"fields\":[{\"name\":\"firstName\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"lastName\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}}]},{\"name\":\"DirectorMaxAggregateOutputType\",\"fields\":[{\"name\":\"firstName\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"lastName\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}}]},{\"name\":\"ProblemCountAggregateOutputType\",\"fields\":[{\"name\":\"id\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"problemText\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"creatorId\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"_all\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}}]},{\"name\":\"ProblemAvgAggregateOutputType\",\"fields\":[{\"name\":\"id\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"creatorId\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}}]},{\"name\":\"ProblemSumAggregateOutputType\",\"fields\":[{\"name\":\"id\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"creatorId\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}}]},{\"name\":\"ProblemMinAggregateOutputType\",\"fields\":[{\"name\":\"id\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"problemText\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"creatorId\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}}]},{\"name\":\"ProblemMaxAggregateOutputType\",\"fields\":[{\"name\":\"id\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"problemText\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"creatorId\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}}]},{\"name\":\"CreatorCountAggregateOutputType\",\"fields\":[{\"name\":\"id\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"name\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"_all\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}}]},{\"name\":\"CreatorAvgAggregateOutputType\",\"fields\":[{\"name\":\"id\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}}]},{\"name\":\"CreatorSumAggregateOutputType\",\"fields\":[{\"name\":\"id\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}}]},{\"name\":\"CreatorMinAggregateOutputType\",\"fields\":[{\"name\":\"id\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"name\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}}]},{\"name\":\"CreatorMaxAggregateOutputType\",\"fields\":[{\"name\":\"id\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"name\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}}]}],\"model\":[{\"name\":\"User\",\"fields\":[{\"name\":\"id\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"email\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"name\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"age\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"balance\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"amount\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Float\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"posts\",\"args\":[{\"name\":\"where\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"orderBy\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true},{\"type\":\"postOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"cursor\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"take\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"skip\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"distinct\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"PostScalarFieldEnum\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":true}]}],\"isNullable\":true,\"outputType\":{\"type\":\"post\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":true}},{\"name\":\"role\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Role\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":false}},{\"name\":\"editorPosts\",\"args\":[{\"name\":\"where\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"orderBy\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true},{\"type\":\"postOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"cursor\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"postWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"take\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"skip\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"distinct\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"PostScalarFieldEnum\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":true}]}],\"isNullable\":true,\"outputType\":{\"type\":\"post\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":true}}]},{\"name\":\"post\",\"fields\":[{\"name\":\"uuid\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"createdAt\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"updatedAt\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"DateTime\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"published\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Boolean\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"title\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"subtitle\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"content\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"author\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"User\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"authorId\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"editor\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"User\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"editorId\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"kind\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"PostKind\",\"namespace\":\"model\",\"location\":\"enumTypes\",\"isList\":false}},{\"name\":\"metadata\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Json\",\"location\":\"scalar\",\"isList\":false}}]},{\"name\":\"Category\",\"fields\":[{\"name\":\"name\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"slug\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"number\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}}]},{\"name\":\"Patient\",\"fields\":[{\"name\":\"firstName\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"lastName\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"email\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}}]},{\"name\":\"Movie\",\"fields\":[{\"name\":\"directorFirstName\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"directorLastName\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"director\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Director\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"title\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}}]},{\"name\":\"Director\",\"fields\":[{\"name\":\"firstName\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"lastName\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"movies\",\"args\":[{\"name\":\"where\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"orderBy\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true},{\"type\":\"MovieOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"cursor\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"take\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"skip\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"distinct\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"MovieScalarFieldEnum\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":true}]}],\"isNullable\":true,\"outputType\":{\"type\":\"Movie\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":true}}]},{\"name\":\"Problem\",\"fields\":[{\"name\":\"id\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"problemText\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"likedBy\",\"args\":[{\"name\":\"where\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"orderBy\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true},{\"type\":\"CreatorOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"cursor\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"take\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"skip\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"distinct\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"CreatorScalarFieldEnum\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":true}]}],\"isNullable\":true,\"outputType\":{\"type\":\"Creator\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":true}},{\"name\":\"creator\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"Creator\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":false}},{\"name\":\"creatorId\",\"args\":[],\"isNullable\":true,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}}]},{\"name\":\"Creator\",\"fields\":[{\"name\":\"id\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"name\",\"args\":[],\"isNullable\":false,\"outputType\":{\"type\":\"String\",\"location\":\"scalar\",\"isList\":false}},{\"name\":\"likes\",\"args\":[{\"name\":\"where\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"orderBy\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true},{\"type\":\"ProblemOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"cursor\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"take\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"skip\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"distinct\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemScalarFieldEnum\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":true}]}],\"isNullable\":true,\"outputType\":{\"type\":\"Problem\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":true}},{\"name\":\"problems\",\"args\":[{\"name\":\"where\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemWhereInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"orderBy\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":true},{\"type\":\"ProblemOrderByInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"cursor\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemWhereUniqueInput\",\"namespace\":\"prisma\",\"location\":\"inputObjectTypes\",\"isList\":false}]},{\"name\":\"take\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"skip\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"Int\",\"location\":\"scalar\",\"isList\":false}]},{\"name\":\"distinct\",\"isRequired\":false,\"isNullable\":false,\"inputTypes\":[{\"type\":\"ProblemScalarFieldEnum\",\"namespace\":\"prisma\",\"location\":\"enumTypes\",\"isList\":true}]}],\"isNullable\":true,\"outputType\":{\"type\":\"Problem\",\"namespace\":\"model\",\"location\":\"outputObjectTypes\",\"isList\":true}}]}]},\"enumTypes\":{\"prisma\":[{\"name\":\"UserScalarFieldEnum\",\"values\":[\"id\",\"email\",\"name\",\"age\",\"balance\",\"amount\",\"role\"]},{\"name\":\"PostScalarFieldEnum\",\"values\":[\"uuid\",\"createdAt\",\"updatedAt\",\"published\",\"title\",\"subtitle\",\"content\",\"authorId\",\"editorId\",\"kind\",\"metadata\"]},{\"name\":\"CategoryScalarFieldEnum\",\"values\":[\"name\",\"slug\",\"number\"]},{\"name\":\"PatientScalarFieldEnum\",\"values\":[\"firstName\",\"lastName\",\"email\"]},{\"name\":\"MovieScalarFieldEnum\",\"values\":[\"directorFirstName\",\"directorLastName\",\"title\"]},{\"name\":\"DirectorScalarFieldEnum\",\"values\":[\"firstName\",\"lastName\"]},{\"name\":\"ProblemScalarFieldEnum\",\"values\":[\"id\",\"problemText\",\"creatorId\"]},{\"name\":\"CreatorScalarFieldEnum\",\"values\":[\"id\",\"name\"]},{\"name\":\"SortOrder\",\"values\":[\"asc\",\"desc\"]},{\"name\":\"QueryMode\",\"values\":[\"default\",\"insensitive\"]}],\"model\":[{\"name\":\"Role\",\"values\":[\"USER\",\"ADMIN\"]},{\"name\":\"PostKind\",\"values\":[\"BLOG\",\"ADVERT\"]}]}},\"mappings\":{\"modelOperations\":[{\"model\":\"User\",\"plural\":\"users\",\"findUnique\":\"findUniqueUser\",\"findFirst\":\"findFirstUser\",\"findMany\":\"findManyUser\",\"create\":\"createOneUser\",\"delete\":\"deleteOneUser\",\"update\":\"updateOneUser\",\"deleteMany\":\"deleteManyUser\",\"updateMany\":\"updateManyUser\",\"upsert\":\"upsertOneUser\",\"aggregate\":\"aggregateUser\",\"groupBy\":\"groupByUser\"},{\"model\":\"post\",\"plural\":\"posts\",\"findUnique\":\"findUniquepost\",\"findFirst\":\"findFirstpost\",\"findMany\":\"findManypost\",\"create\":\"createOnepost\",\"delete\":\"deleteOnepost\",\"update\":\"updateOnepost\",\"deleteMany\":\"deleteManypost\",\"updateMany\":\"updateManypost\",\"upsert\":\"upsertOnepost\",\"aggregate\":\"aggregatepost\",\"groupBy\":\"groupBypost\"},{\"model\":\"Category\",\"plural\":\"categories\",\"findUnique\":\"findUniqueCategory\",\"findFirst\":\"findFirstCategory\",\"findMany\":\"findManyCategory\",\"create\":\"createOneCategory\",\"delete\":\"deleteOneCategory\",\"update\":\"updateOneCategory\",\"deleteMany\":\"deleteManyCategory\",\"updateMany\":\"updateManyCategory\",\"upsert\":\"upsertOneCategory\",\"aggregate\":\"aggregateCategory\",\"groupBy\":\"groupByCategory\"},{\"model\":\"Patient\",\"plural\":\"patients\",\"findUnique\":\"findUniquePatient\",\"findFirst\":\"findFirstPatient\",\"findMany\":\"findManyPatient\",\"create\":\"createOnePatient\",\"delete\":\"deleteOnePatient\",\"update\":\"updateOnePatient\",\"deleteMany\":\"deleteManyPatient\",\"updateMany\":\"updateManyPatient\",\"upsert\":\"upsertOnePatient\",\"aggregate\":\"aggregatePatient\",\"groupBy\":\"groupByPatient\"},{\"model\":\"Movie\",\"plural\":\"movies\",\"findUnique\":\"findUniqueMovie\",\"findFirst\":\"findFirstMovie\",\"findMany\":\"findManyMovie\",\"create\":\"createOneMovie\",\"delete\":\"deleteOneMovie\",\"update\":\"updateOneMovie\",\"deleteMany\":\"deleteManyMovie\",\"updateMany\":\"updateManyMovie\",\"upsert\":\"upsertOneMovie\",\"aggregate\":\"aggregateMovie\",\"groupBy\":\"groupByMovie\"},{\"model\":\"Director\",\"plural\":\"directors\",\"findUnique\":\"findUniqueDirector\",\"findFirst\":\"findFirstDirector\",\"findMany\":\"findManyDirector\",\"create\":\"createOneDirector\",\"delete\":\"deleteOneDirector\",\"update\":\"updateOneDirector\",\"deleteMany\":\"deleteManyDirector\",\"updateMany\":\"updateManyDirector\",\"upsert\":\"upsertOneDirector\",\"aggregate\":\"aggregateDirector\",\"groupBy\":\"groupByDirector\"},{\"model\":\"Problem\",\"plural\":\"problems\",\"findUnique\":\"findUniqueProblem\",\"findFirst\":\"findFirstProblem\",\"findMany\":\"findManyProblem\",\"create\":\"createOneProblem\",\"delete\":\"deleteOneProblem\",\"update\":\"updateOneProblem\",\"deleteMany\":\"deleteManyProblem\",\"updateMany\":\"updateManyProblem\",\"upsert\":\"upsertOneProblem\",\"aggregate\":\"aggregateProblem\",\"groupBy\":\"groupByProblem\"},{\"model\":\"Creator\",\"plural\":\"creators\",\"findUnique\":\"findUniqueCreator\",\"findFirst\":\"findFirstCreator\",\"findMany\":\"findManyCreator\",\"create\":\"createOneCreator\",\"delete\":\"deleteOneCreator\",\"update\":\"updateOneCreator\",\"deleteMany\":\"deleteManyCreator\",\"updateMany\":\"updateManyCreator\",\"upsert\":\"upsertOneCreator\",\"aggregate\":\"aggregateCreator\",\"groupBy\":\"groupByCreator\"}],\"otherOperations\":{\"read\":[],\"write\":[\"executeRaw\",\"queryRaw\"]}}}" // We are parsing 2 times, as we want independent objects, because // DMMFClass introduces circular references in the dmmf object @@ -173,7 +173,9 @@ const config = { "windows", "debian-openssl-1.1.x" ], - "previewFeatures": [], + "previewFeatures": [ + "groupBy" + ], "config": {}, "isCustomOutput": true }, diff --git a/experiments/prisma/generated/client/schema.prisma b/experiments/prisma/generated/client/schema.prisma index 29e610e8..451f5676 100644 --- a/experiments/prisma/generated/client/schema.prisma +++ b/experiments/prisma/generated/client/schema.prisma @@ -10,7 +10,7 @@ generator client { binaryTargets = ["windows", "debian-openssl-1.1.x"] output = "../prisma/generated/client" // previewFeatures = ["nativeTypes"] - // previewFeatures = ["groupBy"] + previewFeatures = ["groupBy"] } generator typegraphql { diff --git a/experiments/prisma/generated/type-graphql/dmmf.json b/experiments/prisma/generated/type-graphql/dmmf.json index dd0e6d8b..0fe5f579 100644 --- a/experiments/prisma/generated/type-graphql/dmmf.json +++ b/experiments/prisma/generated/type-graphql/dmmf.json @@ -1162,6 +1162,198 @@ } ] }, + { + "name": "UserScalarWhereWithAggregatesInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "AND", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "UserScalarWhereWithAggregatesInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "UserScalarWhereWithAggregatesInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true + } + ] + }, + { + "name": "OR", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "UserScalarWhereWithAggregatesInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true + } + ] + }, + { + "name": "NOT", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "UserScalarWhereWithAggregatesInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "UserScalarWhereWithAggregatesInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true + } + ] + }, + { + "name": "id", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "IntWithAggregatesFilter", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "email", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "StringWithAggregatesFilter", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "String", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "name", + "isRequired": false, + "isNullable": true, + "inputTypes": [ + { + "type": "StringNullableWithAggregatesFilter", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "Null", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "age", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "IntWithAggregatesFilter", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "balance", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "FloatWithAggregatesFilter", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "Float", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "amount", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "FloatWithAggregatesFilter", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "Float", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "role", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "EnumRoleWithAggregatesFilter", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "Role", + "namespace": "model", + "location": "enumTypes", + "isList": false + } + ] + } + ] + }, { "name": "postWhereInput", "constraints": { @@ -1648,7 +1840,7 @@ ] }, { - "name": "CategoryWhereInput", + "name": "postScalarWhereWithAggregatesInput", "constraints": { "maxNumFields": null, "minNumFields": null @@ -1660,13 +1852,13 @@ "isNullable": false, "inputTypes": [ { - "type": "CategoryWhereInput", + "type": "postScalarWhereWithAggregatesInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "CategoryWhereInput", + "type": "postScalarWhereWithAggregatesInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true @@ -1679,7 +1871,7 @@ "isNullable": false, "inputTypes": [ { - "type": "CategoryWhereInput", + "type": "postScalarWhereWithAggregatesInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true @@ -1692,13 +1884,13 @@ "isNullable": false, "inputTypes": [ { - "type": "CategoryWhereInput", + "type": "postScalarWhereWithAggregatesInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "CategoryWhereInput", + "type": "postScalarWhereWithAggregatesInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true @@ -1706,12 +1898,12 @@ ] }, { - "name": "name", + "name": "uuid", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "StringFilter", + "type": "StringWithAggregatesFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -1724,115 +1916,200 @@ ] }, { - "name": "slug", + "name": "createdAt", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "StringFilter", + "type": "DateTimeWithAggregatesFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "String", + "type": "DateTime", "location": "scalar", "isList": false } ] }, { - "name": "number", + "name": "updatedAt", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "IntFilter", + "type": "DateTimeWithAggregatesFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "Int", + "type": "DateTime", "location": "scalar", "isList": false } ] - } - ] - }, - { - "name": "CategoryOrderByInput", - "constraints": { - "maxNumFields": 1, - "minNumFields": 0 - }, - "fields": [ + }, { - "name": "name", + "name": "published", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "SortOrder", + "type": "BoolWithAggregatesFilter", "namespace": "prisma", - "location": "enumTypes", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "Boolean", + "location": "scalar", "isList": false } ] }, { - "name": "slug", + "name": "title", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "SortOrder", + "type": "StringWithAggregatesFilter", "namespace": "prisma", - "location": "enumTypes", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "String", + "location": "scalar", "isList": false } ] }, { - "name": "number", + "name": "subtitle", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "SortOrder", + "type": "StringWithAggregatesFilter", "namespace": "prisma", - "location": "enumTypes", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "String", + "location": "scalar", "isList": false } ] - } - ] - }, - { - "name": "CategoryWhereUniqueInput", - "constraints": { - "maxNumFields": 1, - "minNumFields": 1 - }, - "fields": [ + }, { - "name": "slug_number", + "name": "content", "isRequired": false, - "isNullable": false, + "isNullable": true, "inputTypes": [ { - "type": "CategorySlugNumberCompoundUniqueInput", + "type": "StringNullableWithAggregatesFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - } + }, + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "Null", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "authorId", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "IntWithAggregatesFilter", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "editorId", + "isRequired": false, + "isNullable": true, + "inputTypes": [ + { + "type": "IntNullableWithAggregatesFilter", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "Int", + "location": "scalar", + "isList": false + }, + { + "type": "Null", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "kind", + "isRequired": false, + "isNullable": true, + "inputTypes": [ + { + "type": "EnumPostKindNullableWithAggregatesFilter", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "PostKind", + "namespace": "model", + "location": "enumTypes", + "isList": false + }, + { + "type": "Null", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "metadata", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "JsonWithAggregatesFilter", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } ] } ] }, { - "name": "PatientWhereInput", + "name": "CategoryWhereInput", "constraints": { "maxNumFields": null, "minNumFields": null @@ -1844,13 +2121,13 @@ "isNullable": false, "inputTypes": [ { - "type": "PatientWhereInput", + "type": "CategoryWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "PatientWhereInput", + "type": "CategoryWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true @@ -1863,7 +2140,7 @@ "isNullable": false, "inputTypes": [ { - "type": "PatientWhereInput", + "type": "CategoryWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true @@ -1876,13 +2153,13 @@ "isNullable": false, "inputTypes": [ { - "type": "PatientWhereInput", + "type": "CategoryWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "PatientWhereInput", + "type": "CategoryWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true @@ -1890,7 +2167,7 @@ ] }, { - "name": "firstName", + "name": "name", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -1908,7 +2185,7 @@ ] }, { - "name": "lastName", + "name": "slug", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -1926,18 +2203,18 @@ ] }, { - "name": "email", + "name": "number", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "StringFilter", + "type": "IntFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "String", + "type": "Int", "location": "scalar", "isList": false } @@ -1946,14 +2223,14 @@ ] }, { - "name": "PatientOrderByInput", + "name": "CategoryOrderByInput", "constraints": { "maxNumFields": 1, "minNumFields": 0 }, "fields": [ { - "name": "firstName", + "name": "name", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -1966,7 +2243,7 @@ ] }, { - "name": "lastName", + "name": "slug", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -1979,7 +2256,7 @@ ] }, { - "name": "email", + "name": "number", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -1994,19 +2271,19 @@ ] }, { - "name": "PatientWhereUniqueInput", + "name": "CategoryWhereUniqueInput", "constraints": { "maxNumFields": 1, "minNumFields": 1 }, "fields": [ { - "name": "firstName_lastName", + "name": "slug_number", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "PatientFirstNameLastNameCompoundUniqueInput", + "type": "CategorySlugNumberCompoundUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -2016,7 +2293,7 @@ ] }, { - "name": "MovieWhereInput", + "name": "CategoryScalarWhereWithAggregatesInput", "constraints": { "maxNumFields": null, "minNumFields": null @@ -2028,13 +2305,13 @@ "isNullable": false, "inputTypes": [ { - "type": "MovieWhereInput", + "type": "CategoryScalarWhereWithAggregatesInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "MovieWhereInput", + "type": "CategoryScalarWhereWithAggregatesInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true @@ -2047,7 +2324,7 @@ "isNullable": false, "inputTypes": [ { - "type": "MovieWhereInput", + "type": "CategoryScalarWhereWithAggregatesInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true @@ -2060,13 +2337,13 @@ "isNullable": false, "inputTypes": [ { - "type": "MovieWhereInput", + "type": "CategoryScalarWhereWithAggregatesInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "MovieWhereInput", + "type": "CategoryScalarWhereWithAggregatesInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true @@ -2074,12 +2351,12 @@ ] }, { - "name": "directorFirstName", + "name": "name", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "StringFilter", + "type": "StringWithAggregatesFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -2092,12 +2369,12 @@ ] }, { - "name": "directorLastName", + "name": "slug", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "StringFilter", + "type": "StringWithAggregatesFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -2110,26 +2387,121 @@ ] }, { - "name": "director", + "name": "number", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "DirectorRelationFilter", + "type": "IntWithAggregatesFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "DirectorWhereInput", + "type": "Int", + "location": "scalar", + "isList": false + } + ] + } + ] + }, + { + "name": "PatientWhereInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "AND", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "PatientWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false + }, + { + "type": "PatientWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "title", + "name": "OR", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "PatientWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true + } + ] + }, + { + "name": "NOT", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "PatientWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "PatientWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true + } + ] + }, + { + "name": "firstName", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "StringFilter", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "String", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "lastName", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "StringFilter", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "String", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "email", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -2149,14 +2521,14 @@ ] }, { - "name": "MovieOrderByInput", + "name": "PatientOrderByInput", "constraints": { "maxNumFields": 1, "minNumFields": 0 }, "fields": [ { - "name": "directorFirstName", + "name": "firstName", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -2169,7 +2541,7 @@ ] }, { - "name": "directorLastName", + "name": "lastName", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -2182,7 +2554,7 @@ ] }, { - "name": "title", + "name": "email", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -2197,19 +2569,19 @@ ] }, { - "name": "MovieWhereUniqueInput", + "name": "PatientWhereUniqueInput", "constraints": { "maxNumFields": 1, "minNumFields": 1 }, "fields": [ { - "name": "directorFirstName_directorLastName_title", + "name": "firstName_lastName", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "MovieDirectorFirstNameDirectorLastNameTitleCompoundUniqueInput", + "type": "PatientFirstNameLastNameCompoundUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -2219,7 +2591,7 @@ ] }, { - "name": "DirectorWhereInput", + "name": "PatientScalarWhereWithAggregatesInput", "constraints": { "maxNumFields": null, "minNumFields": null @@ -2231,13 +2603,13 @@ "isNullable": false, "inputTypes": [ { - "type": "DirectorWhereInput", + "type": "PatientScalarWhereWithAggregatesInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "DirectorWhereInput", + "type": "PatientScalarWhereWithAggregatesInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true @@ -2250,7 +2622,7 @@ "isNullable": false, "inputTypes": [ { - "type": "DirectorWhereInput", + "type": "PatientScalarWhereWithAggregatesInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true @@ -2263,13 +2635,13 @@ "isNullable": false, "inputTypes": [ { - "type": "DirectorWhereInput", + "type": "PatientScalarWhereWithAggregatesInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "DirectorWhereInput", + "type": "PatientScalarWhereWithAggregatesInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true @@ -2282,7 +2654,7 @@ "isNullable": false, "inputTypes": [ { - "type": "StringFilter", + "type": "StringWithAggregatesFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -2300,7 +2672,7 @@ "isNullable": false, "inputTypes": [ { - "type": "StringFilter", + "type": "StringWithAggregatesFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -2313,71 +2685,19 @@ ] }, { - "name": "movies", + "name": "email", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "MovieListRelationFilter", + "type": "StringWithAggregatesFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - } - ] - } - ] - }, - { - "name": "DirectorOrderByInput", - "constraints": { - "maxNumFields": 1, - "minNumFields": 0 - }, - "fields": [ - { - "name": "firstName", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "SortOrder", - "namespace": "prisma", - "location": "enumTypes", - "isList": false - } - ] - }, - { - "name": "lastName", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "SortOrder", - "namespace": "prisma", - "location": "enumTypes", - "isList": false - } - ] - } - ] - }, - { - "name": "DirectorWhereUniqueInput", - "constraints": { - "maxNumFields": 1, - "minNumFields": 1 - }, - "fields": [ - { - "name": "firstName_lastName", - "isRequired": false, - "isNullable": false, - "inputTypes": [ + }, { - "type": "DirectorFirstNameLastNameCompoundUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "String", + "location": "scalar", "isList": false } ] @@ -2385,7 +2705,7 @@ ] }, { - "name": "ProblemWhereInput", + "name": "MovieWhereInput", "constraints": { "maxNumFields": null, "minNumFields": null @@ -2397,13 +2717,13 @@ "isNullable": false, "inputTypes": [ { - "type": "ProblemWhereInput", + "type": "MovieWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "ProblemWhereInput", + "type": "MovieWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true @@ -2416,7 +2736,7 @@ "isNullable": false, "inputTypes": [ { - "type": "ProblemWhereInput", + "type": "MovieWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true @@ -2429,13 +2749,13 @@ "isNullable": false, "inputTypes": [ { - "type": "ProblemWhereInput", + "type": "MovieWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "ProblemWhereInput", + "type": "MovieWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true @@ -2443,25 +2763,25 @@ ] }, { - "name": "id", + "name": "directorFirstName", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "IntFilter", + "type": "StringFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "Int", + "type": "String", "location": "scalar", "isList": false } ] }, { - "name": "problemText", + "name": "directorLastName", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -2479,60 +2799,37 @@ ] }, { - "name": "likedBy", + "name": "director", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "CreatorListRelationFilter", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - }, - { - "name": "creator", - "isRequired": false, - "isNullable": true, - "inputTypes": [ - { - "type": "CreatorRelationFilter", + "type": "DirectorRelationFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "CreatorWhereInput", + "type": "DirectorWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - }, - { - "type": "Null", - "location": "scalar", - "isList": false } ] }, { - "name": "creatorId", + "name": "title", "isRequired": false, - "isNullable": true, + "isNullable": false, "inputTypes": [ { - "type": "IntNullableFilter", + "type": "StringFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "Int", - "location": "scalar", - "isList": false - }, - { - "type": "Null", + "type": "String", "location": "scalar", "isList": false } @@ -2541,14 +2838,14 @@ ] }, { - "name": "ProblemOrderByInput", + "name": "MovieOrderByInput", "constraints": { "maxNumFields": 1, "minNumFields": 0 }, "fields": [ { - "name": "id", + "name": "directorFirstName", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -2561,7 +2858,7 @@ ] }, { - "name": "problemText", + "name": "directorLastName", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -2574,7 +2871,7 @@ ] }, { - "name": "creatorId", + "name": "title", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -2589,20 +2886,21 @@ ] }, { - "name": "ProblemWhereUniqueInput", + "name": "MovieWhereUniqueInput", "constraints": { "maxNumFields": 1, "minNumFields": 1 }, "fields": [ { - "name": "id", + "name": "directorFirstName_directorLastName_title", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", + "type": "MovieDirectorFirstNameDirectorLastNameTitleCompoundUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] @@ -2610,7 +2908,7 @@ ] }, { - "name": "CreatorWhereInput", + "name": "MovieScalarWhereWithAggregatesInput", "constraints": { "maxNumFields": null, "minNumFields": null @@ -2622,13 +2920,13 @@ "isNullable": false, "inputTypes": [ { - "type": "CreatorWhereInput", + "type": "MovieScalarWhereWithAggregatesInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "CreatorWhereInput", + "type": "MovieScalarWhereWithAggregatesInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true @@ -2641,7 +2939,7 @@ "isNullable": false, "inputTypes": [ { - "type": "CreatorWhereInput", + "type": "MovieScalarWhereWithAggregatesInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true @@ -2654,13 +2952,13 @@ "isNullable": false, "inputTypes": [ { - "type": "CreatorWhereInput", + "type": "MovieScalarWhereWithAggregatesInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "CreatorWhereInput", + "type": "MovieScalarWhereWithAggregatesInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true @@ -2668,30 +2966,30 @@ ] }, { - "name": "id", + "name": "directorFirstName", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "IntFilter", + "type": "StringWithAggregatesFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "Int", + "type": "String", "location": "scalar", "isList": false } ] }, { - "name": "name", + "name": "directorLastName", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "StringFilter", + "type": "StringWithAggregatesFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -2704,27 +3002,19 @@ ] }, { - "name": "likes", + "name": "title", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "ProblemListRelationFilter", + "type": "StringWithAggregatesFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - } - ] - }, - { - "name": "problems", - "isRequired": false, - "isNullable": false, - "inputTypes": [ + }, { - "type": "ProblemListRelationFilter", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "String", + "location": "scalar", "isList": false } ] @@ -2732,73 +3022,74 @@ ] }, { - "name": "CreatorOrderByInput", + "name": "DirectorWhereInput", "constraints": { - "maxNumFields": 1, - "minNumFields": 0 + "maxNumFields": null, + "minNumFields": null }, "fields": [ { - "name": "id", + "name": "AND", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "SortOrder", + "type": "DirectorWhereInput", "namespace": "prisma", - "location": "enumTypes", + "location": "inputObjectTypes", "isList": false + }, + { + "type": "DirectorWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "name", + "name": "OR", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "SortOrder", + "type": "DirectorWhereInput", "namespace": "prisma", - "location": "enumTypes", - "isList": false + "location": "inputObjectTypes", + "isList": true } ] - } - ] - }, - { - "name": "CreatorWhereUniqueInput", - "constraints": { - "maxNumFields": 1, - "minNumFields": 1 - }, - "fields": [ + }, { - "name": "id", + "name": "NOT", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", + "type": "DirectorWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false + }, + { + "type": "DirectorWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] - } - ] - }, - { - "name": "UserCreateInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "email", - "isRequired": true, + "name": "firstName", + "isRequired": false, "isNullable": false, "inputTypes": [ + { + "type": "StringFilter", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, { "type": "String", "location": "scalar", @@ -2807,91 +3098,87 @@ ] }, { - "name": "name", + "name": "lastName", "isRequired": false, - "isNullable": true, + "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "StringFilter", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false }, { - "type": "Null", + "type": "String", "location": "scalar", "isList": false } ] }, { - "name": "age", - "isRequired": true, + "name": "movies", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", - "isList": false - } - ] - }, - { - "name": "balance", - "isRequired": true, - "isNullable": false, - "inputTypes": [ - { - "type": "Float", - "location": "scalar", - "isList": false - } - ] - }, - { - "name": "amount", - "isRequired": true, - "isNullable": false, - "inputTypes": [ - { - "type": "Float", - "location": "scalar", + "type": "MovieListRelationFilter", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] - }, + } + ] + }, + { + "name": "DirectorOrderByInput", + "constraints": { + "maxNumFields": 1, + "minNumFields": 0 + }, + "fields": [ { - "name": "role", - "isRequired": true, + "name": "firstName", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Role", - "namespace": "model", + "type": "SortOrder", + "namespace": "prisma", "location": "enumTypes", "isList": false } ] }, { - "name": "posts", + "name": "lastName", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postCreateManyWithoutAuthorInput", + "type": "SortOrder", "namespace": "prisma", - "location": "inputObjectTypes", + "location": "enumTypes", "isList": false } ] - }, + } + ] + }, + { + "name": "DirectorWhereUniqueInput", + "constraints": { + "maxNumFields": 1, + "minNumFields": 1 + }, + "fields": [ { - "name": "editorPosts", + "name": "firstName_lastName", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postCreateManyWithoutEditorInput", + "type": "DirectorFirstNameLastNameCompoundUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -2901,124 +3188,95 @@ ] }, { - "name": "UserUncheckedCreateInput", + "name": "DirectorScalarWhereWithAggregatesInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "id", + "name": "AND", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", + "type": "DirectorScalarWhereWithAggregatesInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false + }, + { + "type": "DirectorScalarWhereWithAggregatesInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "email", - "isRequired": true, + "name": "OR", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", - "isList": false + "type": "DirectorScalarWhereWithAggregatesInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "name", + "name": "NOT", "isRequired": false, - "isNullable": true, + "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "DirectorScalarWhereWithAggregatesInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false }, { - "type": "Null", - "location": "scalar", - "isList": false - } - ] - }, - { - "name": "age", - "isRequired": true, - "isNullable": false, - "inputTypes": [ - { - "type": "Int", - "location": "scalar", - "isList": false + "type": "DirectorScalarWhereWithAggregatesInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "balance", - "isRequired": true, + "name": "firstName", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Float", - "location": "scalar", + "type": "StringWithAggregatesFilter", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false - } - ] - }, - { - "name": "amount", - "isRequired": true, - "isNullable": false, - "inputTypes": [ + }, { - "type": "Float", + "type": "String", "location": "scalar", "isList": false } ] }, { - "name": "role", - "isRequired": true, - "isNullable": false, - "inputTypes": [ - { - "type": "Role", - "namespace": "model", - "location": "enumTypes", - "isList": false - } - ] - }, - { - "name": "posts", + "name": "lastName", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postUncheckedCreateManyWithoutAuthorInput", + "type": "StringWithAggregatesFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - } - ] - }, - { - "name": "editorPosts", - "isRequired": false, - "isNullable": false, - "inputTypes": [ + }, { - "type": "postUncheckedCreateManyWithoutEditorInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "String", + "location": "scalar", "isList": false } ] @@ -3026,120 +3284,106 @@ ] }, { - "name": "UserUpdateInput", + "name": "ProblemWhereInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "email", + "name": "AND", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "ProblemWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false }, { - "type": "StringFieldUpdateOperationsInput", + "type": "ProblemWhereInput", "namespace": "prisma", "location": "inputObjectTypes", - "isList": false + "isList": true } ] }, { - "name": "name", + "name": "OR", "isRequired": false, - "isNullable": true, + "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", - "isList": false - }, - { - "type": "NullableStringFieldUpdateOperationsInput", + "type": "ProblemWhereInput", "namespace": "prisma", "location": "inputObjectTypes", - "isList": false - }, - { - "type": "Null", - "location": "scalar", - "isList": false + "isList": true } ] }, { - "name": "age", + "name": "NOT", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", + "type": "ProblemWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false }, { - "type": "IntFieldUpdateOperationsInput", + "type": "ProblemWhereInput", "namespace": "prisma", "location": "inputObjectTypes", - "isList": false + "isList": true } ] }, { - "name": "balance", + "name": "id", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Float", - "location": "scalar", + "type": "IntFilter", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false }, { - "type": "FloatFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Int", + "location": "scalar", "isList": false } ] }, { - "name": "amount", + "name": "problemText", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Float", - "location": "scalar", + "type": "StringFilter", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false }, { - "type": "FloatFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "String", + "location": "scalar", "isList": false } ] }, { - "name": "role", + "name": "likedBy", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Role", - "namespace": "model", - "location": "enumTypes", - "isList": false - }, - { - "type": "EnumRoleFieldUpdateOperationsInput", + "type": "CreatorListRelationFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -3147,38 +3391,59 @@ ] }, { - "name": "posts", + "name": "creator", "isRequired": false, - "isNullable": false, + "isNullable": true, "inputTypes": [ { - "type": "postUpdateManyWithoutAuthorInput", + "type": "CreatorRelationFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - } - ] - }, - { - "name": "editorPosts", - "isRequired": false, - "isNullable": false, - "inputTypes": [ + }, { - "type": "postUpdateManyWithoutEditorInput", + "type": "CreatorWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false + }, + { + "type": "Null", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "creatorId", + "isRequired": false, + "isNullable": true, + "inputTypes": [ + { + "type": "IntNullableFilter", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "Int", + "location": "scalar", + "isList": false + }, + { + "type": "Null", + "location": "scalar", + "isList": false } ] } ] }, { - "name": "UserUncheckedUpdateInput", + "name": "ProblemOrderByInput", "constraints": { - "maxNumFields": null, - "minNumFields": null + "maxNumFields": 1, + "minNumFields": 0 }, "fields": [ { @@ -3187,275 +3452,295 @@ "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", - "isList": false - }, - { - "type": "IntFieldUpdateOperationsInput", + "type": "SortOrder", "namespace": "prisma", - "location": "inputObjectTypes", + "location": "enumTypes", "isList": false } ] }, { - "name": "email", + "name": "problemText", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", - "isList": false - }, - { - "type": "StringFieldUpdateOperationsInput", + "type": "SortOrder", "namespace": "prisma", - "location": "inputObjectTypes", + "location": "enumTypes", "isList": false } ] }, { - "name": "name", + "name": "creatorId", "isRequired": false, - "isNullable": true, + "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", - "isList": false - }, - { - "type": "NullableStringFieldUpdateOperationsInput", + "type": "SortOrder", "namespace": "prisma", - "location": "inputObjectTypes", + "location": "enumTypes", "isList": false - }, + } + ] + } + ] + }, + { + "name": "ProblemWhereUniqueInput", + "constraints": { + "maxNumFields": 1, + "minNumFields": 1 + }, + "fields": [ + { + "name": "id", + "isRequired": false, + "isNullable": false, + "inputTypes": [ { - "type": "Null", + "type": "Int", "location": "scalar", "isList": false } ] - }, + } + ] + }, + { + "name": "ProblemScalarWhereWithAggregatesInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ { - "name": "age", + "name": "AND", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", + "type": "ProblemScalarWhereWithAggregatesInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false }, { - "type": "IntFieldUpdateOperationsInput", + "type": "ProblemScalarWhereWithAggregatesInput", "namespace": "prisma", "location": "inputObjectTypes", - "isList": false + "isList": true } ] }, { - "name": "balance", + "name": "OR", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Float", - "location": "scalar", - "isList": false - }, - { - "type": "FloatFieldUpdateOperationsInput", + "type": "ProblemScalarWhereWithAggregatesInput", "namespace": "prisma", "location": "inputObjectTypes", - "isList": false + "isList": true } ] }, { - "name": "amount", + "name": "NOT", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Float", - "location": "scalar", + "type": "ProblemScalarWhereWithAggregatesInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false }, { - "type": "FloatFieldUpdateOperationsInput", + "type": "ProblemScalarWhereWithAggregatesInput", "namespace": "prisma", "location": "inputObjectTypes", - "isList": false + "isList": true } ] }, { - "name": "role", + "name": "id", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Role", - "namespace": "model", - "location": "enumTypes", + "type": "IntWithAggregatesFilter", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false }, { - "type": "EnumRoleFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Int", + "location": "scalar", "isList": false } ] }, { - "name": "posts", + "name": "problemText", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postUncheckedUpdateManyWithoutAuthorInput", + "type": "StringWithAggregatesFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false + }, + { + "type": "String", + "location": "scalar", + "isList": false } ] }, { - "name": "editorPosts", + "name": "creatorId", "isRequired": false, - "isNullable": false, + "isNullable": true, "inputTypes": [ { - "type": "postUncheckedUpdateManyWithoutEditorInput", + "type": "IntNullableWithAggregatesFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false + }, + { + "type": "Int", + "location": "scalar", + "isList": false + }, + { + "type": "Null", + "location": "scalar", + "isList": false } ] } ] }, { - "name": "UserUpdateManyMutationInput", + "name": "CreatorWhereInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "email", + "name": "AND", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "CreatorWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false }, { - "type": "StringFieldUpdateOperationsInput", + "type": "CreatorWhereInput", "namespace": "prisma", "location": "inputObjectTypes", - "isList": false + "isList": true } ] }, { - "name": "name", + "name": "OR", "isRequired": false, - "isNullable": true, + "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", - "isList": false - }, - { - "type": "NullableStringFieldUpdateOperationsInput", + "type": "CreatorWhereInput", "namespace": "prisma", "location": "inputObjectTypes", - "isList": false - }, - { - "type": "Null", - "location": "scalar", - "isList": false + "isList": true } ] }, { - "name": "age", + "name": "NOT", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", + "type": "CreatorWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false }, { - "type": "IntFieldUpdateOperationsInput", + "type": "CreatorWhereInput", "namespace": "prisma", "location": "inputObjectTypes", - "isList": false + "isList": true } ] }, { - "name": "balance", + "name": "id", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Float", - "location": "scalar", + "type": "IntFilter", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false }, { - "type": "FloatFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Int", + "location": "scalar", "isList": false } ] }, { - "name": "amount", + "name": "name", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Float", - "location": "scalar", + "type": "StringFilter", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false }, { - "type": "FloatFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "String", + "location": "scalar", "isList": false } ] }, { - "name": "role", + "name": "likes", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Role", - "namespace": "model", - "location": "enumTypes", + "type": "ProblemListRelationFilter", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false - }, + } + ] + }, + { + "name": "problems", + "isRequired": false, + "isNullable": false, + "inputTypes": [ { - "type": "EnumRoleFieldUpdateOperationsInput", + "type": "ProblemListRelationFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -3465,10 +3750,10 @@ ] }, { - "name": "UserUncheckedUpdateManyInput", + "name": "CreatorOrderByInput", "constraints": { - "maxNumFields": null, - "minNumFields": null + "maxNumFields": 1, + "minNumFields": 0 }, "fields": [ { @@ -3477,128 +3762,139 @@ "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", - "isList": false - }, - { - "type": "IntFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "SortOrder", + "namespace": "prisma", + "location": "enumTypes", "isList": false } ] }, { - "name": "email", + "name": "name", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", - "isList": false - }, - { - "type": "StringFieldUpdateOperationsInput", + "type": "SortOrder", "namespace": "prisma", - "location": "inputObjectTypes", + "location": "enumTypes", "isList": false } ] - }, + } + ] + }, + { + "name": "CreatorWhereUniqueInput", + "constraints": { + "maxNumFields": 1, + "minNumFields": 1 + }, + "fields": [ { - "name": "name", + "name": "id", "isRequired": false, - "isNullable": true, + "isNullable": false, "inputTypes": [ { - "type": "String", + "type": "Int", "location": "scalar", "isList": false - }, + } + ] + } + ] + }, + { + "name": "CreatorScalarWhereWithAggregatesInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "AND", + "isRequired": false, + "isNullable": false, + "inputTypes": [ { - "type": "NullableStringFieldUpdateOperationsInput", + "type": "CreatorScalarWhereWithAggregatesInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "Null", - "location": "scalar", - "isList": false + "type": "CreatorScalarWhereWithAggregatesInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "age", + "name": "OR", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", - "isList": false - }, - { - "type": "IntFieldUpdateOperationsInput", + "type": "CreatorScalarWhereWithAggregatesInput", "namespace": "prisma", "location": "inputObjectTypes", - "isList": false + "isList": true } ] }, { - "name": "balance", + "name": "NOT", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Float", - "location": "scalar", + "type": "CreatorScalarWhereWithAggregatesInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false }, { - "type": "FloatFieldUpdateOperationsInput", + "type": "CreatorScalarWhereWithAggregatesInput", "namespace": "prisma", "location": "inputObjectTypes", - "isList": false + "isList": true } ] }, { - "name": "amount", + "name": "id", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Float", - "location": "scalar", + "type": "IntWithAggregatesFilter", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false }, { - "type": "FloatFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Int", + "location": "scalar", "isList": false } ] }, { - "name": "role", + "name": "name", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Role", - "namespace": "model", - "location": "enumTypes", + "type": "StringWithAggregatesFilter", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false }, { - "type": "EnumRoleFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "String", + "location": "scalar", "isList": false } ] @@ -3606,15 +3902,15 @@ ] }, { - "name": "postCreateInput", + "name": "UserCreateInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "uuid", - "isRequired": false, + "name": "email", + "isRequired": true, "isNullable": false, "inputTypes": [ { @@ -3625,119 +3921,78 @@ ] }, { - "name": "createdAt", + "name": "name", "isRequired": false, - "isNullable": false, + "isNullable": true, "inputTypes": [ { - "type": "DateTime", + "type": "String", "location": "scalar", "isList": false - } - ] - }, - { - "name": "updatedAt", - "isRequired": false, - "isNullable": false, - "inputTypes": [ + }, { - "type": "DateTime", + "type": "Null", "location": "scalar", "isList": false } ] }, { - "name": "published", + "name": "age", "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "Boolean", + "type": "Int", "location": "scalar", "isList": false } ] }, { - "name": "title", + "name": "balance", "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "String", + "type": "Float", "location": "scalar", "isList": false } ] }, { - "name": "subtitle", + "name": "amount", "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", - "isList": false - } - ] - }, - { - "name": "content", - "isRequired": false, - "isNullable": true, - "inputTypes": [ - { - "type": "String", - "location": "scalar", - "isList": false - }, - { - "type": "Null", - "location": "scalar", - "isList": false - } - ] - }, - { - "name": "kind", - "isRequired": false, - "isNullable": true, - "inputTypes": [ - { - "type": "PostKind", - "namespace": "model", - "location": "enumTypes", - "isList": false - }, - { - "type": "Null", + "type": "Float", "location": "scalar", "isList": false } ] }, { - "name": "metadata", + "name": "role", "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "Json", - "location": "scalar", + "type": "Role", + "namespace": "model", + "location": "enumTypes", "isList": false } ] }, { - "name": "author", - "isRequired": true, + "name": "posts", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "UserCreateOneWithoutPostsInput", + "type": "postCreateManyWithoutAuthorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -3745,12 +4000,12 @@ ] }, { - "name": "editor", + "name": "editorPosts", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "UserCreateOneWithoutEditorPostsInput", + "type": "postCreateManyWithoutEditorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -3760,156 +4015,124 @@ ] }, { - "name": "postUncheckedCreateInput", + "name": "UserUncheckedCreateInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "uuid", + "name": "id", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", + "type": "Int", "location": "scalar", "isList": false } ] }, { - "name": "createdAt", - "isRequired": false, + "name": "email", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "DateTime", + "type": "String", "location": "scalar", "isList": false } ] }, { - "name": "updatedAt", + "name": "name", "isRequired": false, - "isNullable": false, + "isNullable": true, "inputTypes": [ { - "type": "DateTime", + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "Null", "location": "scalar", "isList": false } ] }, { - "name": "published", + "name": "age", "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "Boolean", + "type": "Int", "location": "scalar", "isList": false } ] }, { - "name": "title", + "name": "balance", "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "String", + "type": "Float", "location": "scalar", "isList": false } ] }, { - "name": "subtitle", + "name": "amount", "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "String", + "type": "Float", "location": "scalar", "isList": false } ] }, { - "name": "content", - "isRequired": false, - "isNullable": true, + "name": "role", + "isRequired": true, + "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", - "isList": false - }, - { - "type": "Null", - "location": "scalar", + "type": "Role", + "namespace": "model", + "location": "enumTypes", "isList": false } ] }, { - "name": "authorId", - "isRequired": true, + "name": "posts", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", + "type": "postUncheckedCreateManyWithoutAuthorInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] }, { - "name": "editorId", + "name": "editorPosts", "isRequired": false, - "isNullable": true, + "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", - "isList": false - }, - { - "type": "Null", - "location": "scalar", - "isList": false - } - ] - }, - { - "name": "kind", - "isRequired": false, - "isNullable": true, - "inputTypes": [ - { - "type": "PostKind", - "namespace": "model", - "location": "enumTypes", - "isList": false - }, - { - "type": "Null", - "location": "scalar", - "isList": false - } - ] - }, - { - "name": "metadata", - "isRequired": true, - "isNullable": false, - "inputTypes": [ - { - "type": "Json", - "location": "scalar", + "type": "postUncheckedCreateManyWithoutEditorInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] @@ -3917,14 +4140,14 @@ ] }, { - "name": "postUpdateInput", + "name": "UserUpdateInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "uuid", + "name": "email", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -3942,35 +4165,40 @@ ] }, { - "name": "createdAt", + "name": "name", "isRequired": false, - "isNullable": false, + "isNullable": true, "inputTypes": [ { - "type": "DateTime", + "type": "String", "location": "scalar", "isList": false }, { - "type": "DateTimeFieldUpdateOperationsInput", + "type": "NullableStringFieldUpdateOperationsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false + }, + { + "type": "Null", + "location": "scalar", + "isList": false } ] }, { - "name": "updatedAt", + "name": "age", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "DateTime", + "type": "Int", "location": "scalar", "isList": false }, { - "type": "DateTimeFieldUpdateOperationsInput", + "type": "IntFieldUpdateOperationsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -3978,17 +4206,17 @@ ] }, { - "name": "published", + "name": "balance", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Boolean", + "type": "Float", "location": "scalar", "isList": false }, { - "type": "BoolFieldUpdateOperationsInput", + "type": "FloatFieldUpdateOperationsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -3996,17 +4224,17 @@ ] }, { - "name": "title", + "name": "amount", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", + "type": "Float", "location": "scalar", "isList": false }, { - "type": "StringFieldUpdateOperationsInput", + "type": "FloatFieldUpdateOperationsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -4014,17 +4242,18 @@ ] }, { - "name": "subtitle", + "name": "role", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "Role", + "namespace": "model", + "location": "enumTypes", "isList": false }, { - "type": "StringFieldUpdateOperationsInput", + "type": "EnumRoleFieldUpdateOperationsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -4032,71 +4261,70 @@ ] }, { - "name": "content", + "name": "posts", "isRequired": false, - "isNullable": true, + "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", - "isList": false - }, - { - "type": "NullableStringFieldUpdateOperationsInput", + "type": "postUpdateManyWithoutAuthorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - }, - { - "type": "Null", - "location": "scalar", - "isList": false } ] }, { - "name": "kind", + "name": "editorPosts", "isRequired": false, - "isNullable": true, + "isNullable": false, "inputTypes": [ { - "type": "PostKind", - "namespace": "model", - "location": "enumTypes", - "isList": false - }, - { - "type": "NullableEnumPostKindFieldUpdateOperationsInput", + "type": "postUpdateManyWithoutEditorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - }, - { - "type": "Null", - "location": "scalar", - "isList": false } ] - }, + } + ] + }, + { + "name": "UserUncheckedUpdateInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ { - "name": "metadata", + "name": "id", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Json", + "type": "Int", "location": "scalar", "isList": false + }, + { + "type": "IntFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false } ] }, { - "name": "author", + "name": "email", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "UserUpdateOneRequiredWithoutPostsInput", + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -4104,39 +4332,40 @@ ] }, { - "name": "editor", + "name": "name", "isRequired": false, - "isNullable": false, + "isNullable": true, "inputTypes": [ { - "type": "UserUpdateOneWithoutEditorPostsInput", + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "NullableStringFieldUpdateOperationsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false + }, + { + "type": "Null", + "location": "scalar", + "isList": false } ] - } - ] - }, - { - "name": "postUncheckedUpdateInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "uuid", + "name": "age", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", + "type": "Int", "location": "scalar", "isList": false }, { - "type": "StringFieldUpdateOperationsInput", + "type": "IntFieldUpdateOperationsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -4144,17 +4373,17 @@ ] }, { - "name": "createdAt", + "name": "balance", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "DateTime", + "type": "Float", "location": "scalar", "isList": false }, { - "type": "DateTimeFieldUpdateOperationsInput", + "type": "FloatFieldUpdateOperationsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -4162,17 +4391,17 @@ ] }, { - "name": "updatedAt", + "name": "amount", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "DateTime", + "type": "Float", "location": "scalar", "isList": false }, { - "type": "DateTimeFieldUpdateOperationsInput", + "type": "FloatFieldUpdateOperationsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -4180,17 +4409,18 @@ ] }, { - "name": "published", + "name": "role", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Boolean", - "location": "scalar", + "type": "Role", + "namespace": "model", + "location": "enumTypes", "isList": false }, { - "type": "BoolFieldUpdateOperationsInput", + "type": "EnumRoleFieldUpdateOperationsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -4198,25 +4428,42 @@ ] }, { - "name": "title", + "name": "posts", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "postUncheckedUpdateManyWithoutAuthorInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false - }, + } + ] + }, + { + "name": "editorPosts", + "isRequired": false, + "isNullable": false, + "inputTypes": [ { - "type": "StringFieldUpdateOperationsInput", + "type": "postUncheckedUpdateManyWithoutEditorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false } ] - }, + } + ] + }, + { + "name": "UserUpdateManyMutationInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ { - "name": "subtitle", + "name": "email", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -4234,7 +4481,7 @@ ] }, { - "name": "content", + "name": "name", "isRequired": false, "isNullable": true, "inputTypes": [ @@ -4257,7 +4504,7 @@ ] }, { - "name": "authorId", + "name": "age", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -4275,60 +4522,56 @@ ] }, { - "name": "editorId", + "name": "balance", "isRequired": false, - "isNullable": true, + "isNullable": false, "inputTypes": [ { - "type": "Int", + "type": "Float", "location": "scalar", "isList": false }, { - "type": "NullableIntFieldUpdateOperationsInput", + "type": "FloatFieldUpdateOperationsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - }, - { - "type": "Null", - "location": "scalar", - "isList": false } ] }, { - "name": "kind", + "name": "amount", "isRequired": false, - "isNullable": true, + "isNullable": false, "inputTypes": [ { - "type": "PostKind", - "namespace": "model", - "location": "enumTypes", + "type": "Float", + "location": "scalar", "isList": false }, { - "type": "NullableEnumPostKindFieldUpdateOperationsInput", + "type": "FloatFieldUpdateOperationsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - }, - { - "type": "Null", - "location": "scalar", - "isList": false } ] }, { - "name": "metadata", + "name": "role", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Json", - "location": "scalar", + "type": "Role", + "namespace": "model", + "location": "enumTypes", + "isList": false + }, + { + "type": "EnumRoleFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] @@ -4336,24 +4579,24 @@ ] }, { - "name": "postUpdateManyMutationInput", + "name": "UserUncheckedUpdateManyInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "uuid", + "name": "id", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", + "type": "Int", "location": "scalar", "isList": false }, { - "type": "StringFieldUpdateOperationsInput", + "type": "IntFieldUpdateOperationsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -4361,17 +4604,17 @@ ] }, { - "name": "createdAt", + "name": "email", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "DateTime", + "type": "String", "location": "scalar", "isList": false }, { - "type": "DateTimeFieldUpdateOperationsInput", + "type": "StringFieldUpdateOperationsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -4379,53 +4622,40 @@ ] }, { - "name": "updatedAt", + "name": "name", "isRequired": false, - "isNullable": false, + "isNullable": true, "inputTypes": [ { - "type": "DateTime", + "type": "String", "location": "scalar", "isList": false }, { - "type": "DateTimeFieldUpdateOperationsInput", + "type": "NullableStringFieldUpdateOperationsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - } - ] - }, - { - "name": "published", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "Boolean", - "location": "scalar", - "isList": false }, { - "type": "BoolFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Null", + "location": "scalar", "isList": false } ] }, { - "name": "title", + "name": "age", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", + "type": "Int", "location": "scalar", "isList": false }, { - "type": "StringFieldUpdateOperationsInput", + "type": "IntFieldUpdateOperationsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -4433,17 +4663,17 @@ ] }, { - "name": "subtitle", + "name": "balance", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", + "type": "Float", "location": "scalar", "isList": false }, { - "type": "StringFieldUpdateOperationsInput", + "type": "FloatFieldUpdateOperationsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -4451,68 +4681,46 @@ ] }, { - "name": "content", + "name": "amount", "isRequired": false, - "isNullable": true, + "isNullable": false, "inputTypes": [ { - "type": "String", + "type": "Float", "location": "scalar", "isList": false }, { - "type": "NullableStringFieldUpdateOperationsInput", + "type": "FloatFieldUpdateOperationsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - }, - { - "type": "Null", - "location": "scalar", - "isList": false } ] }, { - "name": "kind", + "name": "role", "isRequired": false, - "isNullable": true, + "isNullable": false, "inputTypes": [ { - "type": "PostKind", + "type": "Role", "namespace": "model", "location": "enumTypes", "isList": false }, { - "type": "NullableEnumPostKindFieldUpdateOperationsInput", + "type": "EnumRoleFieldUpdateOperationsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - }, - { - "type": "Null", - "location": "scalar", - "isList": false - } - ] - }, - { - "name": "metadata", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "Json", - "location": "scalar", - "isList": false } ] } ] }, { - "name": "postUncheckedUpdateManyInput", + "name": "postCreateInput", "constraints": { "maxNumFields": null, "minNumFields": null @@ -4527,12 +4735,6 @@ "type": "String", "location": "scalar", "isList": false - }, - { - "type": "StringFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false } ] }, @@ -4545,12 +4747,6 @@ "type": "DateTime", "location": "scalar", "isList": false - }, - { - "type": "DateTimeFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false } ] }, @@ -4563,66 +4759,42 @@ "type": "DateTime", "location": "scalar", "isList": false - }, - { - "type": "DateTimeFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false } ] }, { "name": "published", - "isRequired": false, + "isRequired": true, "isNullable": false, "inputTypes": [ { "type": "Boolean", "location": "scalar", "isList": false - }, - { - "type": "BoolFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false } ] }, { "name": "title", - "isRequired": false, + "isRequired": true, "isNullable": false, "inputTypes": [ { "type": "String", "location": "scalar", "isList": false - }, - { - "type": "StringFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false } ] }, { "name": "subtitle", - "isRequired": false, + "isRequired": true, "isNullable": false, "inputTypes": [ { "type": "String", "location": "scalar", "isList": false - }, - { - "type": "StringFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false } ] }, @@ -4636,12 +4808,6 @@ "location": "scalar", "isList": false }, - { - "type": "NullableStringFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, { "type": "Null", "location": "scalar", @@ -4650,78 +4816,57 @@ ] }, { - "name": "authorId", + "name": "kind", "isRequired": false, - "isNullable": false, + "isNullable": true, "inputTypes": [ { - "type": "Int", - "location": "scalar", + "type": "PostKind", + "namespace": "model", + "location": "enumTypes", "isList": false }, { - "type": "IntFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Null", + "location": "scalar", "isList": false } ] }, { - "name": "editorId", - "isRequired": false, - "isNullable": true, + "name": "metadata", + "isRequired": true, + "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", - "isList": false - }, - { - "type": "NullableIntFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "Null", + "type": "Json", "location": "scalar", "isList": false } ] }, { - "name": "kind", - "isRequired": false, - "isNullable": true, + "name": "author", + "isRequired": true, + "isNullable": false, "inputTypes": [ { - "type": "PostKind", - "namespace": "model", - "location": "enumTypes", - "isList": false - }, - { - "type": "NullableEnumPostKindFieldUpdateOperationsInput", + "type": "UserCreateOneWithoutPostsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - }, - { - "type": "Null", - "location": "scalar", - "isList": false } ] }, { - "name": "metadata", + "name": "editor", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Json", - "location": "scalar", + "type": "UserCreateOneWithoutEditorPostsInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] @@ -4729,15 +4874,15 @@ ] }, { - "name": "CategoryCreateInput", + "name": "postUncheckedCreateInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "name", - "isRequired": true, + "name": "uuid", + "isRequired": false, "isNullable": false, "inputTypes": [ { @@ -4748,52 +4893,43 @@ ] }, { - "name": "slug", - "isRequired": true, + "name": "createdAt", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", + "type": "DateTime", "location": "scalar", "isList": false } ] }, { - "name": "number", - "isRequired": true, + "name": "updatedAt", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", + "type": "DateTime", "location": "scalar", "isList": false } ] - } - ] - }, - { - "name": "CategoryUncheckedCreateInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "name", + "name": "published", "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "String", + "type": "Boolean", "location": "scalar", "isList": false } ] }, { - "name": "slug", + "name": "title", "isRequired": true, "isNullable": false, "inputTypes": [ @@ -4805,30 +4941,21 @@ ] }, { - "name": "number", + "name": "subtitle", "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "Int", + "type": "String", "location": "scalar", "isList": false } ] - } - ] - }, - { - "name": "CategoryUpdateInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "name", + "name": "content", "isRequired": false, - "isNullable": false, + "isNullable": true, "inputTypes": [ { "type": "String", @@ -4836,35 +4963,28 @@ "isList": false }, { - "type": "StringFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Null", + "location": "scalar", "isList": false } ] }, { - "name": "slug", - "isRequired": false, + "name": "authorId", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "String", + "type": "Int", "location": "scalar", "isList": false - }, - { - "type": "StringFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false } ] }, { - "name": "number", + "name": "editorId", "isRequired": false, - "isNullable": false, + "isNullable": true, "inputTypes": [ { "type": "Int", @@ -4872,87 +4992,53 @@ "isList": false }, { - "type": "IntFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - } - ] - }, - { - "name": "CategoryUncheckedUpdateInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ - { - "name": "name", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "String", + "type": "Null", "location": "scalar", "isList": false - }, - { - "type": "StringFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false } ] }, { - "name": "slug", + "name": "kind", "isRequired": false, - "isNullable": false, + "isNullable": true, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "PostKind", + "namespace": "model", + "location": "enumTypes", "isList": false }, { - "type": "StringFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Null", + "location": "scalar", "isList": false } ] }, { - "name": "number", - "isRequired": false, + "name": "metadata", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "Int", + "type": "Json", "location": "scalar", "isList": false - }, - { - "type": "IntFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false } ] } ] }, { - "name": "CategoryUpdateManyMutationInput", + "name": "postUpdateInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "name", + "name": "uuid", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -4970,17 +5056,17 @@ ] }, { - "name": "slug", + "name": "createdAt", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", + "type": "DateTime", "location": "scalar", "isList": false }, { - "type": "StringFieldUpdateOperationsInput", + "type": "DateTimeFieldUpdateOperationsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -4988,44 +5074,35 @@ ] }, { - "name": "number", + "name": "updatedAt", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", + "type": "DateTime", "location": "scalar", "isList": false }, { - "type": "IntFieldUpdateOperationsInput", + "type": "DateTimeFieldUpdateOperationsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false } ] - } - ] - }, - { - "name": "CategoryUncheckedUpdateManyInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "name", + "name": "published", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", + "type": "Boolean", "location": "scalar", "isList": false }, { - "type": "StringFieldUpdateOperationsInput", + "type": "BoolFieldUpdateOperationsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -5033,7 +5110,7 @@ ] }, { - "name": "slug", + "name": "title", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -5051,109 +5128,104 @@ ] }, { - "name": "number", + "name": "subtitle", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", + "type": "String", "location": "scalar", "isList": false }, { - "type": "IntFieldUpdateOperationsInput", + "type": "StringFieldUpdateOperationsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false } ] - } - ] - }, - { - "name": "PatientCreateInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "firstName", - "isRequired": true, - "isNullable": false, + "name": "content", + "isRequired": false, + "isNullable": true, "inputTypes": [ { "type": "String", "location": "scalar", "isList": false - } - ] - }, - { - "name": "lastName", - "isRequired": true, - "isNullable": false, - "inputTypes": [ + }, { - "type": "String", + "type": "NullableStringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "Null", "location": "scalar", "isList": false } ] }, { - "name": "email", - "isRequired": true, - "isNullable": false, + "name": "kind", + "isRequired": false, + "isNullable": true, "inputTypes": [ { - "type": "String", + "type": "PostKind", + "namespace": "model", + "location": "enumTypes", + "isList": false + }, + { + "type": "NullableEnumPostKindFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "Null", "location": "scalar", "isList": false } ] - } - ] - }, - { - "name": "PatientUncheckedCreateInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "firstName", - "isRequired": true, + "name": "metadata", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", + "type": "Json", "location": "scalar", "isList": false } ] }, { - "name": "lastName", - "isRequired": true, + "name": "author", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "UserUpdateOneRequiredWithoutPostsInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] }, { - "name": "email", - "isRequired": true, + "name": "editor", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "UserUpdateOneWithoutEditorPostsInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] @@ -5161,14 +5233,14 @@ ] }, { - "name": "PatientUpdateInput", + "name": "postUncheckedUpdateInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "firstName", + "name": "uuid", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -5186,17 +5258,17 @@ ] }, { - "name": "lastName", + "name": "createdAt", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", + "type": "DateTime", "location": "scalar", "isList": false }, { - "type": "StringFieldUpdateOperationsInput", + "type": "DateTimeFieldUpdateOperationsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -5204,44 +5276,35 @@ ] }, { - "name": "email", + "name": "updatedAt", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", + "type": "DateTime", "location": "scalar", "isList": false }, { - "type": "StringFieldUpdateOperationsInput", + "type": "DateTimeFieldUpdateOperationsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false } ] - } - ] - }, - { - "name": "PatientUncheckedUpdateInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "firstName", + "name": "published", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", + "type": "Boolean", "location": "scalar", "isList": false }, { - "type": "StringFieldUpdateOperationsInput", + "type": "BoolFieldUpdateOperationsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -5249,7 +5312,7 @@ ] }, { - "name": "lastName", + "name": "title", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -5267,7 +5330,7 @@ ] }, { - "name": "email", + "name": "subtitle", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -5283,20 +5346,11 @@ "isList": false } ] - } - ] - }, - { - "name": "PatientUpdateManyMutationInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "firstName", + "name": "content", "isRequired": false, - "isNullable": false, + "isNullable": true, "inputTypes": [ { "type": "String", @@ -5304,25 +5358,30 @@ "isList": false }, { - "type": "StringFieldUpdateOperationsInput", + "type": "NullableStringFieldUpdateOperationsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false + }, + { + "type": "Null", + "location": "scalar", + "isList": false } ] }, { - "name": "lastName", + "name": "authorId", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", + "type": "Int", "location": "scalar", "isList": false }, { - "type": "StringFieldUpdateOperationsInput", + "type": "IntFieldUpdateOperationsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -5330,34 +5389,75 @@ ] }, { - "name": "email", + "name": "editorId", "isRequired": false, - "isNullable": false, + "isNullable": true, "inputTypes": [ { - "type": "String", + "type": "Int", "location": "scalar", "isList": false }, { - "type": "StringFieldUpdateOperationsInput", + "type": "NullableIntFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "Null", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "kind", + "isRequired": false, + "isNullable": true, + "inputTypes": [ + { + "type": "PostKind", + "namespace": "model", + "location": "enumTypes", + "isList": false + }, + { + "type": "NullableEnumPostKindFieldUpdateOperationsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false + }, + { + "type": "Null", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "metadata", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Json", + "location": "scalar", + "isList": false } ] } ] }, { - "name": "PatientUncheckedUpdateManyInput", + "name": "postUpdateManyMutationInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "firstName", + "name": "uuid", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -5375,17 +5475,17 @@ ] }, { - "name": "lastName", + "name": "createdAt", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", + "type": "DateTime", "location": "scalar", "isList": false }, { - "type": "StringFieldUpdateOperationsInput", + "type": "DateTimeFieldUpdateOperationsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -5393,138 +5493,132 @@ ] }, { - "name": "email", + "name": "updatedAt", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", + "type": "DateTime", "location": "scalar", "isList": false }, { - "type": "StringFieldUpdateOperationsInput", + "type": "DateTimeFieldUpdateOperationsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false } ] - } - ] - }, - { - "name": "MovieCreateInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "title", - "isRequired": true, + "name": "published", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", + "type": "Boolean", "location": "scalar", "isList": false - } - ] - }, - { - "name": "director", - "isRequired": true, - "isNullable": false, - "inputTypes": [ + }, { - "type": "DirectorCreateOneWithoutMoviesInput", + "type": "BoolFieldUpdateOperationsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false } ] - } - ] - }, - { - "name": "MovieUncheckedCreateInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "directorFirstName", - "isRequired": true, + "name": "title", + "isRequired": false, "isNullable": false, "inputTypes": [ { "type": "String", "location": "scalar", "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false } ] }, { - "name": "directorLastName", - "isRequired": true, + "name": "subtitle", + "isRequired": false, "isNullable": false, "inputTypes": [ { "type": "String", "location": "scalar", "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false } ] }, { - "name": "title", - "isRequired": true, - "isNullable": false, + "name": "content", + "isRequired": false, + "isNullable": true, "inputTypes": [ { "type": "String", "location": "scalar", "isList": false + }, + { + "type": "NullableStringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "Null", + "location": "scalar", + "isList": false } ] - } - ] - }, - { - "name": "MovieUpdateInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "title", + "name": "kind", "isRequired": false, - "isNullable": false, + "isNullable": true, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "PostKind", + "namespace": "model", + "location": "enumTypes", "isList": false }, { - "type": "StringFieldUpdateOperationsInput", + "type": "NullableEnumPostKindFieldUpdateOperationsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false + }, + { + "type": "Null", + "location": "scalar", + "isList": false } ] }, { - "name": "director", + "name": "metadata", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "DirectorUpdateOneRequiredWithoutMoviesInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Json", + "location": "scalar", "isList": false } ] @@ -5532,14 +5626,14 @@ ] }, { - "name": "MovieUncheckedUpdateInput", + "name": "postUncheckedUpdateManyInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "directorFirstName", + "name": "uuid", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -5557,17 +5651,17 @@ ] }, { - "name": "directorLastName", + "name": "createdAt", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", + "type": "DateTime", "location": "scalar", "isList": false }, { - "type": "StringFieldUpdateOperationsInput", + "type": "DateTimeFieldUpdateOperationsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -5575,61 +5669,43 @@ ] }, { - "name": "title", + "name": "updatedAt", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", + "type": "DateTime", "location": "scalar", "isList": false }, { - "type": "StringFieldUpdateOperationsInput", + "type": "DateTimeFieldUpdateOperationsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false } ] - } - ] - }, - { - "name": "MovieUpdateManyMutationInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "title", + "name": "published", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", + "type": "Boolean", "location": "scalar", "isList": false }, { - "type": "StringFieldUpdateOperationsInput", + "type": "BoolFieldUpdateOperationsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false } ] - } - ] - }, - { - "name": "MovieUncheckedUpdateManyInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "directorFirstName", + "name": "title", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -5647,7 +5723,7 @@ ] }, { - "name": "directorLastName", + "name": "subtitle", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -5665,9 +5741,9 @@ ] }, { - "name": "title", + "name": "content", "isRequired": false, - "isNullable": false, + "isNullable": true, "inputTypes": [ { "type": "String", @@ -5675,24 +5751,106 @@ "isList": false }, { - "type": "StringFieldUpdateOperationsInput", + "type": "NullableStringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "Null", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "authorId", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + }, + { + "type": "IntFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "editorId", + "isRequired": false, + "isNullable": true, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + }, + { + "type": "NullableIntFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "Null", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "kind", + "isRequired": false, + "isNullable": true, + "inputTypes": [ + { + "type": "PostKind", + "namespace": "model", + "location": "enumTypes", + "isList": false + }, + { + "type": "NullableEnumPostKindFieldUpdateOperationsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false + }, + { + "type": "Null", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "metadata", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Json", + "location": "scalar", + "isList": false } ] } ] }, { - "name": "DirectorCreateInput", + "name": "CategoryCreateInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "firstName", + "name": "name", "isRequired": true, "isNullable": false, "inputTypes": [ @@ -5704,7 +5862,7 @@ ] }, { - "name": "lastName", + "name": "slug", "isRequired": true, "isNullable": false, "inputTypes": [ @@ -5716,14 +5874,13 @@ ] }, { - "name": "movies", - "isRequired": false, + "name": "number", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "MovieCreateManyWithoutDirectorInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Int", + "location": "scalar", "isList": false } ] @@ -5731,14 +5888,14 @@ ] }, { - "name": "DirectorUncheckedCreateInput", + "name": "CategoryUncheckedCreateInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "firstName", + "name": "name", "isRequired": true, "isNullable": false, "inputTypes": [ @@ -5750,7 +5907,7 @@ ] }, { - "name": "lastName", + "name": "slug", "isRequired": true, "isNullable": false, "inputTypes": [ @@ -5762,14 +5919,13 @@ ] }, { - "name": "movies", - "isRequired": false, + "name": "number", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "MovieUncheckedCreateManyWithoutDirectorInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Int", + "location": "scalar", "isList": false } ] @@ -5777,14 +5933,14 @@ ] }, { - "name": "DirectorUpdateInput", + "name": "CategoryUpdateInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "firstName", + "name": "name", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -5802,7 +5958,7 @@ ] }, { - "name": "lastName", + "name": "slug", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -5820,12 +5976,17 @@ ] }, { - "name": "movies", + "name": "number", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "MovieUpdateManyWithoutDirectorInput", + "type": "Int", + "location": "scalar", + "isList": false + }, + { + "type": "IntFieldUpdateOperationsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -5835,14 +5996,14 @@ ] }, { - "name": "DirectorUncheckedUpdateInput", + "name": "CategoryUncheckedUpdateInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "firstName", + "name": "name", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -5860,7 +6021,7 @@ ] }, { - "name": "lastName", + "name": "slug", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -5878,12 +6039,17 @@ ] }, { - "name": "movies", + "name": "number", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "MovieUncheckedUpdateManyWithoutDirectorInput", + "type": "Int", + "location": "scalar", + "isList": false + }, + { + "type": "IntFieldUpdateOperationsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -5893,14 +6059,14 @@ ] }, { - "name": "DirectorUpdateManyMutationInput", + "name": "CategoryUpdateManyMutationInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "firstName", + "name": "name", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -5918,7 +6084,7 @@ ] }, { - "name": "lastName", + "name": "slug", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -5934,18 +6100,36 @@ "isList": false } ] + }, + { + "name": "number", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + }, + { + "type": "IntFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] } ] }, { - "name": "DirectorUncheckedUpdateManyInput", + "name": "CategoryUncheckedUpdateManyInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "firstName", + "name": "name", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -5963,7 +6147,7 @@ ] }, { - "name": "lastName", + "name": "slug", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -5979,18 +6163,36 @@ "isList": false } ] + }, + { + "name": "number", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + }, + { + "type": "IntFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] } ] }, { - "name": "ProblemCreateInput", + "name": "PatientCreateInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "problemText", + "name": "firstName", "isRequired": true, "isNullable": false, "inputTypes": [ @@ -6002,27 +6204,25 @@ ] }, { - "name": "likedBy", - "isRequired": false, + "name": "lastName", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "CreatorCreateManyWithoutLikesInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "String", + "location": "scalar", "isList": false } ] }, { - "name": "creator", - "isRequired": false, + "name": "email", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "CreatorCreateOneWithoutProblemsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "String", + "location": "scalar", "isList": false } ] @@ -6030,26 +6230,26 @@ ] }, { - "name": "ProblemUncheckedCreateInput", + "name": "PatientUncheckedCreateInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "id", - "isRequired": false, + "name": "firstName", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "Int", + "type": "String", "location": "scalar", "isList": false } ] }, { - "name": "problemText", + "name": "lastName", "isRequired": true, "isNullable": false, "inputTypes": [ @@ -6061,17 +6261,12 @@ ] }, { - "name": "creatorId", - "isRequired": false, - "isNullable": true, + "name": "email", + "isRequired": true, + "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", - "isList": false - }, - { - "type": "Null", + "type": "String", "location": "scalar", "isList": false } @@ -6080,14 +6275,14 @@ ] }, { - "name": "ProblemUpdateInput", + "name": "PatientUpdateInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "problemText", + "name": "firstName", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -6105,12 +6300,17 @@ ] }, { - "name": "likedBy", + "name": "lastName", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "CreatorUpdateManyWithoutLikesInput", + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -6118,39 +6318,44 @@ ] }, { - "name": "creator", + "name": "email", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "CreatorUpdateOneWithoutProblemsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false } ] } ] }, { - "name": "ProblemUncheckedUpdateInput", + "name": "PatientUncheckedUpdateInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "id", + "name": "firstName", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", + "type": "String", "location": "scalar", "isList": false }, { - "type": "IntFieldUpdateOperationsInput", + "type": "StringFieldUpdateOperationsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -6158,7 +6363,7 @@ ] }, { - "name": "problemText", + "name": "lastName", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -6176,39 +6381,70 @@ ] }, { - "name": "creatorId", + "name": "email", "isRequired": false, - "isNullable": true, + "isNullable": false, "inputTypes": [ { - "type": "Int", + "type": "String", "location": "scalar", "isList": false }, { - "type": "NullableIntFieldUpdateOperationsInput", + "type": "StringFieldUpdateOperationsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - }, - { - "type": "Null", - "location": "scalar", - "isList": false } ] } ] }, { - "name": "ProblemUpdateManyMutationInput", + "name": "PatientUpdateManyMutationInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "problemText", + "name": "firstName", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "lastName", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "email", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -6228,24 +6464,24 @@ ] }, { - "name": "ProblemUncheckedUpdateManyInput", + "name": "PatientUncheckedUpdateManyInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "id", + "name": "firstName", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", + "type": "String", "location": "scalar", "isList": false }, { - "type": "IntFieldUpdateOperationsInput", + "type": "StringFieldUpdateOperationsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -6253,7 +6489,7 @@ ] }, { - "name": "problemText", + "name": "lastName", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -6271,39 +6507,34 @@ ] }, { - "name": "creatorId", + "name": "email", "isRequired": false, - "isNullable": true, + "isNullable": false, "inputTypes": [ { - "type": "Int", + "type": "String", "location": "scalar", "isList": false }, { - "type": "NullableIntFieldUpdateOperationsInput", + "type": "StringFieldUpdateOperationsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - }, - { - "type": "Null", - "location": "scalar", - "isList": false } ] } ] }, { - "name": "CreatorCreateInput", + "name": "MovieCreateInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "name", + "name": "title", "isRequired": true, "isNullable": false, "inputTypes": [ @@ -6315,25 +6546,12 @@ ] }, { - "name": "likes", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "ProblemCreateManyWithoutLikedByInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - }, - { - "name": "problems", - "isRequired": false, + "name": "director", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "ProblemCreateManyWithoutCreatorInput", + "type": "DirectorCreateOneWithoutMoviesInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -6343,26 +6561,26 @@ ] }, { - "name": "CreatorUncheckedCreateInput", + "name": "MovieUncheckedCreateInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "id", - "isRequired": false, + "name": "directorFirstName", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "Int", + "type": "String", "location": "scalar", "isList": false } ] }, { - "name": "name", + "name": "directorLastName", "isRequired": true, "isNullable": false, "inputTypes": [ @@ -6374,14 +6592,13 @@ ] }, { - "name": "problems", - "isRequired": false, + "name": "title", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "ProblemUncheckedCreateManyWithoutCreatorInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "String", + "location": "scalar", "isList": false } ] @@ -6389,14 +6606,14 @@ ] }, { - "name": "CreatorUpdateInput", + "name": "MovieUpdateInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "name", + "name": "title", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -6414,25 +6631,12 @@ ] }, { - "name": "likes", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "ProblemUpdateManyWithoutLikedByInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - }, - { - "name": "problems", + "name": "director", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "ProblemUpdateManyWithoutCreatorInput", + "type": "DirectorUpdateOneRequiredWithoutMoviesInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -6442,24 +6646,24 @@ ] }, { - "name": "CreatorUncheckedUpdateInput", + "name": "MovieUncheckedUpdateInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "id", + "name": "directorFirstName", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", + "type": "String", "location": "scalar", "isList": false }, { - "type": "IntFieldUpdateOperationsInput", + "type": "StringFieldUpdateOperationsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -6467,7 +6671,7 @@ ] }, { - "name": "name", + "name": "directorLastName", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -6485,12 +6689,17 @@ ] }, { - "name": "problems", + "name": "title", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "ProblemUncheckedUpdateManyWithoutCreatorInput", + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -6500,14 +6709,14 @@ ] }, { - "name": "CreatorUpdateManyMutationInput", + "name": "MovieUpdateManyMutationInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "name", + "name": "title", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -6527,24 +6736,24 @@ ] }, { - "name": "CreatorUncheckedUpdateManyInput", + "name": "MovieUncheckedUpdateManyInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "id", + "name": "directorFirstName", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", + "type": "String", "location": "scalar", "isList": false }, { - "type": "IntFieldUpdateOperationsInput", + "type": "StringFieldUpdateOperationsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -6552,7 +6761,25 @@ ] }, { - "name": "name", + "name": "directorLastName", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "title", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -6572,108 +6799,147 @@ ] }, { - "name": "IntFilter", + "name": "DirectorCreateInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "equals", - "isRequired": false, + "name": "firstName", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "Int", + "type": "String", "location": "scalar", "isList": false } ] }, { - "name": "in", - "isRequired": false, + "name": "lastName", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "Int", + "type": "String", "location": "scalar", - "isList": true + "isList": false } ] }, { - "name": "notIn", + "name": "movies", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", - "isList": true + "type": "MovieCreateManyWithoutDirectorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false } ] - }, + } + ] + }, + { + "name": "DirectorUncheckedCreateInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ { - "name": "lt", - "isRequired": false, + "name": "firstName", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "Int", + "type": "String", "location": "scalar", "isList": false } ] }, { - "name": "lte", - "isRequired": false, + "name": "lastName", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "Int", + "type": "String", "location": "scalar", "isList": false } ] }, { - "name": "gt", + "name": "movies", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", + "type": "MovieUncheckedCreateManyWithoutDirectorInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] - }, + } + ] + }, + { + "name": "DirectorUpdateInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ { - "name": "gte", + "name": "firstName", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", + "type": "String", "location": "scalar", "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false } ] }, { - "name": "not", + "name": "lastName", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", + "type": "String", "location": "scalar", "isList": false }, { - "type": "NestedIntFilter", + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "movies", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "MovieUpdateManyWithoutDirectorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -6683,14 +6949,14 @@ ] }, { - "name": "StringFilter", + "name": "DirectorUncheckedUpdateInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "equals", + "name": "firstName", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -6698,59 +6964,57 @@ "type": "String", "location": "scalar", "isList": false - } - ] - }, - { - "name": "in", - "isRequired": false, - "isNullable": false, - "inputTypes": [ + }, { - "type": "String", - "location": "scalar", - "isList": true + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false } ] }, { - "name": "notIn", + "name": "lastName", "isRequired": false, "isNullable": false, "inputTypes": [ { "type": "String", "location": "scalar", - "isList": true - } - ] - }, - { - "name": "lt", - "isRequired": false, - "isNullable": false, - "inputTypes": [ + "isList": false + }, { - "type": "String", - "location": "scalar", + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] }, { - "name": "lte", + "name": "movies", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "MovieUncheckedUpdateManyWithoutDirectorInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] - }, + } + ] + }, + { + "name": "DirectorUpdateManyMutationInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ { - "name": "gt", + "name": "firstName", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -6758,11 +7022,17 @@ "type": "String", "location": "scalar", "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false } ] }, { - "name": "gte", + "name": "lastName", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -6770,11 +7040,26 @@ "type": "String", "location": "scalar", "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false } ] - }, + } + ] + }, + { + "name": "DirectorUncheckedUpdateManyInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ { - "name": "contains", + "name": "firstName", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -6782,11 +7067,17 @@ "type": "String", "location": "scalar", "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false } ] }, { - "name": "startsWith", + "name": "lastName", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -6794,12 +7085,27 @@ "type": "String", "location": "scalar", "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false } ] - }, + } + ] + }, + { + "name": "ProblemCreateInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ { - "name": "endsWith", - "isRequired": false, + "name": "problemText", + "isRequired": true, "isNullable": false, "inputTypes": [ { @@ -6810,30 +7116,25 @@ ] }, { - "name": "mode", + "name": "likedBy", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "QueryMode", + "type": "CreatorCreateManyWithoutLikesInput", "namespace": "prisma", - "location": "enumTypes", + "location": "inputObjectTypes", "isList": false } ] }, { - "name": "not", + "name": "creator", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", - "isList": false - }, - { - "type": "NestedStringFilter", + "type": "CreatorCreateOneWithoutProblemsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -6843,55 +7144,45 @@ ] }, { - "name": "StringNullableFilter", + "name": "ProblemUncheckedCreateInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "equals", + "name": "id", "isRequired": false, - "isNullable": true, + "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", - "isList": false - }, - { - "type": "Null", + "type": "Int", "location": "scalar", "isList": false } ] }, { - "name": "in", - "isRequired": false, - "isNullable": true, + "name": "problemText", + "isRequired": true, + "isNullable": false, "inputTypes": [ { "type": "String", "location": "scalar", - "isList": true - }, - { - "type": "Null", - "location": "scalar", "isList": false } ] }, { - "name": "notIn", + "name": "creatorId", "isRequired": false, "isNullable": true, "inputTypes": [ { - "type": "String", + "type": "Int", "location": "scalar", - "isList": true + "isList": false }, { "type": "Null", @@ -6899,9 +7190,18 @@ "isList": false } ] - }, + } + ] + }, + { + "name": "ProblemUpdateInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ { - "name": "lt", + "name": "problemText", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -6909,47 +7209,70 @@ "type": "String", "location": "scalar", "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false } ] }, { - "name": "lte", + "name": "likedBy", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "CreatorUpdateManyWithoutLikesInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] }, { - "name": "gt", + "name": "creator", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "CreatorUpdateOneWithoutProblemsInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] - }, + } + ] + }, + { + "name": "ProblemUncheckedUpdateInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ { - "name": "gte", + "name": "id", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", + "type": "Int", "location": "scalar", "isList": false - } + }, + { + "type": "IntFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } ] }, { - "name": "contains", + "name": "problemText", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -6957,11 +7280,49 @@ "type": "String", "location": "scalar", "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false } ] }, { - "name": "startsWith", + "name": "creatorId", + "isRequired": false, + "isNullable": true, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + }, + { + "type": "NullableIntFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "Null", + "location": "scalar", + "isList": false + } + ] + } + ] + }, + { + "name": "ProblemUpdateManyMutationInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "problemText", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -6969,46 +7330,72 @@ "type": "String", "location": "scalar", "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false } ] - }, + } + ] + }, + { + "name": "ProblemUncheckedUpdateManyInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ { - "name": "endsWith", + "name": "id", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", + "type": "Int", "location": "scalar", "isList": false + }, + { + "type": "IntFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false } ] }, { - "name": "mode", + "name": "problemText", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "QueryMode", + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", "namespace": "prisma", - "location": "enumTypes", + "location": "inputObjectTypes", "isList": false } ] }, { - "name": "not", + "name": "creatorId", "isRequired": false, "isNullable": true, "inputTypes": [ { - "type": "String", + "type": "Int", "location": "scalar", "isList": false }, { - "type": "NestedStringNullableFilter", + "type": "NullableIntFieldUpdateOperationsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -7023,108 +7410,90 @@ ] }, { - "name": "FloatFilter", + "name": "CreatorCreateInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "equals", - "isRequired": false, + "name": "name", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "Float", + "type": "String", "location": "scalar", "isList": false } ] }, { - "name": "in", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "Float", - "location": "scalar", - "isList": true - } - ] - }, - { - "name": "notIn", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "Float", - "location": "scalar", - "isList": true - } - ] - }, - { - "name": "lt", + "name": "likes", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Float", - "location": "scalar", + "type": "ProblemCreateManyWithoutLikedByInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] }, { - "name": "lte", + "name": "problems", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Float", - "location": "scalar", + "type": "ProblemCreateManyWithoutCreatorInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] - }, + } + ] + }, + { + "name": "CreatorUncheckedCreateInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ { - "name": "gt", + "name": "id", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Float", + "type": "Int", "location": "scalar", "isList": false } ] }, { - "name": "gte", - "isRequired": false, + "name": "name", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "Float", + "type": "String", "location": "scalar", "isList": false } ] }, { - "name": "not", + "name": "problems", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Float", - "location": "scalar", - "isList": false - }, - { - "type": "NestedFloatFilter", + "type": "ProblemUncheckedCreateManyWithoutCreatorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -7134,19 +7503,24 @@ ] }, { - "name": "PostListRelationFilter", + "name": "CreatorUpdateInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "every", + "name": "name", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postWhereInput", + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -7154,12 +7528,12 @@ ] }, { - "name": "some", + "name": "likes", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postWhereInput", + "type": "ProblemUpdateManyWithoutLikedByInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -7167,12 +7541,12 @@ ] }, { - "name": "none", + "name": "problems", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postWhereInput", + "type": "ProblemUpdateManyWithoutCreatorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -7182,64 +7556,82 @@ ] }, { - "name": "EnumRoleFilter", + "name": "CreatorUncheckedUpdateInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "equals", + "name": "id", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Role", - "namespace": "model", - "location": "enumTypes", + "type": "Int", + "location": "scalar", + "isList": false + }, + { + "type": "IntFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] }, { - "name": "in", + "name": "name", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Role", - "namespace": "model", - "location": "enumTypes", - "isList": true + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false } ] }, { - "name": "notIn", + "name": "problems", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Role", - "namespace": "model", - "location": "enumTypes", - "isList": true + "type": "ProblemUncheckedUpdateManyWithoutCreatorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false } ] - }, + } + ] + }, + { + "name": "CreatorUpdateManyMutationInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ { - "name": "not", + "name": "name", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Role", - "namespace": "model", - "location": "enumTypes", + "type": "String", + "location": "scalar", "isList": false }, { - "type": "NestedEnumRoleFilter", + "type": "StringFieldUpdateOperationsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -7249,23 +7641,68 @@ ] }, { - "name": "DateTimeFilter", + "name": "CreatorUncheckedUpdateManyInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "equals", + "name": "id", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "DateTime", + "type": "Int", "location": "scalar", "isList": false - } - ] + }, + { + "type": "IntFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "name", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ] + }, + { + "name": "IntFilter", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "equals", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] }, { "name": "in", @@ -7273,7 +7710,7 @@ "isNullable": false, "inputTypes": [ { - "type": "DateTime", + "type": "Int", "location": "scalar", "isList": true } @@ -7285,7 +7722,7 @@ "isNullable": false, "inputTypes": [ { - "type": "DateTime", + "type": "Int", "location": "scalar", "isList": true } @@ -7297,7 +7734,7 @@ "isNullable": false, "inputTypes": [ { - "type": "DateTime", + "type": "Int", "location": "scalar", "isList": false } @@ -7309,7 +7746,7 @@ "isNullable": false, "inputTypes": [ { - "type": "DateTime", + "type": "Int", "location": "scalar", "isList": false } @@ -7321,7 +7758,7 @@ "isNullable": false, "inputTypes": [ { - "type": "DateTime", + "type": "Int", "location": "scalar", "isList": false } @@ -7333,7 +7770,7 @@ "isNullable": false, "inputTypes": [ { - "type": "DateTime", + "type": "Int", "location": "scalar", "isList": false } @@ -7345,12 +7782,12 @@ "isNullable": false, "inputTypes": [ { - "type": "DateTime", + "type": "Int", "location": "scalar", "isList": false }, { - "type": "NestedDateTimeFilter", + "type": "NestedIntFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -7360,7 +7797,7 @@ ] }, { - "name": "BoolFilter", + "name": "StringFilter", "constraints": { "maxNumFields": null, "minNumFields": null @@ -7372,169 +7809,129 @@ "isNullable": false, "inputTypes": [ { - "type": "Boolean", + "type": "String", "location": "scalar", "isList": false } ] }, { - "name": "not", + "name": "in", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Boolean", + "type": "String", "location": "scalar", - "isList": false - }, - { - "type": "NestedBoolFilter", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false + "isList": true } ] - } - ] - }, - { - "name": "UserRelationFilter", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "is", + "name": "notIn", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "UserWhereInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false + "type": "String", + "location": "scalar", + "isList": true } ] }, { - "name": "isNot", + "name": "lt", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "UserWhereInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "String", + "location": "scalar", "isList": false } ] - } - ] - }, - { - "name": "IntNullableFilter", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "equals", + "name": "lte", "isRequired": false, - "isNullable": true, + "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", - "isList": false - }, - { - "type": "Null", + "type": "String", "location": "scalar", "isList": false } ] }, { - "name": "in", + "name": "gt", "isRequired": false, - "isNullable": true, + "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", - "isList": true - }, - { - "type": "Null", + "type": "String", "location": "scalar", "isList": false } ] }, { - "name": "notIn", + "name": "gte", "isRequired": false, - "isNullable": true, + "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", - "isList": true - }, - { - "type": "Null", + "type": "String", "location": "scalar", "isList": false } ] }, { - "name": "lt", + "name": "contains", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", + "type": "String", "location": "scalar", "isList": false } ] }, { - "name": "lte", + "name": "startsWith", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", + "type": "String", "location": "scalar", "isList": false } ] }, { - "name": "gt", + "name": "endsWith", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", + "type": "String", "location": "scalar", "isList": false } ] }, { - "name": "gte", + "name": "mode", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", + "type": "QueryMode", + "namespace": "prisma", + "location": "enumTypes", "isList": false } ] @@ -7542,30 +7939,25 @@ { "name": "not", "isRequired": false, - "isNullable": true, + "isNullable": false, "inputTypes": [ { - "type": "Int", + "type": "String", "location": "scalar", "isList": false }, { - "type": "NestedIntNullableFilter", + "type": "NestedStringFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - }, - { - "type": "Null", - "location": "scalar", - "isList": false } ] } ] }, { - "name": "EnumPostKindNullableFilter", + "name": "StringNullableFilter", "constraints": { "maxNumFields": null, "minNumFields": null @@ -7577,9 +7969,8 @@ "isNullable": true, "inputTypes": [ { - "type": "PostKind", - "namespace": "model", - "location": "enumTypes", + "type": "String", + "location": "scalar", "isList": false }, { @@ -7595,9 +7986,8 @@ "isNullable": true, "inputTypes": [ { - "type": "PostKind", - "namespace": "model", - "location": "enumTypes", + "type": "String", + "location": "scalar", "isList": true }, { @@ -7613,9 +8003,8 @@ "isNullable": true, "inputTypes": [ { - "type": "PostKind", - "namespace": "model", - "location": "enumTypes", + "type": "String", + "location": "scalar", "isList": true }, { @@ -7626,74 +8015,44 @@ ] }, { - "name": "not", + "name": "lt", "isRequired": false, - "isNullable": true, + "isNullable": false, "inputTypes": [ { - "type": "PostKind", - "namespace": "model", - "location": "enumTypes", - "isList": false - }, - { - "type": "NestedEnumPostKindNullableFilter", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "Null", + "type": "String", "location": "scalar", "isList": false } ] - } - ] - }, - { - "name": "JsonFilter", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "equals", + "name": "lte", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Json", + "type": "String", "location": "scalar", "isList": false } ] }, { - "name": "not", + "name": "gt", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Json", + "type": "String", "location": "scalar", "isList": false } ] - } - ] - }, - { - "name": "CategorySlugNumberCompoundUniqueInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "slug", - "isRequired": true, + "name": "gte", + "isRequired": false, "isNullable": false, "inputTypes": [ { @@ -7704,29 +8063,20 @@ ] }, { - "name": "number", - "isRequired": true, + "name": "contains", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", + "type": "String", "location": "scalar", "isList": false } ] - } - ] - }, - { - "name": "PatientFirstNameLastNameCompoundUniqueInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "firstName", - "isRequired": true, + "name": "startsWith", + "isRequired": false, "isNullable": false, "inputTypes": [ { @@ -7737,8 +8087,8 @@ ] }, { - "name": "lastName", - "isRequired": true, + "name": "endsWith", + "isRequired": false, "isNullable": false, "inputTypes": [ { @@ -7747,172 +8097,158 @@ "isList": false } ] - } - ] - }, - { - "name": "DirectorRelationFilter", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "is", + "name": "mode", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "DirectorWhereInput", + "type": "QueryMode", "namespace": "prisma", - "location": "inputObjectTypes", + "location": "enumTypes", "isList": false } ] }, { - "name": "isNot", + "name": "not", "isRequired": false, - "isNullable": false, + "isNullable": true, "inputTypes": [ { - "type": "DirectorWhereInput", + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "NestedStringNullableFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false + }, + { + "type": "Null", + "location": "scalar", + "isList": false } ] } ] }, { - "name": "MovieDirectorFirstNameDirectorLastNameTitleCompoundUniqueInput", + "name": "FloatFilter", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "directorFirstName", - "isRequired": true, + "name": "equals", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", + "type": "Float", "location": "scalar", "isList": false } ] }, { - "name": "directorLastName", - "isRequired": true, + "name": "in", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", + "type": "Float", "location": "scalar", - "isList": false + "isList": true } ] }, { - "name": "title", - "isRequired": true, + "name": "notIn", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", + "type": "Float", "location": "scalar", - "isList": false + "isList": true } ] - } - ] - }, - { - "name": "MovieListRelationFilter", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "every", + "name": "lt", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "MovieWhereInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Float", + "location": "scalar", "isList": false } ] }, { - "name": "some", + "name": "lte", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "MovieWhereInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Float", + "location": "scalar", "isList": false } ] }, { - "name": "none", + "name": "gt", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "MovieWhereInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Float", + "location": "scalar", "isList": false } ] - } - ] - }, - { - "name": "DirectorFirstNameLastNameCompoundUniqueInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "firstName", - "isRequired": true, + "name": "gte", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", + "type": "Float", "location": "scalar", "isList": false } ] }, { - "name": "lastName", - "isRequired": true, + "name": "not", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", + "type": "Float", "location": "scalar", "isList": false + }, + { + "type": "NestedFloatFilter", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false } ] } ] }, { - "name": "CreatorListRelationFilter", + "name": "PostListRelationFilter", "constraints": { "maxNumFields": null, "minNumFields": null @@ -7924,7 +8260,7 @@ "isNullable": false, "inputTypes": [ { - "type": "CreatorWhereInput", + "type": "postWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -7937,7 +8273,7 @@ "isNullable": false, "inputTypes": [ { - "type": "CreatorWhereInput", + "type": "postWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -7950,7 +8286,7 @@ "isNullable": false, "inputTypes": [ { - "type": "CreatorWhereInput", + "type": "postWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -7960,90 +8296,64 @@ ] }, { - "name": "CreatorRelationFilter", + "name": "EnumRoleFilter", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "is", + "name": "equals", "isRequired": false, - "isNullable": true, + "isNullable": false, "inputTypes": [ { - "type": "CreatorWhereInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "Null", - "location": "scalar", + "type": "Role", + "namespace": "model", + "location": "enumTypes", "isList": false } ] }, { - "name": "isNot", - "isRequired": false, - "isNullable": true, - "inputTypes": [ - { - "type": "CreatorWhereInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "Null", - "location": "scalar", - "isList": false - } - ] - } - ] - }, - { - "name": "ProblemListRelationFilter", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ - { - "name": "every", + "name": "in", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "ProblemWhereInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false + "type": "Role", + "namespace": "model", + "location": "enumTypes", + "isList": true } ] }, { - "name": "some", + "name": "notIn", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "ProblemWhereInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false + "type": "Role", + "namespace": "model", + "location": "enumTypes", + "isList": true } ] }, { - "name": "none", + "name": "not", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "ProblemWhereInput", + "type": "Role", + "namespace": "model", + "location": "enumTypes", + "isList": false + }, + { + "type": "NestedEnumRoleFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -8053,326 +8363,190 @@ ] }, { - "name": "postCreateManyWithoutAuthorInput", + "name": "IntWithAggregatesFilter", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "create", + "name": "equals", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postCreateWithoutAuthorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "postCreateWithoutAuthorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true - }, - { - "type": "postUncheckedCreateWithoutAuthorInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Int", + "location": "scalar", "isList": false - }, + } + ] + }, + { + "name": "in", + "isRequired": false, + "isNullable": false, + "inputTypes": [ { - "type": "postUncheckedCreateWithoutAuthorInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Int", + "location": "scalar", "isList": true } ] }, { - "name": "connect", + "name": "notIn", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "postWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Int", + "location": "scalar", "isList": true } ] }, { - "name": "connectOrCreate", + "name": "lt", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postCreateOrConnectWithoutauthorInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Int", + "location": "scalar", "isList": false - }, - { - "type": "postCreateOrConnectWithoutauthorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] - } - ] - }, - { - "name": "postCreateManyWithoutEditorInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "create", + "name": "lte", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postCreateWithoutEditorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "postCreateWithoutEditorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true - }, - { - "type": "postUncheckedCreateWithoutEditorInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Int", + "location": "scalar", "isList": false - }, - { - "type": "postUncheckedCreateWithoutEditorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] }, { - "name": "connect", + "name": "gt", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Int", + "location": "scalar", "isList": false - }, - { - "type": "postWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] }, { - "name": "connectOrCreate", + "name": "gte", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postCreateOrConnectWithouteditorInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Int", + "location": "scalar", "isList": false - }, - { - "type": "postCreateOrConnectWithouteditorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] - } - ] - }, - { - "name": "postUncheckedCreateManyWithoutAuthorInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "create", + "name": "not", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postCreateWithoutAuthorInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Int", + "location": "scalar", "isList": false }, { - "type": "postCreateWithoutAuthorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true - }, - { - "type": "postUncheckedCreateWithoutAuthorInput", + "type": "NestedIntWithAggregatesFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - }, - { - "type": "postUncheckedCreateWithoutAuthorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] }, { - "name": "connect", + "name": "count", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postWhereUniqueInput", + "type": "NestedIntFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - }, - { - "type": "postWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] }, { - "name": "connectOrCreate", + "name": "avg", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postCreateOrConnectWithoutauthorInput", + "type": "NestedFloatFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - }, - { - "type": "postCreateOrConnectWithoutauthorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] - } - ] - }, - { - "name": "postUncheckedCreateManyWithoutEditorInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "create", + "name": "sum", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postCreateWithoutEditorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "postCreateWithoutEditorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true - }, - { - "type": "postUncheckedCreateWithoutEditorInput", + "type": "NestedIntFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - }, - { - "type": "postUncheckedCreateWithoutEditorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] }, { - "name": "connect", + "name": "min", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postWhereUniqueInput", + "type": "NestedIntFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - }, - { - "type": "postWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] }, { - "name": "connectOrCreate", + "name": "max", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postCreateOrConnectWithouteditorInput", + "type": "NestedIntFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - }, - { - "type": "postCreateOrConnectWithouteditorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] } ] }, { - "name": "StringFieldUpdateOperationsInput", + "name": "StringWithAggregatesFilter", "constraints": { - "maxNumFields": 1, - "minNumFields": 1 + "maxNumFields": null, + "minNumFields": null }, "fields": [ { - "name": "set", + "name": "equals", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -8382,189 +8556,181 @@ "isList": false } ] - } - ] - }, - { - "name": "NullableStringFieldUpdateOperationsInput", - "constraints": { - "maxNumFields": 1, - "minNumFields": 1 - }, - "fields": [ + }, { - "name": "set", + "name": "in", "isRequired": false, - "isNullable": true, + "isNullable": false, "inputTypes": [ { "type": "String", "location": "scalar", - "isList": false - }, + "isList": true + } + ] + }, + { + "name": "notIn", + "isRequired": false, + "isNullable": false, + "inputTypes": [ { - "type": "Null", + "type": "String", "location": "scalar", - "isList": false + "isList": true } ] - } - ] - }, - { - "name": "IntFieldUpdateOperationsInput", - "constraints": { - "maxNumFields": 1, - "minNumFields": 1 - }, - "fields": [ + }, { - "name": "set", + "name": "lt", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", + "type": "String", "location": "scalar", "isList": false } ] }, { - "name": "increment", + "name": "lte", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", + "type": "String", "location": "scalar", "isList": false } ] }, { - "name": "decrement", + "name": "gt", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", + "type": "String", "location": "scalar", "isList": false } ] }, { - "name": "multiply", + "name": "gte", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", + "type": "String", "location": "scalar", "isList": false } ] }, { - "name": "divide", + "name": "contains", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", + "type": "String", "location": "scalar", "isList": false } ] - } - ] - }, - { - "name": "FloatFieldUpdateOperationsInput", - "constraints": { - "maxNumFields": 1, - "minNumFields": 1 - }, - "fields": [ + }, { - "name": "set", + "name": "startsWith", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Float", + "type": "String", "location": "scalar", "isList": false } ] }, { - "name": "increment", + "name": "endsWith", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Float", + "type": "String", "location": "scalar", "isList": false } ] }, { - "name": "decrement", + "name": "mode", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Float", - "location": "scalar", + "type": "QueryMode", + "namespace": "prisma", + "location": "enumTypes", "isList": false } ] }, { - "name": "multiply", + "name": "not", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Float", + "type": "String", "location": "scalar", "isList": false + }, + { + "type": "NestedStringWithAggregatesFilter", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false } ] }, { - "name": "divide", + "name": "count", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Float", - "location": "scalar", + "type": "NestedIntFilter", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] - } - ] - }, - { - "name": "EnumRoleFieldUpdateOperationsInput", - "constraints": { - "maxNumFields": 1, - "minNumFields": 1 - }, - "fields": [ + }, { - "name": "set", + "name": "min", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Role", - "namespace": "model", - "location": "enumTypes", + "type": "NestedStringFilter", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "max", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "NestedStringFilter", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] @@ -8572,895 +8738,648 @@ ] }, { - "name": "postUpdateManyWithoutAuthorInput", + "name": "StringNullableWithAggregatesFilter", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "create", + "name": "equals", "isRequired": false, - "isNullable": false, + "isNullable": true, "inputTypes": [ { - "type": "postCreateWithoutAuthorInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "String", + "location": "scalar", "isList": false }, { - "type": "postCreateWithoutAuthorInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Null", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "in", + "isRequired": false, + "isNullable": true, + "inputTypes": [ + { + "type": "String", + "location": "scalar", "isList": true }, { - "type": "postUncheckedCreateWithoutAuthorInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Null", + "location": "scalar", "isList": false - }, - { - "type": "postUncheckedCreateWithoutAuthorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] }, { - "name": "connect", + "name": "notIn", "isRequired": false, - "isNullable": false, + "isNullable": true, "inputTypes": [ { - "type": "postWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false + "type": "String", + "location": "scalar", + "isList": true }, { - "type": "postWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true + "type": "Null", + "location": "scalar", + "isList": false } ] }, { - "name": "set", + "name": "lt", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "String", + "location": "scalar", "isList": false - }, - { - "type": "postWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] }, { - "name": "disconnect", + "name": "lte", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "String", + "location": "scalar", "isList": false - }, - { - "type": "postWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] }, { - "name": "delete", + "name": "gt", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "String", + "location": "scalar", "isList": false - }, - { - "type": "postWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] }, { - "name": "update", + "name": "gte", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postUpdateWithWhereUniqueWithoutAuthorInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "String", + "location": "scalar", "isList": false - }, - { - "type": "postUpdateWithWhereUniqueWithoutAuthorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] }, { - "name": "updateMany", + "name": "contains", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postUpdateManyWithWhereWithoutAuthorInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "String", + "location": "scalar", "isList": false - }, - { - "type": "postUpdateManyWithWhereWithoutAuthorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] }, { - "name": "deleteMany", + "name": "startsWith", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postScalarWhereInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "String", + "location": "scalar", "isList": false - }, - { - "type": "postScalarWhereInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] }, { - "name": "upsert", + "name": "endsWith", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postUpsertWithWhereUniqueWithoutAuthorInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "String", + "location": "scalar", "isList": false - }, - { - "type": "postUpsertWithWhereUniqueWithoutAuthorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] }, { - "name": "connectOrCreate", + "name": "mode", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postCreateOrConnectWithoutauthorInput", + "type": "QueryMode", "namespace": "prisma", - "location": "inputObjectTypes", + "location": "enumTypes", "isList": false - }, - { - "type": "postCreateOrConnectWithoutauthorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] - } - ] - }, - { - "name": "postUpdateManyWithoutEditorInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "create", + "name": "not", "isRequired": false, - "isNullable": false, + "isNullable": true, "inputTypes": [ { - "type": "postCreateWithoutEditorInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "String", + "location": "scalar", "isList": false }, { - "type": "postCreateWithoutEditorInput", + "type": "NestedStringNullableWithAggregatesFilter", "namespace": "prisma", "location": "inputObjectTypes", - "isList": true + "isList": false }, { - "type": "postUncheckedCreateWithoutEditorInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Null", + "location": "scalar", "isList": false - }, - { - "type": "postUncheckedCreateWithoutEditorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] }, { - "name": "connect", + "name": "count", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postWhereUniqueInput", + "type": "NestedIntNullableFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - }, - { - "type": "postWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] }, { - "name": "set", + "name": "min", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postWhereUniqueInput", + "type": "NestedStringNullableFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - }, - { - "type": "postWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] }, { - "name": "disconnect", + "name": "max", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postWhereUniqueInput", + "type": "NestedStringNullableFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - }, - { - "type": "postWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] - }, + } + ] + }, + { + "name": "FloatWithAggregatesFilter", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ { - "name": "delete", + "name": "equals", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Float", + "location": "scalar", "isList": false - }, - { - "type": "postWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] }, { - "name": "update", + "name": "in", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postUpdateWithWhereUniqueWithoutEditorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "postUpdateWithWhereUniqueWithoutEditorInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Float", + "location": "scalar", "isList": true } ] }, { - "name": "updateMany", + "name": "notIn", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postUpdateManyWithWhereWithoutEditorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "postUpdateManyWithWhereWithoutEditorInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Float", + "location": "scalar", "isList": true } ] }, { - "name": "deleteMany", + "name": "lt", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postScalarWhereInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Float", + "location": "scalar", "isList": false - }, - { - "type": "postScalarWhereInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] }, { - "name": "upsert", + "name": "lte", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postUpsertWithWhereUniqueWithoutEditorInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Float", + "location": "scalar", "isList": false - }, - { - "type": "postUpsertWithWhereUniqueWithoutEditorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] }, { - "name": "connectOrCreate", + "name": "gt", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postCreateOrConnectWithouteditorInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Float", + "location": "scalar", "isList": false - }, - { - "type": "postCreateOrConnectWithouteditorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] - } - ] - }, - { - "name": "postUncheckedUpdateManyWithoutAuthorInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "create", + "name": "gte", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postCreateWithoutAuthorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "postCreateWithoutAuthorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true - }, - { - "type": "postUncheckedCreateWithoutAuthorInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Float", + "location": "scalar", "isList": false - }, - { - "type": "postUncheckedCreateWithoutAuthorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] }, { - "name": "connect", + "name": "not", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Float", + "location": "scalar", "isList": false }, { - "type": "postWhereUniqueInput", + "type": "NestedFloatWithAggregatesFilter", "namespace": "prisma", "location": "inputObjectTypes", - "isList": true + "isList": false } ] }, { - "name": "set", + "name": "count", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postWhereUniqueInput", + "type": "NestedIntFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - }, - { - "type": "postWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] }, { - "name": "disconnect", + "name": "avg", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postWhereUniqueInput", + "type": "NestedFloatFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - }, - { - "type": "postWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] }, { - "name": "delete", + "name": "sum", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postWhereUniqueInput", + "type": "NestedFloatFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - }, - { - "type": "postWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] }, { - "name": "update", + "name": "min", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postUpdateWithWhereUniqueWithoutAuthorInput", + "type": "NestedFloatFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - }, - { - "type": "postUpdateWithWhereUniqueWithoutAuthorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] }, { - "name": "updateMany", + "name": "max", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postUpdateManyWithWhereWithoutAuthorInput", + "type": "NestedFloatFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - }, - { - "type": "postUpdateManyWithWhereWithoutAuthorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] - }, + } + ] + }, + { + "name": "EnumRoleWithAggregatesFilter", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ { - "name": "deleteMany", + "name": "equals", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postScalarWhereInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Role", + "namespace": "model", + "location": "enumTypes", "isList": false - }, - { - "type": "postScalarWhereInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] }, { - "name": "upsert", + "name": "in", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postUpsertWithWhereUniqueWithoutAuthorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "postUpsertWithWhereUniqueWithoutAuthorInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Role", + "namespace": "model", + "location": "enumTypes", "isList": true } ] }, { - "name": "connectOrCreate", + "name": "notIn", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postCreateOrConnectWithoutauthorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "postCreateOrConnectWithoutauthorInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Role", + "namespace": "model", + "location": "enumTypes", "isList": true } ] - } - ] - }, - { - "name": "postUncheckedUpdateManyWithoutEditorInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "create", + "name": "not", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postCreateWithoutEditorInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Role", + "namespace": "model", + "location": "enumTypes", "isList": false }, { - "type": "postCreateWithoutEditorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true - }, - { - "type": "postUncheckedCreateWithoutEditorInput", + "type": "NestedEnumRoleWithAggregatesFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - }, - { - "type": "postUncheckedCreateWithoutEditorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] }, { - "name": "connect", + "name": "count", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postWhereUniqueInput", + "type": "NestedIntFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - }, - { - "type": "postWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] }, { - "name": "set", + "name": "min", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postWhereUniqueInput", + "type": "NestedEnumRoleFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - }, - { - "type": "postWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] }, { - "name": "disconnect", + "name": "max", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postWhereUniqueInput", + "type": "NestedEnumRoleFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - }, - { - "type": "postWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] - }, + } + ] + }, + { + "name": "DateTimeFilter", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ { - "name": "delete", + "name": "equals", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "DateTime", + "location": "scalar", "isList": false - }, + } + ] + }, + { + "name": "in", + "isRequired": false, + "isNullable": false, + "inputTypes": [ { - "type": "postWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "DateTime", + "location": "scalar", "isList": true } ] }, { - "name": "update", + "name": "notIn", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postUpdateWithWhereUniqueWithoutEditorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "postUpdateWithWhereUniqueWithoutEditorInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "DateTime", + "location": "scalar", "isList": true } ] }, { - "name": "updateMany", + "name": "lt", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postUpdateManyWithWhereWithoutEditorInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "DateTime", + "location": "scalar", "isList": false - }, - { - "type": "postUpdateManyWithWhereWithoutEditorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] }, { - "name": "deleteMany", + "name": "lte", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postScalarWhereInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "DateTime", + "location": "scalar", "isList": false - }, - { - "type": "postScalarWhereInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] }, { - "name": "upsert", + "name": "gt", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postUpsertWithWhereUniqueWithoutEditorInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "DateTime", + "location": "scalar", "isList": false - }, + } + ] + }, + { + "name": "gte", + "isRequired": false, + "isNullable": false, + "inputTypes": [ { - "type": "postUpsertWithWhereUniqueWithoutEditorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true + "type": "DateTime", + "location": "scalar", + "isList": false } ] }, { - "name": "connectOrCreate", + "name": "not", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postCreateOrConnectWithouteditorInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "DateTime", + "location": "scalar", "isList": false }, { - "type": "postCreateOrConnectWithouteditorInput", + "type": "NestedDateTimeFilter", "namespace": "prisma", "location": "inputObjectTypes", - "isList": true + "isList": false } ] } ] }, { - "name": "UserCreateOneWithoutPostsInput", + "name": "BoolFilter", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "create", + "name": "equals", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "UserCreateWithoutPostsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "UserUncheckedCreateWithoutPostsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Boolean", + "location": "scalar", "isList": false } ] }, { - "name": "connect", + "name": "not", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "UserWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Boolean", + "location": "scalar", "isList": false - } - ] - }, - { - "name": "connectOrCreate", - "isRequired": false, - "isNullable": false, - "inputTypes": [ + }, { - "type": "UserCreateOrConnectWithoutpostsInput", + "type": "NestedBoolFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -9470,38 +9389,19 @@ ] }, { - "name": "UserCreateOneWithoutEditorPostsInput", + "name": "UserRelationFilter", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "create", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "UserCreateWithoutEditorPostsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "UserUncheckedCreateWithoutEditorPostsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - }, - { - "name": "connect", + "name": "is", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "UserWhereUniqueInput", + "type": "UserWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -9509,12 +9409,12 @@ ] }, { - "name": "connectOrCreate", + "name": "isNot", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "UserCreateOrConnectWithouteditorPostsInput", + "type": "UserWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -9524,64 +9424,55 @@ ] }, { - "name": "DateTimeFieldUpdateOperationsInput", + "name": "IntNullableFilter", "constraints": { - "maxNumFields": 1, - "minNumFields": 1 + "maxNumFields": null, + "minNumFields": null }, "fields": [ { - "name": "set", + "name": "equals", "isRequired": false, - "isNullable": false, + "isNullable": true, "inputTypes": [ { - "type": "DateTime", + "type": "Int", + "location": "scalar", + "isList": false + }, + { + "type": "Null", "location": "scalar", "isList": false } ] - } - ] - }, - { - "name": "BoolFieldUpdateOperationsInput", - "constraints": { - "maxNumFields": 1, - "minNumFields": 1 - }, - "fields": [ + }, { - "name": "set", + "name": "in", "isRequired": false, - "isNullable": false, + "isNullable": true, "inputTypes": [ { - "type": "Boolean", + "type": "Int", + "location": "scalar", + "isList": true + }, + { + "type": "Null", "location": "scalar", "isList": false } ] - } - ] - }, - { - "name": "NullableEnumPostKindFieldUpdateOperationsInput", - "constraints": { - "maxNumFields": 1, - "minNumFields": 1 - }, - "fields": [ + }, { - "name": "set", + "name": "notIn", "isRequired": false, "isNullable": true, "inputTypes": [ { - "type": "PostKind", - "namespace": "model", - "location": "enumTypes", - "isList": false + "type": "Int", + "location": "scalar", + "isList": true }, { "type": "Null", @@ -9589,199 +9480,194 @@ "isList": false } ] - } - ] - }, - { - "name": "UserUpdateOneRequiredWithoutPostsInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "create", + "name": "lt", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "UserCreateWithoutPostsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "UserUncheckedCreateWithoutPostsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Int", + "location": "scalar", "isList": false } ] }, { - "name": "connect", + "name": "lte", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "UserWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Int", + "location": "scalar", "isList": false } ] }, { - "name": "update", + "name": "gt", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "UserUpdateWithoutPostsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "UserUncheckedUpdateWithoutPostsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Int", + "location": "scalar", "isList": false } ] }, { - "name": "upsert", + "name": "gte", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "UserUpsertWithoutPostsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Int", + "location": "scalar", "isList": false } ] }, { - "name": "connectOrCreate", + "name": "not", "isRequired": false, - "isNullable": false, + "isNullable": true, "inputTypes": [ { - "type": "UserCreateOrConnectWithoutpostsInput", + "type": "Int", + "location": "scalar", + "isList": false + }, + { + "type": "NestedIntNullableFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false + }, + { + "type": "Null", + "location": "scalar", + "isList": false } ] } ] }, { - "name": "UserUpdateOneWithoutEditorPostsInput", + "name": "EnumPostKindNullableFilter", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "create", + "name": "equals", "isRequired": false, - "isNullable": false, + "isNullable": true, "inputTypes": [ { - "type": "UserCreateWithoutEditorPostsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "PostKind", + "namespace": "model", + "location": "enumTypes", "isList": false }, { - "type": "UserUncheckedCreateWithoutEditorPostsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Null", + "location": "scalar", "isList": false } ] }, { - "name": "connect", + "name": "in", "isRequired": false, - "isNullable": false, + "isNullable": true, "inputTypes": [ { - "type": "UserWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - }, - { - "name": "disconnect", - "isRequired": false, - "isNullable": false, - "inputTypes": [ + "type": "PostKind", + "namespace": "model", + "location": "enumTypes", + "isList": true + }, { - "type": "Boolean", + "type": "Null", "location": "scalar", "isList": false } ] }, { - "name": "delete", + "name": "notIn", "isRequired": false, - "isNullable": false, + "isNullable": true, "inputTypes": [ { - "type": "Boolean", + "type": "PostKind", + "namespace": "model", + "location": "enumTypes", + "isList": true + }, + { + "type": "Null", "location": "scalar", "isList": false } ] }, { - "name": "update", + "name": "not", "isRequired": false, - "isNullable": false, + "isNullable": true, "inputTypes": [ { - "type": "UserUpdateWithoutEditorPostsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "PostKind", + "namespace": "model", + "location": "enumTypes", "isList": false }, { - "type": "UserUncheckedUpdateWithoutEditorPostsInput", + "type": "NestedEnumPostKindNullableFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false + }, + { + "type": "Null", + "location": "scalar", + "isList": false } ] - }, + } + ] + }, + { + "name": "JsonFilter", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ { - "name": "upsert", + "name": "equals", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "UserUpsertWithoutEditorPostsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Json", + "location": "scalar", "isList": false } ] }, { - "name": "connectOrCreate", + "name": "not", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "UserCreateOrConnectWithouteditorPostsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Json", + "location": "scalar", "isList": false } ] @@ -9789,99 +9675,121 @@ ] }, { - "name": "NullableIntFieldUpdateOperationsInput", + "name": "DateTimeWithAggregatesFilter", "constraints": { - "maxNumFields": 1, - "minNumFields": 1 + "maxNumFields": null, + "minNumFields": null }, "fields": [ { - "name": "set", + "name": "equals", "isRequired": false, - "isNullable": true, + "isNullable": false, "inputTypes": [ { - "type": "Int", + "type": "DateTime", "location": "scalar", "isList": false - }, + } + ] + }, + { + "name": "in", + "isRequired": false, + "isNullable": false, + "inputTypes": [ { - "type": "Null", + "type": "DateTime", "location": "scalar", - "isList": false + "isList": true } ] }, { - "name": "increment", + "name": "notIn", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", + "type": "DateTime", "location": "scalar", - "isList": false + "isList": true } ] }, { - "name": "decrement", + "name": "lt", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", + "type": "DateTime", "location": "scalar", "isList": false } ] }, { - "name": "multiply", + "name": "lte", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", + "type": "DateTime", "location": "scalar", "isList": false } ] }, { - "name": "divide", + "name": "gt", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", + "type": "DateTime", "location": "scalar", "isList": false } ] - } - ] - }, - { - "name": "DirectorCreateOneWithoutMoviesInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "create", + "name": "gte", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "DirectorCreateWithoutMoviesInput", + "type": "DateTime", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "not", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "DateTime", + "location": "scalar", + "isList": false + }, + { + "type": "NestedDateTimeWithAggregatesFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - }, + } + ] + }, + { + "name": "count", + "isRequired": false, + "isNullable": false, + "inputTypes": [ { - "type": "DirectorUncheckedCreateWithoutMoviesInput", + "type": "NestedIntFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -9889,12 +9797,12 @@ ] }, { - "name": "connect", + "name": "min", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "DirectorWhereUniqueInput", + "type": "NestedDateTimeFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -9902,12 +9810,12 @@ ] }, { - "name": "connectOrCreate", + "name": "max", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "DirectorCreateOrConnectWithoutmoviesInput", + "type": "NestedDateTimeFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -9917,38 +9825,36 @@ ] }, { - "name": "DirectorUpdateOneRequiredWithoutMoviesInput", + "name": "BoolWithAggregatesFilter", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "create", + "name": "equals", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "DirectorCreateWithoutMoviesInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "DirectorUncheckedCreateWithoutMoviesInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Boolean", + "location": "scalar", "isList": false } ] }, { - "name": "connect", + "name": "not", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "DirectorWhereUniqueInput", + "type": "Boolean", + "location": "scalar", + "isList": false + }, + { + "type": "NestedBoolWithAggregatesFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -9956,18 +9862,12 @@ ] }, { - "name": "update", + "name": "count", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "DirectorUpdateWithoutMoviesInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "DirectorUncheckedUpdateWithoutMoviesInput", + "type": "NestedIntFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -9975,12 +9875,12 @@ ] }, { - "name": "upsert", + "name": "min", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "DirectorUpsertWithoutMoviesInput", + "type": "NestedBoolFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -9988,12 +9888,12 @@ ] }, { - "name": "connectOrCreate", + "name": "max", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "DirectorCreateOrConnectWithoutmoviesInput", + "type": "NestedBoolFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -10003,681 +9903,559 @@ ] }, { - "name": "MovieCreateManyWithoutDirectorInput", + "name": "IntNullableWithAggregatesFilter", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "create", + "name": "equals", "isRequired": false, - "isNullable": false, + "isNullable": true, "inputTypes": [ { - "type": "MovieCreateWithoutDirectorInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Int", + "location": "scalar", "isList": false }, { - "type": "MovieCreateWithoutDirectorInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Null", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "in", + "isRequired": false, + "isNullable": true, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", "isList": true }, { - "type": "MovieUncheckedCreateWithoutDirectorInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Null", + "location": "scalar", "isList": false - }, + } + ] + }, + { + "name": "notIn", + "isRequired": false, + "isNullable": true, + "inputTypes": [ { - "type": "MovieUncheckedCreateWithoutDirectorInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Int", + "location": "scalar", "isList": true + }, + { + "type": "Null", + "location": "scalar", + "isList": false } ] }, { - "name": "connect", + "name": "lt", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "MovieWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Int", + "location": "scalar", "isList": false - }, - { - "type": "MovieWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] }, { - "name": "connectOrCreate", + "name": "lte", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "MovieCreateOrConnectWithoutdirectorInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Int", + "location": "scalar", "isList": false - }, + } + ] + }, + { + "name": "gt", + "isRequired": false, + "isNullable": false, + "inputTypes": [ { - "type": "MovieCreateOrConnectWithoutdirectorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true + "type": "Int", + "location": "scalar", + "isList": false } ] - } - ] - }, - { - "name": "MovieUncheckedCreateManyWithoutDirectorInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "create", + "name": "gte", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "MovieCreateWithoutDirectorInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Int", + "location": "scalar", "isList": false - }, + } + ] + }, + { + "name": "not", + "isRequired": false, + "isNullable": true, + "inputTypes": [ { - "type": "MovieCreateWithoutDirectorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true + "type": "Int", + "location": "scalar", + "isList": false }, { - "type": "MovieUncheckedCreateWithoutDirectorInput", + "type": "NestedIntNullableWithAggregatesFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "MovieUncheckedCreateWithoutDirectorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true + "type": "Null", + "location": "scalar", + "isList": false } ] }, { - "name": "connect", + "name": "count", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "MovieWhereUniqueInput", + "type": "NestedIntNullableFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - }, - { - "type": "MovieWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] }, { - "name": "connectOrCreate", + "name": "avg", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "MovieCreateOrConnectWithoutdirectorInput", + "type": "NestedFloatNullableFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - }, - { - "type": "MovieCreateOrConnectWithoutdirectorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] - } - ] - }, - { - "name": "MovieUpdateManyWithoutDirectorInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "create", + "name": "sum", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "MovieCreateWithoutDirectorInput", + "type": "NestedIntNullableFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - }, - { - "type": "MovieCreateWithoutDirectorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true - }, - { - "type": "MovieUncheckedCreateWithoutDirectorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "MovieUncheckedCreateWithoutDirectorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] }, { - "name": "connect", + "name": "min", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "MovieWhereUniqueInput", + "type": "NestedIntNullableFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - }, - { - "type": "MovieWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] }, { - "name": "set", + "name": "max", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "MovieWhereUniqueInput", + "type": "NestedIntNullableFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - }, - { - "type": "MovieWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] - }, + } + ] + }, + { + "name": "EnumPostKindNullableWithAggregatesFilter", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ { - "name": "disconnect", + "name": "equals", "isRequired": false, - "isNullable": false, + "isNullable": true, "inputTypes": [ { - "type": "MovieWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "PostKind", + "namespace": "model", + "location": "enumTypes", "isList": false }, { - "type": "MovieWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true + "type": "Null", + "location": "scalar", + "isList": false } ] }, { - "name": "delete", + "name": "in", "isRequired": false, - "isNullable": false, + "isNullable": true, "inputTypes": [ { - "type": "MovieWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false + "type": "PostKind", + "namespace": "model", + "location": "enumTypes", + "isList": true }, { - "type": "MovieWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true + "type": "Null", + "location": "scalar", + "isList": false } ] }, { - "name": "update", + "name": "notIn", "isRequired": false, - "isNullable": false, + "isNullable": true, "inputTypes": [ { - "type": "MovieUpdateWithWhereUniqueWithoutDirectorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false + "type": "PostKind", + "namespace": "model", + "location": "enumTypes", + "isList": true }, { - "type": "MovieUpdateWithWhereUniqueWithoutDirectorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true + "type": "Null", + "location": "scalar", + "isList": false } ] }, { - "name": "updateMany", + "name": "not", "isRequired": false, - "isNullable": false, + "isNullable": true, "inputTypes": [ { - "type": "MovieUpdateManyWithWhereWithoutDirectorInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "PostKind", + "namespace": "model", + "location": "enumTypes", "isList": false }, { - "type": "MovieUpdateManyWithWhereWithoutDirectorInput", + "type": "NestedEnumPostKindNullableWithAggregatesFilter", "namespace": "prisma", "location": "inputObjectTypes", - "isList": true + "isList": false + }, + { + "type": "Null", + "location": "scalar", + "isList": false } ] }, { - "name": "deleteMany", + "name": "count", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "MovieScalarWhereInput", + "type": "NestedIntNullableFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - }, - { - "type": "MovieScalarWhereInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] }, { - "name": "upsert", + "name": "min", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "MovieUpsertWithWhereUniqueWithoutDirectorInput", + "type": "NestedEnumPostKindNullableFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - }, - { - "type": "MovieUpsertWithWhereUniqueWithoutDirectorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] }, { - "name": "connectOrCreate", + "name": "max", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "MovieCreateOrConnectWithoutdirectorInput", + "type": "NestedEnumPostKindNullableFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - }, - { - "type": "MovieCreateOrConnectWithoutdirectorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] } ] }, { - "name": "MovieUncheckedUpdateManyWithoutDirectorInput", + "name": "JsonWithAggregatesFilter", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "create", + "name": "equals", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "MovieCreateWithoutDirectorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "MovieCreateWithoutDirectorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true - }, - { - "type": "MovieUncheckedCreateWithoutDirectorInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Json", + "location": "scalar", "isList": false - }, - { - "type": "MovieUncheckedCreateWithoutDirectorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] }, { - "name": "connect", + "name": "not", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "MovieWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Json", + "location": "scalar", "isList": false - }, - { - "type": "MovieWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] }, { - "name": "set", + "name": "count", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "MovieWhereUniqueInput", + "type": "NestedIntFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - }, - { - "type": "MovieWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] }, { - "name": "disconnect", + "name": "min", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "MovieWhereUniqueInput", + "type": "NestedJsonFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - }, - { - "type": "MovieWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] }, { - "name": "delete", + "name": "max", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "MovieWhereUniqueInput", + "type": "NestedJsonFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - }, - { - "type": "MovieWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] - }, + } + ] + }, + { + "name": "CategorySlugNumberCompoundUniqueInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ { - "name": "update", - "isRequired": false, + "name": "slug", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "MovieUpdateWithWhereUniqueWithoutDirectorInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "String", + "location": "scalar", "isList": false - }, - { - "type": "MovieUpdateWithWhereUniqueWithoutDirectorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] }, { - "name": "updateMany", - "isRequired": false, + "name": "number", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "MovieUpdateManyWithWhereWithoutDirectorInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Int", + "location": "scalar", "isList": false - }, - { - "type": "MovieUpdateManyWithWhereWithoutDirectorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] - }, + } + ] + }, + { + "name": "PatientFirstNameLastNameCompoundUniqueInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ { - "name": "deleteMany", - "isRequired": false, + "name": "firstName", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "MovieScalarWhereInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "String", + "location": "scalar", "isList": false - }, - { - "type": "MovieScalarWhereInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] }, { - "name": "upsert", - "isRequired": false, + "name": "lastName", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "MovieUpsertWithWhereUniqueWithoutDirectorInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "String", + "location": "scalar", "isList": false - }, + } + ] + } + ] + }, + { + "name": "DirectorRelationFilter", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "is", + "isRequired": false, + "isNullable": false, + "inputTypes": [ { - "type": "MovieUpsertWithWhereUniqueWithoutDirectorInput", + "type": "DirectorWhereInput", "namespace": "prisma", "location": "inputObjectTypes", - "isList": true + "isList": false } ] }, { - "name": "connectOrCreate", + "name": "isNot", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "MovieCreateOrConnectWithoutdirectorInput", + "type": "DirectorWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - }, - { - "type": "MovieCreateOrConnectWithoutdirectorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] } ] }, { - "name": "CreatorCreateManyWithoutLikesInput", + "name": "MovieDirectorFirstNameDirectorLastNameTitleCompoundUniqueInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "create", - "isRequired": false, + "name": "directorFirstName", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "CreatorCreateWithoutLikesInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "CreatorCreateWithoutLikesInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true - }, - { - "type": "CreatorUncheckedCreateWithoutLikesInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "String", + "location": "scalar", "isList": false - }, - { - "type": "CreatorUncheckedCreateWithoutLikesInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] }, { - "name": "connect", - "isRequired": false, + "name": "directorLastName", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "CreatorWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "String", + "location": "scalar", "isList": false - }, - { - "type": "CreatorWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] }, { - "name": "connectOrCreate", - "isRequired": false, + "name": "title", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "CreatorCreateOrConnectWithoutlikesInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "String", + "location": "scalar", "isList": false - }, - { - "type": "CreatorCreateOrConnectWithoutlikesInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] } ] }, { - "name": "CreatorCreateOneWithoutProblemsInput", + "name": "MovieListRelationFilter", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "create", + "name": "every", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "CreatorCreateWithoutProblemsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "CreatorUncheckedCreateWithoutProblemsInput", + "type": "MovieWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -10685,12 +10463,12 @@ ] }, { - "name": "connect", + "name": "some", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "CreatorWhereUniqueInput", + "type": "MovieWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -10698,12 +10476,12 @@ ] }, { - "name": "connectOrCreate", + "name": "none", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "CreatorCreateOrConnectWithoutproblemsInput", + "type": "MovieWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -10713,292 +10491,145 @@ ] }, { - "name": "CreatorUpdateManyWithoutLikesInput", + "name": "DirectorFirstNameLastNameCompoundUniqueInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "create", - "isRequired": false, + "name": "firstName", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "CreatorCreateWithoutLikesInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "String", + "location": "scalar", "isList": false - }, - { - "type": "CreatorCreateWithoutLikesInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true - }, + } + ] + }, + { + "name": "lastName", + "isRequired": true, + "isNullable": false, + "inputTypes": [ { - "type": "CreatorUncheckedCreateWithoutLikesInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "String", + "location": "scalar", "isList": false - }, - { - "type": "CreatorUncheckedCreateWithoutLikesInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] - }, + } + ] + }, + { + "name": "CreatorListRelationFilter", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ { - "name": "connect", + "name": "every", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "CreatorWhereUniqueInput", + "type": "CreatorWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - }, - { - "type": "CreatorWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] }, { - "name": "set", + "name": "some", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "CreatorWhereUniqueInput", + "type": "CreatorWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - }, - { - "type": "CreatorWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] }, { - "name": "disconnect", + "name": "none", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "CreatorWhereUniqueInput", + "type": "CreatorWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - }, - { - "type": "CreatorWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] - }, + } + ] + }, + { + "name": "CreatorRelationFilter", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ { - "name": "delete", + "name": "is", "isRequired": false, - "isNullable": false, + "isNullable": true, "inputTypes": [ { - "type": "CreatorWhereUniqueInput", + "type": "CreatorWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "CreatorWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true + "type": "Null", + "location": "scalar", + "isList": false } ] }, { - "name": "update", + "name": "isNot", "isRequired": false, - "isNullable": false, + "isNullable": true, "inputTypes": [ { - "type": "CreatorUpdateWithWhereUniqueWithoutLikesInput", + "type": "CreatorWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "CreatorUpdateWithWhereUniqueWithoutLikesInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true - } - ] - }, - { - "name": "updateMany", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "CreatorUpdateManyWithWhereWithoutLikesInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "CreatorUpdateManyWithWhereWithoutLikesInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true - } - ] - }, - { - "name": "deleteMany", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "CreatorScalarWhereInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "CreatorScalarWhereInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true - } - ] - }, - { - "name": "upsert", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "CreatorUpsertWithWhereUniqueWithoutLikesInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "CreatorUpsertWithWhereUniqueWithoutLikesInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true - } - ] - }, - { - "name": "connectOrCreate", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "CreatorCreateOrConnectWithoutlikesInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Null", + "location": "scalar", "isList": false - }, - { - "type": "CreatorCreateOrConnectWithoutlikesInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] } ] }, { - "name": "CreatorUpdateOneWithoutProblemsInput", + "name": "ProblemListRelationFilter", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "create", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "CreatorCreateWithoutProblemsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "CreatorUncheckedCreateWithoutProblemsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - }, - { - "name": "connect", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "CreatorWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - }, - { - "name": "disconnect", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "Boolean", - "location": "scalar", - "isList": false - } - ] - }, - { - "name": "delete", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "Boolean", - "location": "scalar", - "isList": false - } - ] - }, - { - "name": "update", + "name": "every", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "CreatorUpdateWithoutProblemsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "CreatorUncheckedUpdateWithoutProblemsInput", + "type": "ProblemWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -11006,12 +10637,12 @@ ] }, { - "name": "upsert", + "name": "some", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "CreatorUpsertWithoutProblemsInput", + "type": "ProblemWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -11019,12 +10650,12 @@ ] }, { - "name": "connectOrCreate", + "name": "none", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "CreatorCreateOrConnectWithoutproblemsInput", + "type": "ProblemWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -11034,7 +10665,7 @@ ] }, { - "name": "ProblemCreateManyWithoutLikedByInput", + "name": "postCreateManyWithoutAuthorInput", "constraints": { "maxNumFields": null, "minNumFields": null @@ -11046,25 +10677,25 @@ "isNullable": false, "inputTypes": [ { - "type": "ProblemCreateWithoutLikedByInput", + "type": "postCreateWithoutAuthorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "ProblemCreateWithoutLikedByInput", + "type": "postCreateWithoutAuthorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true }, { - "type": "ProblemUncheckedCreateWithoutLikedByInput", + "type": "postUncheckedCreateWithoutAuthorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "ProblemUncheckedCreateWithoutLikedByInput", + "type": "postUncheckedCreateWithoutAuthorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true @@ -11077,13 +10708,13 @@ "isNullable": false, "inputTypes": [ { - "type": "ProblemWhereUniqueInput", + "type": "postWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "ProblemWhereUniqueInput", + "type": "postWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true @@ -11096,13 +10727,13 @@ "isNullable": false, "inputTypes": [ { - "type": "ProblemCreateOrConnectWithoutlikedByInput", + "type": "postCreateOrConnectWithoutauthorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "ProblemCreateOrConnectWithoutlikedByInput", + "type": "postCreateOrConnectWithoutauthorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true @@ -11112,7 +10743,7 @@ ] }, { - "name": "ProblemCreateManyWithoutCreatorInput", + "name": "postCreateManyWithoutEditorInput", "constraints": { "maxNumFields": null, "minNumFields": null @@ -11124,25 +10755,25 @@ "isNullable": false, "inputTypes": [ { - "type": "ProblemCreateWithoutCreatorInput", + "type": "postCreateWithoutEditorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "ProblemCreateWithoutCreatorInput", + "type": "postCreateWithoutEditorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true }, { - "type": "ProblemUncheckedCreateWithoutCreatorInput", + "type": "postUncheckedCreateWithoutEditorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "ProblemUncheckedCreateWithoutCreatorInput", + "type": "postUncheckedCreateWithoutEditorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true @@ -11155,13 +10786,13 @@ "isNullable": false, "inputTypes": [ { - "type": "ProblemWhereUniqueInput", + "type": "postWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "ProblemWhereUniqueInput", + "type": "postWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true @@ -11174,13 +10805,13 @@ "isNullable": false, "inputTypes": [ { - "type": "ProblemCreateOrConnectWithoutcreatorInput", + "type": "postCreateOrConnectWithouteditorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "ProblemCreateOrConnectWithoutcreatorInput", + "type": "postCreateOrConnectWithouteditorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true @@ -11190,7 +10821,7 @@ ] }, { - "name": "ProblemUncheckedCreateManyWithoutCreatorInput", + "name": "postUncheckedCreateManyWithoutAuthorInput", "constraints": { "maxNumFields": null, "minNumFields": null @@ -11202,25 +10833,25 @@ "isNullable": false, "inputTypes": [ { - "type": "ProblemCreateWithoutCreatorInput", + "type": "postCreateWithoutAuthorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "ProblemCreateWithoutCreatorInput", + "type": "postCreateWithoutAuthorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true }, { - "type": "ProblemUncheckedCreateWithoutCreatorInput", + "type": "postUncheckedCreateWithoutAuthorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "ProblemUncheckedCreateWithoutCreatorInput", + "type": "postUncheckedCreateWithoutAuthorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true @@ -11233,13 +10864,13 @@ "isNullable": false, "inputTypes": [ { - "type": "ProblemWhereUniqueInput", + "type": "postWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "ProblemWhereUniqueInput", + "type": "postWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true @@ -11252,13 +10883,13 @@ "isNullable": false, "inputTypes": [ { - "type": "ProblemCreateOrConnectWithoutcreatorInput", + "type": "postCreateOrConnectWithoutauthorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "ProblemCreateOrConnectWithoutcreatorInput", + "type": "postCreateOrConnectWithoutauthorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true @@ -11268,7 +10899,7 @@ ] }, { - "name": "ProblemUpdateManyWithoutLikedByInput", + "name": "postUncheckedCreateManyWithoutEditorInput", "constraints": { "maxNumFields": null, "minNumFields": null @@ -11280,25 +10911,25 @@ "isNullable": false, "inputTypes": [ { - "type": "ProblemCreateWithoutLikedByInput", + "type": "postCreateWithoutEditorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "ProblemCreateWithoutLikedByInput", + "type": "postCreateWithoutEditorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true }, { - "type": "ProblemUncheckedCreateWithoutLikedByInput", + "type": "postUncheckedCreateWithoutEditorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "ProblemUncheckedCreateWithoutLikedByInput", + "type": "postUncheckedCreateWithoutEditorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true @@ -11311,13 +10942,13 @@ "isNullable": false, "inputTypes": [ { - "type": "ProblemWhereUniqueInput", + "type": "postWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "ProblemWhereUniqueInput", + "type": "postWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true @@ -11325,161 +10956,235 @@ ] }, { - "name": "set", + "name": "connectOrCreate", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "ProblemWhereUniqueInput", + "type": "postCreateOrConnectWithouteditorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "ProblemWhereUniqueInput", + "type": "postCreateOrConnectWithouteditorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true } ] - }, + } + ] + }, + { + "name": "StringFieldUpdateOperationsInput", + "constraints": { + "maxNumFields": 1, + "minNumFields": 1 + }, + "fields": [ { - "name": "disconnect", + "name": "set", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "ProblemWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "String", + "location": "scalar", "isList": false - }, - { - "type": "ProblemWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] - }, - { - "name": "delete", + } + ] + }, + { + "name": "NullableStringFieldUpdateOperationsInput", + "constraints": { + "maxNumFields": 1, + "minNumFields": 1 + }, + "fields": [ + { + "name": "set", "isRequired": false, - "isNullable": false, + "isNullable": true, "inputTypes": [ { - "type": "ProblemWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "String", + "location": "scalar", "isList": false }, { - "type": "ProblemWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true + "type": "Null", + "location": "scalar", + "isList": false } ] - }, + } + ] + }, + { + "name": "IntFieldUpdateOperationsInput", + "constraints": { + "maxNumFields": 1, + "minNumFields": 1 + }, + "fields": [ { - "name": "update", + "name": "set", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "ProblemUpdateWithWhereUniqueWithoutLikedByInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Int", + "location": "scalar", "isList": false - }, + } + ] + }, + { + "name": "increment", + "isRequired": false, + "isNullable": false, + "inputTypes": [ { - "type": "ProblemUpdateWithWhereUniqueWithoutLikedByInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true + "type": "Int", + "location": "scalar", + "isList": false } ] }, { - "name": "updateMany", + "name": "decrement", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "ProblemUpdateManyWithWhereWithoutLikedByInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Int", + "location": "scalar", "isList": false - }, + } + ] + }, + { + "name": "multiply", + "isRequired": false, + "isNullable": false, + "inputTypes": [ { - "type": "ProblemUpdateManyWithWhereWithoutLikedByInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true + "type": "Int", + "location": "scalar", + "isList": false } ] }, { - "name": "deleteMany", + "name": "divide", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "ProblemScalarWhereInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Int", + "location": "scalar", "isList": false - }, + } + ] + } + ] + }, + { + "name": "FloatFieldUpdateOperationsInput", + "constraints": { + "maxNumFields": 1, + "minNumFields": 1 + }, + "fields": [ + { + "name": "set", + "isRequired": false, + "isNullable": false, + "inputTypes": [ { - "type": "ProblemScalarWhereInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true + "type": "Float", + "location": "scalar", + "isList": false } ] }, { - "name": "upsert", + "name": "increment", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "ProblemUpsertWithWhereUniqueWithoutLikedByInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Float", + "location": "scalar", "isList": false - }, + } + ] + }, + { + "name": "decrement", + "isRequired": false, + "isNullable": false, + "inputTypes": [ { - "type": "ProblemUpsertWithWhereUniqueWithoutLikedByInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true + "type": "Float", + "location": "scalar", + "isList": false } ] }, { - "name": "connectOrCreate", + "name": "multiply", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "ProblemCreateOrConnectWithoutlikedByInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Float", + "location": "scalar", "isList": false - }, + } + ] + }, + { + "name": "divide", + "isRequired": false, + "isNullable": false, + "inputTypes": [ { - "type": "ProblemCreateOrConnectWithoutlikedByInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true + "type": "Float", + "location": "scalar", + "isList": false } ] } ] }, { - "name": "ProblemUpdateManyWithoutCreatorInput", + "name": "EnumRoleFieldUpdateOperationsInput", + "constraints": { + "maxNumFields": 1, + "minNumFields": 1 + }, + "fields": [ + { + "name": "set", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Role", + "namespace": "model", + "location": "enumTypes", + "isList": false + } + ] + } + ] + }, + { + "name": "postUpdateManyWithoutAuthorInput", "constraints": { "maxNumFields": null, "minNumFields": null @@ -11491,25 +11196,25 @@ "isNullable": false, "inputTypes": [ { - "type": "ProblemCreateWithoutCreatorInput", + "type": "postCreateWithoutAuthorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "ProblemCreateWithoutCreatorInput", + "type": "postCreateWithoutAuthorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true }, { - "type": "ProblemUncheckedCreateWithoutCreatorInput", + "type": "postUncheckedCreateWithoutAuthorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "ProblemUncheckedCreateWithoutCreatorInput", + "type": "postUncheckedCreateWithoutAuthorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true @@ -11522,13 +11227,13 @@ "isNullable": false, "inputTypes": [ { - "type": "ProblemWhereUniqueInput", + "type": "postWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "ProblemWhereUniqueInput", + "type": "postWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true @@ -11541,13 +11246,13 @@ "isNullable": false, "inputTypes": [ { - "type": "ProblemWhereUniqueInput", + "type": "postWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "ProblemWhereUniqueInput", + "type": "postWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true @@ -11560,13 +11265,13 @@ "isNullable": false, "inputTypes": [ { - "type": "ProblemWhereUniqueInput", + "type": "postWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "ProblemWhereUniqueInput", + "type": "postWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true @@ -11579,13 +11284,13 @@ "isNullable": false, "inputTypes": [ { - "type": "ProblemWhereUniqueInput", + "type": "postWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "ProblemWhereUniqueInput", + "type": "postWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true @@ -11598,13 +11303,13 @@ "isNullable": false, "inputTypes": [ { - "type": "ProblemUpdateWithWhereUniqueWithoutCreatorInput", + "type": "postUpdateWithWhereUniqueWithoutAuthorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "ProblemUpdateWithWhereUniqueWithoutCreatorInput", + "type": "postUpdateWithWhereUniqueWithoutAuthorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true @@ -11617,13 +11322,13 @@ "isNullable": false, "inputTypes": [ { - "type": "ProblemUpdateManyWithWhereWithoutCreatorInput", + "type": "postUpdateManyWithWhereWithoutAuthorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "ProblemUpdateManyWithWhereWithoutCreatorInput", + "type": "postUpdateManyWithWhereWithoutAuthorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true @@ -11636,13 +11341,13 @@ "isNullable": false, "inputTypes": [ { - "type": "ProblemScalarWhereInput", + "type": "postScalarWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "ProblemScalarWhereInput", + "type": "postScalarWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true @@ -11655,13 +11360,13 @@ "isNullable": false, "inputTypes": [ { - "type": "ProblemUpsertWithWhereUniqueWithoutCreatorInput", + "type": "postUpsertWithWhereUniqueWithoutAuthorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "ProblemUpsertWithWhereUniqueWithoutCreatorInput", + "type": "postUpsertWithWhereUniqueWithoutAuthorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true @@ -11674,13 +11379,13 @@ "isNullable": false, "inputTypes": [ { - "type": "ProblemCreateOrConnectWithoutcreatorInput", + "type": "postCreateOrConnectWithoutauthorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "ProblemCreateOrConnectWithoutcreatorInput", + "type": "postCreateOrConnectWithoutauthorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true @@ -11690,7 +11395,7 @@ ] }, { - "name": "ProblemUncheckedUpdateManyWithoutCreatorInput", + "name": "postUpdateManyWithoutEditorInput", "constraints": { "maxNumFields": null, "minNumFields": null @@ -11702,25 +11407,25 @@ "isNullable": false, "inputTypes": [ { - "type": "ProblemCreateWithoutCreatorInput", + "type": "postCreateWithoutEditorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "ProblemCreateWithoutCreatorInput", + "type": "postCreateWithoutEditorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true }, { - "type": "ProblemUncheckedCreateWithoutCreatorInput", + "type": "postUncheckedCreateWithoutEditorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "ProblemUncheckedCreateWithoutCreatorInput", + "type": "postUncheckedCreateWithoutEditorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true @@ -11733,13 +11438,13 @@ "isNullable": false, "inputTypes": [ { - "type": "ProblemWhereUniqueInput", + "type": "postWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "ProblemWhereUniqueInput", + "type": "postWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true @@ -11752,13 +11457,13 @@ "isNullable": false, "inputTypes": [ { - "type": "ProblemWhereUniqueInput", + "type": "postWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "ProblemWhereUniqueInput", + "type": "postWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true @@ -11771,13 +11476,13 @@ "isNullable": false, "inputTypes": [ { - "type": "ProblemWhereUniqueInput", + "type": "postWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "ProblemWhereUniqueInput", + "type": "postWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true @@ -11790,13 +11495,13 @@ "isNullable": false, "inputTypes": [ { - "type": "ProblemWhereUniqueInput", + "type": "postWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "ProblemWhereUniqueInput", + "type": "postWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true @@ -11809,13 +11514,13 @@ "isNullable": false, "inputTypes": [ { - "type": "ProblemUpdateWithWhereUniqueWithoutCreatorInput", + "type": "postUpdateWithWhereUniqueWithoutEditorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "ProblemUpdateWithWhereUniqueWithoutCreatorInput", + "type": "postUpdateWithWhereUniqueWithoutEditorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true @@ -11828,13 +11533,13 @@ "isNullable": false, "inputTypes": [ { - "type": "ProblemUpdateManyWithWhereWithoutCreatorInput", + "type": "postUpdateManyWithWhereWithoutEditorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "ProblemUpdateManyWithWhereWithoutCreatorInput", + "type": "postUpdateManyWithWhereWithoutEditorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true @@ -11847,13 +11552,13 @@ "isNullable": false, "inputTypes": [ { - "type": "ProblemScalarWhereInput", + "type": "postScalarWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "ProblemScalarWhereInput", + "type": "postScalarWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true @@ -11866,13 +11571,13 @@ "isNullable": false, "inputTypes": [ { - "type": "ProblemUpsertWithWhereUniqueWithoutCreatorInput", + "type": "postUpsertWithWhereUniqueWithoutEditorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "ProblemUpsertWithWhereUniqueWithoutCreatorInput", + "type": "postUpsertWithWhereUniqueWithoutEditorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true @@ -11885,13 +11590,13 @@ "isNullable": false, "inputTypes": [ { - "type": "ProblemCreateOrConnectWithoutcreatorInput", + "type": "postCreateOrConnectWithouteditorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "ProblemCreateOrConnectWithoutcreatorInput", + "type": "postCreateOrConnectWithouteditorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true @@ -11901,419 +11606,593 @@ ] }, { - "name": "NestedIntFilter", + "name": "postUncheckedUpdateManyWithoutAuthorInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "equals", + "name": "create", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", + "type": "postCreateWithoutAuthorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "postCreateWithoutAuthorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true + }, + { + "type": "postUncheckedCreateWithoutAuthorInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false + }, + { + "type": "postUncheckedCreateWithoutAuthorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "in", + "name": "connect", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", + "type": "postWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "postWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": true } ] }, { - "name": "notIn", + "name": "set", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", + "type": "postWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "postWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": true } ] }, { - "name": "lt", + "name": "disconnect", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", + "type": "postWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false + }, + { + "type": "postWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "lte", + "name": "delete", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", + "type": "postWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false + }, + { + "type": "postWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "gt", + "name": "update", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", + "type": "postUpdateWithWhereUniqueWithoutAuthorInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false + }, + { + "type": "postUpdateWithWhereUniqueWithoutAuthorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "gte", + "name": "updateMany", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", + "type": "postUpdateManyWithWhereWithoutAuthorInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false + }, + { + "type": "postUpdateManyWithWhereWithoutAuthorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "not", + "name": "deleteMany", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", + "type": "postScalarWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false }, { - "type": "NestedIntFilter", + "type": "postScalarWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true + } + ] + }, + { + "name": "upsert", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "postUpsertWithWhereUniqueWithoutAuthorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "postUpsertWithWhereUniqueWithoutAuthorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true + } + ] + }, + { + "name": "connectOrCreate", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "postCreateOrConnectWithoutauthorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false + }, + { + "type": "postCreateOrConnectWithoutauthorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] } ] }, { - "name": "NestedStringFilter", + "name": "postUncheckedUpdateManyWithoutEditorInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "equals", + "name": "create", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "postCreateWithoutEditorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "postCreateWithoutEditorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true + }, + { + "type": "postUncheckedCreateWithoutEditorInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false + }, + { + "type": "postUncheckedCreateWithoutEditorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "in", + "name": "connect", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "postWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "postWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": true } ] }, { - "name": "notIn", + "name": "set", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "postWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "postWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": true } ] }, { - "name": "lt", + "name": "disconnect", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "postWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false + }, + { + "type": "postWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "lte", + "name": "delete", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "postWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false + }, + { + "type": "postWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "gt", + "name": "update", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", - "isList": false - } - ] - }, - { - "name": "gte", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "String", - "location": "scalar", + "type": "postUpdateWithWhereUniqueWithoutEditorInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false + }, + { + "type": "postUpdateWithWhereUniqueWithoutEditorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "contains", + "name": "updateMany", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "postUpdateManyWithWhereWithoutEditorInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false + }, + { + "type": "postUpdateManyWithWhereWithoutEditorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "startsWith", + "name": "deleteMany", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "postScalarWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false + }, + { + "type": "postScalarWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "endsWith", + "name": "upsert", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "postUpsertWithWhereUniqueWithoutEditorInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false + }, + { + "type": "postUpsertWithWhereUniqueWithoutEditorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "not", + "name": "connectOrCreate", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "postCreateOrConnectWithouteditorInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false }, { - "type": "NestedStringFilter", + "type": "postCreateOrConnectWithouteditorInput", "namespace": "prisma", "location": "inputObjectTypes", - "isList": false + "isList": true } ] } ] }, { - "name": "NestedStringNullableFilter", + "name": "UserCreateOneWithoutPostsInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "equals", + "name": "create", "isRequired": false, - "isNullable": true, + "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", - "isList": false - }, - { - "type": "Null", - "location": "scalar", + "type": "UserCreateWithoutPostsInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false - } - ] - }, - { - "name": "in", - "isRequired": false, - "isNullable": true, - "inputTypes": [ - { - "type": "String", - "location": "scalar", - "isList": true }, { - "type": "Null", - "location": "scalar", + "type": "UserUncheckedCreateWithoutPostsInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] }, { - "name": "notIn", + "name": "connect", "isRequired": false, - "isNullable": true, + "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", - "isList": true - }, - { - "type": "Null", - "location": "scalar", + "type": "UserWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] }, { - "name": "lt", + "name": "connectOrCreate", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "UserCreateOrConnectWithoutpostsInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] - }, + } + ] + }, + { + "name": "UserCreateOneWithoutEditorPostsInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ { - "name": "lte", + "name": "create", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "UserCreateWithoutEditorPostsInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false - } - ] - }, - { - "name": "gt", - "isRequired": false, - "isNullable": false, - "inputTypes": [ + }, { - "type": "String", - "location": "scalar", + "type": "UserUncheckedCreateWithoutEditorPostsInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] }, { - "name": "gte", + "name": "connect", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "UserWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] }, { - "name": "contains", + "name": "connectOrCreate", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "UserCreateOrConnectWithouteditorPostsInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] - }, + } + ] + }, + { + "name": "DateTimeFieldUpdateOperationsInput", + "constraints": { + "maxNumFields": 1, + "minNumFields": 1 + }, + "fields": [ { - "name": "startsWith", + "name": "set", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", + "type": "DateTime", "location": "scalar", "isList": false } ] - }, + } + ] + }, + { + "name": "BoolFieldUpdateOperationsInput", + "constraints": { + "maxNumFields": 1, + "minNumFields": 1 + }, + "fields": [ { - "name": "endsWith", + "name": "set", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", + "type": "Boolean", "location": "scalar", "isList": false } ] - }, + } + ] + }, + { + "name": "NullableEnumPostKindFieldUpdateOperationsInput", + "constraints": { + "maxNumFields": 1, + "minNumFields": 1 + }, + "fields": [ { - "name": "not", + "name": "set", "isRequired": false, "isNullable": true, "inputTypes": [ { - "type": "String", - "location": "scalar", - "isList": false - }, - { - "type": "NestedStringNullableFilter", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "PostKind", + "namespace": "model", + "location": "enumTypes", "isList": false }, { @@ -12326,325 +12205,321 @@ ] }, { - "name": "NestedFloatFilter", + "name": "UserUpdateOneRequiredWithoutPostsInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "equals", + "name": "create", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Float", - "location": "scalar", + "type": "UserCreateWithoutPostsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "UserUncheckedCreateWithoutPostsInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] }, { - "name": "in", + "name": "connect", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Float", - "location": "scalar", - "isList": true + "type": "UserWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false } ] }, { - "name": "notIn", + "name": "update", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Float", - "location": "scalar", - "isList": true - } - ] - }, - { - "name": "lt", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "Float", - "location": "scalar", + "type": "UserUpdateWithoutPostsInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false - } - ] - }, - { - "name": "lte", - "isRequired": false, - "isNullable": false, - "inputTypes": [ + }, { - "type": "Float", - "location": "scalar", + "type": "UserUncheckedUpdateWithoutPostsInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] }, { - "name": "gt", + "name": "upsert", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Float", - "location": "scalar", + "type": "UserUpsertWithoutPostsInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] }, { - "name": "gte", + "name": "connectOrCreate", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Float", - "location": "scalar", + "type": "UserCreateOrConnectWithoutpostsInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] - }, + } + ] + }, + { + "name": "UserUpdateOneWithoutEditorPostsInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ { - "name": "not", + "name": "create", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Float", - "location": "scalar", + "type": "UserCreateWithoutEditorPostsInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false }, { - "type": "NestedFloatFilter", + "type": "UserUncheckedCreateWithoutEditorPostsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false } ] - } - ] - }, - { - "name": "NestedEnumRoleFilter", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "equals", + "name": "connect", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Role", - "namespace": "model", - "location": "enumTypes", + "type": "UserWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] }, { - "name": "in", + "name": "disconnect", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Role", - "namespace": "model", - "location": "enumTypes", - "isList": true + "type": "Boolean", + "location": "scalar", + "isList": false } ] }, { - "name": "notIn", + "name": "delete", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Role", - "namespace": "model", - "location": "enumTypes", - "isList": true + "type": "Boolean", + "location": "scalar", + "isList": false } ] }, { - "name": "not", + "name": "update", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Role", - "namespace": "model", - "location": "enumTypes", + "type": "UserUpdateWithoutEditorPostsInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false }, { - "type": "NestedEnumRoleFilter", + "type": "UserUncheckedUpdateWithoutEditorPostsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false } ] - } - ] - }, - { - "name": "NestedDateTimeFilter", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "equals", + "name": "upsert", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "DateTime", - "location": "scalar", + "type": "UserUpsertWithoutEditorPostsInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] }, { - "name": "in", + "name": "connectOrCreate", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "DateTime", - "location": "scalar", - "isList": true + "type": "UserCreateOrConnectWithouteditorPostsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false } ] - }, + } + ] + }, + { + "name": "NullableIntFieldUpdateOperationsInput", + "constraints": { + "maxNumFields": 1, + "minNumFields": 1 + }, + "fields": [ { - "name": "notIn", + "name": "set", "isRequired": false, - "isNullable": false, + "isNullable": true, "inputTypes": [ { - "type": "DateTime", + "type": "Int", "location": "scalar", - "isList": true - } - ] - }, - { - "name": "lt", - "isRequired": false, - "isNullable": false, - "inputTypes": [ + "isList": false + }, { - "type": "DateTime", + "type": "Null", "location": "scalar", "isList": false } ] }, { - "name": "lte", + "name": "increment", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "DateTime", + "type": "Int", "location": "scalar", "isList": false } ] }, { - "name": "gt", + "name": "decrement", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "DateTime", + "type": "Int", "location": "scalar", "isList": false } ] }, { - "name": "gte", + "name": "multiply", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "DateTime", + "type": "Int", "location": "scalar", "isList": false } ] }, { - "name": "not", + "name": "divide", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "DateTime", + "type": "Int", "location": "scalar", "isList": false - }, - { - "type": "NestedDateTimeFilter", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false } ] } ] }, { - "name": "NestedBoolFilter", + "name": "DirectorCreateOneWithoutMoviesInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "equals", + "name": "create", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Boolean", - "location": "scalar", + "type": "DirectorCreateWithoutMoviesInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "DirectorUncheckedCreateWithoutMoviesInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] }, { - "name": "not", + "name": "connect", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Boolean", - "location": "scalar", + "type": "DirectorWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false - }, + } + ] + }, + { + "name": "connectOrCreate", + "isRequired": false, + "isNullable": false, + "inputTypes": [ { - "type": "NestedBoolFilter", + "type": "DirectorCreateOrConnectWithoutmoviesInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -12654,845 +12529,1088 @@ ] }, { - "name": "NestedIntNullableFilter", + "name": "DirectorUpdateOneRequiredWithoutMoviesInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "equals", + "name": "create", "isRequired": false, - "isNullable": true, + "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", + "type": "DirectorCreateWithoutMoviesInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false }, { - "type": "Null", - "location": "scalar", + "type": "DirectorUncheckedCreateWithoutMoviesInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] }, { - "name": "in", + "name": "connect", "isRequired": false, - "isNullable": true, + "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", - "isList": true - }, - { - "type": "Null", - "location": "scalar", + "type": "DirectorWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] }, { - "name": "notIn", + "name": "update", "isRequired": false, - "isNullable": true, + "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", - "isList": true - }, - { - "type": "Null", - "location": "scalar", + "type": "DirectorUpdateWithoutMoviesInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "DirectorUncheckedUpdateWithoutMoviesInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] }, { - "name": "lt", + "name": "upsert", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", + "type": "DirectorUpsertWithoutMoviesInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] }, { - "name": "lte", + "name": "connectOrCreate", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", + "type": "DirectorCreateOrConnectWithoutmoviesInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] - }, + } + ] + }, + { + "name": "MovieCreateManyWithoutDirectorInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ { - "name": "gt", + "name": "create", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", + "type": "MovieCreateWithoutDirectorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "MovieCreateWithoutDirectorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true + }, + { + "type": "MovieUncheckedCreateWithoutDirectorInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false + }, + { + "type": "MovieUncheckedCreateWithoutDirectorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "gte", + "name": "connect", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", + "type": "MovieWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false + }, + { + "type": "MovieWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "not", + "name": "connectOrCreate", "isRequired": false, - "isNullable": true, + "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", - "isList": false - }, - { - "type": "NestedIntNullableFilter", + "type": "MovieCreateOrConnectWithoutdirectorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "Null", - "location": "scalar", - "isList": false + "type": "MovieCreateOrConnectWithoutdirectorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] } ] }, { - "name": "NestedEnumPostKindNullableFilter", + "name": "MovieUncheckedCreateManyWithoutDirectorInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "equals", + "name": "create", "isRequired": false, - "isNullable": true, + "isNullable": false, "inputTypes": [ { - "type": "PostKind", - "namespace": "model", - "location": "enumTypes", + "type": "MovieCreateWithoutDirectorInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false }, { - "type": "Null", - "location": "scalar", - "isList": false - } - ] - }, - { - "name": "in", - "isRequired": false, - "isNullable": true, - "inputTypes": [ - { - "type": "PostKind", - "namespace": "model", - "location": "enumTypes", + "type": "MovieCreateWithoutDirectorInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": true }, { - "type": "Null", - "location": "scalar", + "type": "MovieUncheckedCreateWithoutDirectorInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false + }, + { + "type": "MovieUncheckedCreateWithoutDirectorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "notIn", + "name": "connect", "isRequired": false, - "isNullable": true, + "isNullable": false, "inputTypes": [ { - "type": "PostKind", - "namespace": "model", - "location": "enumTypes", - "isList": true + "type": "MovieWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false }, { - "type": "Null", - "location": "scalar", - "isList": false + "type": "MovieWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "not", + "name": "connectOrCreate", "isRequired": false, - "isNullable": true, + "isNullable": false, "inputTypes": [ { - "type": "PostKind", - "namespace": "model", - "location": "enumTypes", - "isList": false - }, - { - "type": "NestedEnumPostKindNullableFilter", + "type": "MovieCreateOrConnectWithoutdirectorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "Null", - "location": "scalar", - "isList": false + "type": "MovieCreateOrConnectWithoutdirectorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] } ] }, { - "name": "postCreateWithoutAuthorInput", + "name": "MovieUpdateManyWithoutDirectorInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "uuid", + "name": "create", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "MovieCreateWithoutDirectorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "MovieCreateWithoutDirectorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true + }, + { + "type": "MovieUncheckedCreateWithoutDirectorInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false + }, + { + "type": "MovieUncheckedCreateWithoutDirectorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "createdAt", + "name": "connect", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "DateTime", - "location": "scalar", + "type": "MovieWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false + }, + { + "type": "MovieWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "updatedAt", + "name": "set", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "DateTime", - "location": "scalar", + "type": "MovieWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false + }, + { + "type": "MovieWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "published", - "isRequired": true, + "name": "disconnect", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Boolean", - "location": "scalar", + "type": "MovieWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false + }, + { + "type": "MovieWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "title", - "isRequired": true, + "name": "delete", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "MovieWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false + }, + { + "type": "MovieWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "subtitle", - "isRequired": true, + "name": "update", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "MovieUpdateWithWhereUniqueWithoutDirectorInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false + }, + { + "type": "MovieUpdateWithWhereUniqueWithoutDirectorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "content", + "name": "updateMany", "isRequired": false, - "isNullable": true, + "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "MovieUpdateManyWithWhereWithoutDirectorInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false }, { - "type": "Null", - "location": "scalar", - "isList": false + "type": "MovieUpdateManyWithWhereWithoutDirectorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "kind", + "name": "deleteMany", "isRequired": false, - "isNullable": true, + "isNullable": false, "inputTypes": [ { - "type": "PostKind", - "namespace": "model", - "location": "enumTypes", + "type": "MovieScalarWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false }, { - "type": "Null", - "location": "scalar", - "isList": false + "type": "MovieScalarWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "metadata", - "isRequired": true, + "name": "upsert", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Json", - "location": "scalar", + "type": "MovieUpsertWithWhereUniqueWithoutDirectorInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false + }, + { + "type": "MovieUpsertWithWhereUniqueWithoutDirectorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "editor", + "name": "connectOrCreate", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "UserCreateOneWithoutEditorPostsInput", + "type": "MovieCreateOrConnectWithoutdirectorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false + }, + { + "type": "MovieCreateOrConnectWithoutdirectorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] } ] }, { - "name": "postUncheckedCreateWithoutAuthorInput", + "name": "MovieUncheckedUpdateManyWithoutDirectorInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "uuid", + "name": "create", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "MovieCreateWithoutDirectorInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false + }, + { + "type": "MovieCreateWithoutDirectorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true + }, + { + "type": "MovieUncheckedCreateWithoutDirectorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "MovieUncheckedCreateWithoutDirectorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "createdAt", + "name": "connect", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "DateTime", - "location": "scalar", + "type": "MovieWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false + }, + { + "type": "MovieWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "updatedAt", + "name": "set", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "DateTime", - "location": "scalar", + "type": "MovieWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false + }, + { + "type": "MovieWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "published", - "isRequired": true, + "name": "disconnect", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Boolean", - "location": "scalar", + "type": "MovieWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false + }, + { + "type": "MovieWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "title", - "isRequired": true, + "name": "delete", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "MovieWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false + }, + { + "type": "MovieWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "subtitle", - "isRequired": true, + "name": "update", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "MovieUpdateWithWhereUniqueWithoutDirectorInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false + }, + { + "type": "MovieUpdateWithWhereUniqueWithoutDirectorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "content", + "name": "updateMany", "isRequired": false, - "isNullable": true, + "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "MovieUpdateManyWithWhereWithoutDirectorInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false }, { - "type": "Null", - "location": "scalar", - "isList": false + "type": "MovieUpdateManyWithWhereWithoutDirectorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "editorId", + "name": "deleteMany", "isRequired": false, - "isNullable": true, + "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", + "type": "MovieScalarWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false }, { - "type": "Null", - "location": "scalar", - "isList": false + "type": "MovieScalarWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "kind", + "name": "upsert", "isRequired": false, - "isNullable": true, + "isNullable": false, "inputTypes": [ { - "type": "PostKind", - "namespace": "model", - "location": "enumTypes", + "type": "MovieUpsertWithWhereUniqueWithoutDirectorInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false }, { - "type": "Null", - "location": "scalar", - "isList": false + "type": "MovieUpsertWithWhereUniqueWithoutDirectorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "metadata", - "isRequired": true, + "name": "connectOrCreate", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Json", - "location": "scalar", + "type": "MovieCreateOrConnectWithoutdirectorInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false + }, + { + "type": "MovieCreateOrConnectWithoutdirectorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] } ] }, { - "name": "postCreateOrConnectWithoutauthorInput", + "name": "CreatorCreateManyWithoutLikesInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "where", - "isRequired": true, + "name": "create", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postWhereUniqueInput", + "type": "CreatorCreateWithoutLikesInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - } - ] - }, - { - "name": "create", - "isRequired": true, - "isNullable": false, - "inputTypes": [ + }, { - "type": "postCreateWithoutAuthorInput", + "type": "CreatorCreateWithoutLikesInput", "namespace": "prisma", "location": "inputObjectTypes", - "isList": false + "isList": true }, { - "type": "postUncheckedCreateWithoutAuthorInput", + "type": "CreatorUncheckedCreateWithoutLikesInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false + }, + { + "type": "CreatorUncheckedCreateWithoutLikesInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] - } - ] - }, - { - "name": "postCreateWithoutEditorInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "uuid", + "name": "connect", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "CreatorWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false + }, + { + "type": "CreatorWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "createdAt", + "name": "connectOrCreate", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "DateTime", - "location": "scalar", + "type": "CreatorCreateOrConnectWithoutlikesInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false + }, + { + "type": "CreatorCreateOrConnectWithoutlikesInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] - }, + } + ] + }, + { + "name": "CreatorCreateOneWithoutProblemsInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ { - "name": "updatedAt", + "name": "create", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "DateTime", - "location": "scalar", + "type": "CreatorCreateWithoutProblemsInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false - } - ] - }, - { - "name": "published", - "isRequired": true, - "isNullable": false, - "inputTypes": [ + }, { - "type": "Boolean", - "location": "scalar", + "type": "CreatorUncheckedCreateWithoutProblemsInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] }, { - "name": "title", - "isRequired": true, + "name": "connect", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "CreatorWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] }, { - "name": "subtitle", - "isRequired": true, + "name": "connectOrCreate", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "CreatorCreateOrConnectWithoutproblemsInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] - }, + } + ] + }, + { + "name": "CreatorUpdateManyWithoutLikesInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ { - "name": "content", + "name": "create", "isRequired": false, - "isNullable": true, + "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "CreatorCreateWithoutLikesInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false }, { - "type": "Null", - "location": "scalar", + "type": "CreatorCreateWithoutLikesInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true + }, + { + "type": "CreatorUncheckedCreateWithoutLikesInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false + }, + { + "type": "CreatorUncheckedCreateWithoutLikesInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "kind", + "name": "connect", "isRequired": false, - "isNullable": true, + "isNullable": false, "inputTypes": [ { - "type": "PostKind", - "namespace": "model", - "location": "enumTypes", + "type": "CreatorWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false }, { - "type": "Null", - "location": "scalar", - "isList": false + "type": "CreatorWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "metadata", - "isRequired": true, + "name": "set", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Json", - "location": "scalar", + "type": "CreatorWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false + }, + { + "type": "CreatorWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "author", - "isRequired": true, + "name": "disconnect", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "UserCreateOneWithoutPostsInput", + "type": "CreatorWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false + }, + { + "type": "CreatorWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] - } - ] - }, - { - "name": "postUncheckedCreateWithoutEditorInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "uuid", + "name": "delete", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "CreatorWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false + }, + { + "type": "CreatorWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "createdAt", + "name": "update", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "DateTime", - "location": "scalar", + "type": "CreatorUpdateWithWhereUniqueWithoutLikesInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false + }, + { + "type": "CreatorUpdateWithWhereUniqueWithoutLikesInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "updatedAt", + "name": "updateMany", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "DateTime", - "location": "scalar", + "type": "CreatorUpdateManyWithWhereWithoutLikesInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false + }, + { + "type": "CreatorUpdateManyWithWhereWithoutLikesInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "published", - "isRequired": true, + "name": "deleteMany", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Boolean", - "location": "scalar", + "type": "CreatorScalarWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false + }, + { + "type": "CreatorScalarWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "title", - "isRequired": true, + "name": "upsert", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "CreatorUpsertWithWhereUniqueWithoutLikesInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false + }, + { + "type": "CreatorUpsertWithWhereUniqueWithoutLikesInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "subtitle", - "isRequired": true, + "name": "connectOrCreate", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "CreatorCreateOrConnectWithoutlikesInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false + }, + { + "type": "CreatorCreateOrConnectWithoutlikesInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] - }, + } + ] + }, + { + "name": "CreatorUpdateOneWithoutProblemsInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ { - "name": "content", + "name": "create", "isRequired": false, - "isNullable": true, + "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "CreatorCreateWithoutProblemsInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false }, { - "type": "Null", - "location": "scalar", + "type": "CreatorUncheckedCreateWithoutProblemsInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] }, { - "name": "authorId", - "isRequired": true, + "name": "connect", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", + "type": "CreatorWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] }, { - "name": "kind", + "name": "disconnect", "isRequired": false, - "isNullable": true, + "isNullable": false, "inputTypes": [ { - "type": "PostKind", - "namespace": "model", - "location": "enumTypes", - "isList": false - }, - { - "type": "Null", + "type": "Boolean", "location": "scalar", "isList": false } ] }, { - "name": "metadata", - "isRequired": true, + "name": "delete", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Json", + "type": "Boolean", "location": "scalar", "isList": false } ] - } - ] - }, - { - "name": "postCreateOrConnectWithouteditorInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "where", - "isRequired": true, + "name": "update", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postWhereUniqueInput", + "type": "CreatorUpdateWithoutProblemsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "CreatorUncheckedUpdateWithoutProblemsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -13500,18 +13618,25 @@ ] }, { - "name": "create", - "isRequired": true, + "name": "upsert", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postCreateWithoutEditorInput", + "type": "CreatorUpsertWithoutProblemsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - }, + } + ] + }, + { + "name": "connectOrCreate", + "isRequired": false, + "isNullable": false, + "inputTypes": [ { - "type": "postUncheckedCreateWithoutEditorInput", + "type": "CreatorCreateOrConnectWithoutproblemsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -13521,120 +13646,115 @@ ] }, { - "name": "postUpdateWithWhereUniqueWithoutAuthorInput", + "name": "ProblemCreateManyWithoutLikedByInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "where", - "isRequired": true, + "name": "create", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postWhereUniqueInput", + "type": "ProblemCreateWithoutLikedByInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - } - ] - }, - { - "name": "data", - "isRequired": true, - "isNullable": false, - "inputTypes": [ + }, { - "type": "postUpdateWithoutAuthorInput", + "type": "ProblemCreateWithoutLikedByInput", "namespace": "prisma", "location": "inputObjectTypes", - "isList": false + "isList": true }, { - "type": "postUncheckedUpdateWithoutAuthorInput", + "type": "ProblemUncheckedCreateWithoutLikedByInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false + }, + { + "type": "ProblemUncheckedCreateWithoutLikedByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] - } - ] - }, - { - "name": "postUpdateManyWithWhereWithoutAuthorInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "where", - "isRequired": true, + "name": "connect", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postScalarWhereInput", + "type": "ProblemWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false + }, + { + "type": "ProblemWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "data", - "isRequired": true, + "name": "connectOrCreate", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postUpdateManyMutationInput", + "type": "ProblemCreateOrConnectWithoutlikedByInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "postUncheckedUpdateManyWithoutPostsInput", + "type": "ProblemCreateOrConnectWithoutlikedByInput", "namespace": "prisma", "location": "inputObjectTypes", - "isList": false + "isList": true } ] } ] }, { - "name": "postScalarWhereInput", + "name": "ProblemCreateManyWithoutCreatorInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "AND", + "name": "create", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postScalarWhereInput", + "type": "ProblemCreateWithoutCreatorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "postScalarWhereInput", + "type": "ProblemCreateWithoutCreatorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true - } - ] - }, - { - "name": "OR", - "isRequired": false, - "isNullable": false, - "inputTypes": [ + }, { - "type": "postScalarWhereInput", + "type": "ProblemUncheckedCreateWithoutCreatorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "ProblemUncheckedCreateWithoutCreatorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true @@ -13642,18 +13762,18 @@ ] }, { - "name": "NOT", + "name": "connect", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postScalarWhereInput", + "type": "ProblemWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "postScalarWhereInput", + "type": "ProblemWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true @@ -13661,710 +13781,783 @@ ] }, { - "name": "uuid", + "name": "connectOrCreate", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "StringFilter", + "type": "ProblemCreateOrConnectWithoutcreatorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "String", - "location": "scalar", - "isList": false + "type": "ProblemCreateOrConnectWithoutcreatorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] - }, + } + ] + }, + { + "name": "ProblemUncheckedCreateManyWithoutCreatorInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ { - "name": "createdAt", + "name": "create", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "DateTimeFilter", + "type": "ProblemCreateWithoutCreatorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "DateTime", - "location": "scalar", + "type": "ProblemCreateWithoutCreatorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true + }, + { + "type": "ProblemUncheckedCreateWithoutCreatorInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false + }, + { + "type": "ProblemUncheckedCreateWithoutCreatorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "updatedAt", + "name": "connect", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "DateTimeFilter", + "type": "ProblemWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "DateTime", - "location": "scalar", - "isList": false + "type": "ProblemWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "published", + "name": "connectOrCreate", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "BoolFilter", + "type": "ProblemCreateOrConnectWithoutcreatorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "Boolean", - "location": "scalar", - "isList": false + "type": "ProblemCreateOrConnectWithoutcreatorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] - }, + } + ] + }, + { + "name": "ProblemUpdateManyWithoutLikedByInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ { - "name": "title", + "name": "create", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "StringFilter", + "type": "ProblemCreateWithoutLikedByInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "String", - "location": "scalar", - "isList": false - } - ] - }, - { - "name": "subtitle", - "isRequired": false, - "isNullable": false, - "inputTypes": [ + "type": "ProblemCreateWithoutLikedByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true + }, { - "type": "StringFilter", + "type": "ProblemUncheckedCreateWithoutLikedByInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "String", - "location": "scalar", - "isList": false + "type": "ProblemUncheckedCreateWithoutLikedByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "content", + "name": "connect", "isRequired": false, - "isNullable": true, + "isNullable": false, "inputTypes": [ { - "type": "StringNullableFilter", + "type": "ProblemWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "String", - "location": "scalar", - "isList": false - }, - { - "type": "Null", - "location": "scalar", - "isList": false + "type": "ProblemWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "authorId", + "name": "set", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "IntFilter", + "type": "ProblemWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "Int", - "location": "scalar", - "isList": false + "type": "ProblemWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "editorId", + "name": "disconnect", "isRequired": false, - "isNullable": true, + "isNullable": false, "inputTypes": [ { - "type": "IntNullableFilter", + "type": "ProblemWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "Int", - "location": "scalar", - "isList": false - }, - { - "type": "Null", - "location": "scalar", - "isList": false + "type": "ProblemWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "kind", + "name": "delete", "isRequired": false, - "isNullable": true, + "isNullable": false, "inputTypes": [ { - "type": "EnumPostKindNullableFilter", + "type": "ProblemWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "PostKind", - "namespace": "model", - "location": "enumTypes", - "isList": false - }, - { - "type": "Null", - "location": "scalar", - "isList": false + "type": "ProblemWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "metadata", + "name": "update", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "JsonFilter", + "type": "ProblemUpdateWithWhereUniqueWithoutLikedByInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - } - ] - } - ] - }, - { - "name": "postUpsertWithWhereUniqueWithoutAuthorInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ - { - "name": "where", - "isRequired": true, - "isNullable": false, - "inputTypes": [ + }, { - "type": "postWhereUniqueInput", + "type": "ProblemUpdateWithWhereUniqueWithoutLikedByInput", "namespace": "prisma", "location": "inputObjectTypes", - "isList": false + "isList": true } ] }, { - "name": "update", - "isRequired": true, + "name": "updateMany", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postUpdateWithoutAuthorInput", + "type": "ProblemUpdateManyWithWhereWithoutLikedByInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "postUncheckedUpdateWithoutAuthorInput", + "type": "ProblemUpdateManyWithWhereWithoutLikedByInput", "namespace": "prisma", "location": "inputObjectTypes", - "isList": false + "isList": true } ] }, { - "name": "create", - "isRequired": true, + "name": "deleteMany", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postCreateWithoutAuthorInput", + "type": "ProblemScalarWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "postUncheckedCreateWithoutAuthorInput", + "type": "ProblemScalarWhereInput", "namespace": "prisma", "location": "inputObjectTypes", - "isList": false + "isList": true } ] - } - ] - }, - { - "name": "postUpdateWithWhereUniqueWithoutEditorInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "where", - "isRequired": true, + "name": "upsert", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postWhereUniqueInput", + "type": "ProblemUpsertWithWhereUniqueWithoutLikedByInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false + }, + { + "type": "ProblemUpsertWithWhereUniqueWithoutLikedByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "data", - "isRequired": true, + "name": "connectOrCreate", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postUpdateWithoutEditorInput", + "type": "ProblemCreateOrConnectWithoutlikedByInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "postUncheckedUpdateWithoutEditorInput", + "type": "ProblemCreateOrConnectWithoutlikedByInput", "namespace": "prisma", "location": "inputObjectTypes", - "isList": false + "isList": true } ] } ] }, { - "name": "postUpdateManyWithWhereWithoutEditorInput", + "name": "ProblemUpdateManyWithoutCreatorInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "where", - "isRequired": true, + "name": "create", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postScalarWhereInput", + "type": "ProblemCreateWithoutCreatorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - } - ] - }, - { - "name": "data", - "isRequired": true, - "isNullable": false, - "inputTypes": [ + }, { - "type": "postUpdateManyMutationInput", + "type": "ProblemCreateWithoutCreatorInput", "namespace": "prisma", "location": "inputObjectTypes", - "isList": false + "isList": true }, { - "type": "postUncheckedUpdateManyWithoutEditorPostsInput", + "type": "ProblemUncheckedCreateWithoutCreatorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - } - ] - } - ] - }, - { - "name": "postUpsertWithWhereUniqueWithoutEditorInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ - { - "name": "where", - "isRequired": true, - "isNullable": false, - "inputTypes": [ + }, { - "type": "postWhereUniqueInput", + "type": "ProblemUncheckedCreateWithoutCreatorInput", "namespace": "prisma", "location": "inputObjectTypes", - "isList": false + "isList": true } ] }, { - "name": "update", - "isRequired": true, + "name": "connect", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postUpdateWithoutEditorInput", + "type": "ProblemWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "postUncheckedUpdateWithoutEditorInput", + "type": "ProblemWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", - "isList": false + "isList": true } ] }, { - "name": "create", - "isRequired": true, + "name": "set", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postCreateWithoutEditorInput", + "type": "ProblemWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "postUncheckedCreateWithoutEditorInput", + "type": "ProblemWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", - "isList": false + "isList": true } ] - } - ] - }, - { - "name": "UserCreateWithoutPostsInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "email", - "isRequired": true, + "name": "disconnect", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "ProblemWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false + }, + { + "type": "ProblemWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "name", + "name": "delete", "isRequired": false, - "isNullable": true, + "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "ProblemWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false }, { - "type": "Null", - "location": "scalar", - "isList": false + "type": "ProblemWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "age", - "isRequired": true, + "name": "update", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", + "type": "ProblemUpdateWithWhereUniqueWithoutCreatorInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false + }, + { + "type": "ProblemUpdateWithWhereUniqueWithoutCreatorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "balance", - "isRequired": true, + "name": "updateMany", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Float", - "location": "scalar", + "type": "ProblemUpdateManyWithWhereWithoutCreatorInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false + }, + { + "type": "ProblemUpdateManyWithWhereWithoutCreatorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "amount", - "isRequired": true, + "name": "deleteMany", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Float", - "location": "scalar", + "type": "ProblemScalarWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false + }, + { + "type": "ProblemScalarWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "role", - "isRequired": true, + "name": "upsert", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Role", - "namespace": "model", - "location": "enumTypes", + "type": "ProblemUpsertWithWhereUniqueWithoutCreatorInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false + }, + { + "type": "ProblemUpsertWithWhereUniqueWithoutCreatorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "editorPosts", + "name": "connectOrCreate", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postCreateManyWithoutEditorInput", + "type": "ProblemCreateOrConnectWithoutcreatorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false + }, + { + "type": "ProblemCreateOrConnectWithoutcreatorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] } ] }, { - "name": "UserUncheckedCreateWithoutPostsInput", + "name": "ProblemUncheckedUpdateManyWithoutCreatorInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "id", + "name": "create", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", + "type": "ProblemCreateWithoutCreatorInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false - } - ] - }, - { - "name": "email", - "isRequired": true, - "isNullable": false, - "inputTypes": [ + }, { - "type": "String", - "location": "scalar", - "isList": false - } - ] - }, - { - "name": "name", - "isRequired": false, - "isNullable": true, - "inputTypes": [ + "type": "ProblemCreateWithoutCreatorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true + }, { - "type": "String", - "location": "scalar", + "type": "ProblemUncheckedCreateWithoutCreatorInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false }, { - "type": "Null", - "location": "scalar", - "isList": false + "type": "ProblemUncheckedCreateWithoutCreatorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "age", - "isRequired": true, + "name": "connect", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", + "type": "ProblemWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false + }, + { + "type": "ProblemWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "balance", - "isRequired": true, + "name": "set", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Float", - "location": "scalar", + "type": "ProblemWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false + }, + { + "type": "ProblemWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "amount", - "isRequired": true, + "name": "disconnect", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Float", - "location": "scalar", + "type": "ProblemWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false + }, + { + "type": "ProblemWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "role", - "isRequired": true, + "name": "delete", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Role", - "namespace": "model", - "location": "enumTypes", + "type": "ProblemWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false + }, + { + "type": "ProblemWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "editorPosts", + "name": "update", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postUncheckedCreateManyWithoutEditorInput", + "type": "ProblemUpdateWithWhereUniqueWithoutCreatorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - } - ] - } - ] - }, - { - "name": "UserCreateOrConnectWithoutpostsInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ - { - "name": "where", - "isRequired": true, - "isNullable": false, - "inputTypes": [ + }, { - "type": "UserWhereUniqueInput", + "type": "ProblemUpdateWithWhereUniqueWithoutCreatorInput", "namespace": "prisma", "location": "inputObjectTypes", - "isList": false + "isList": true } ] }, { - "name": "create", - "isRequired": true, + "name": "updateMany", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "UserCreateWithoutPostsInput", + "type": "ProblemUpdateManyWithWhereWithoutCreatorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "UserUncheckedCreateWithoutPostsInput", + "type": "ProblemUpdateManyWithWhereWithoutCreatorInput", "namespace": "prisma", "location": "inputObjectTypes", - "isList": false + "isList": true + } + ] + }, + { + "name": "deleteMany", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "ProblemScalarWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "ProblemScalarWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true + } + ] + }, + { + "name": "upsert", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "ProblemUpsertWithWhereUniqueWithoutCreatorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "ProblemUpsertWithWhereUniqueWithoutCreatorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true + } + ] + }, + { + "name": "connectOrCreate", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "ProblemCreateOrConnectWithoutcreatorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "ProblemCreateOrConnectWithoutcreatorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] } ] }, { - "name": "UserCreateWithoutEditorPostsInput", + "name": "NestedIntFilter", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "email", - "isRequired": true, + "name": "equals", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", + "type": "Int", "location": "scalar", "isList": false } ] }, { - "name": "name", + "name": "in", "isRequired": false, - "isNullable": true, + "isNullable": false, "inputTypes": [ { - "type": "String", + "type": "Int", "location": "scalar", - "isList": false - }, + "isList": true + } + ] + }, + { + "name": "notIn", + "isRequired": false, + "isNullable": false, + "inputTypes": [ { - "type": "Null", + "type": "Int", "location": "scalar", - "isList": false + "isList": true } ] }, { - "name": "age", - "isRequired": true, + "name": "lt", + "isRequired": false, "isNullable": false, "inputTypes": [ { @@ -14375,49 +14568,53 @@ ] }, { - "name": "balance", - "isRequired": true, + "name": "lte", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Float", + "type": "Int", "location": "scalar", "isList": false } ] }, { - "name": "amount", - "isRequired": true, + "name": "gt", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Float", + "type": "Int", "location": "scalar", "isList": false } ] }, { - "name": "role", - "isRequired": true, + "name": "gte", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Role", - "namespace": "model", - "location": "enumTypes", + "type": "Int", + "location": "scalar", "isList": false } ] }, { - "name": "posts", + "name": "not", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postCreateManyWithoutAuthorInput", + "type": "Int", + "location": "scalar", + "isList": false + }, + { + "type": "NestedIntFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -14427,150 +14624,144 @@ ] }, { - "name": "UserUncheckedCreateWithoutEditorPostsInput", + "name": "NestedStringFilter", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "id", + "name": "equals", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", + "type": "String", "location": "scalar", "isList": false } ] }, { - "name": "email", - "isRequired": true, + "name": "in", + "isRequired": false, "isNullable": false, "inputTypes": [ { "type": "String", "location": "scalar", - "isList": false + "isList": true } ] }, { - "name": "name", + "name": "notIn", "isRequired": false, - "isNullable": true, + "isNullable": false, "inputTypes": [ { "type": "String", "location": "scalar", - "isList": false - }, + "isList": true + } + ] + }, + { + "name": "lt", + "isRequired": false, + "isNullable": false, + "inputTypes": [ { - "type": "Null", + "type": "String", "location": "scalar", "isList": false } ] }, { - "name": "age", - "isRequired": true, + "name": "lte", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", + "type": "String", "location": "scalar", "isList": false } ] }, { - "name": "balance", - "isRequired": true, + "name": "gt", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Float", + "type": "String", "location": "scalar", "isList": false } ] }, { - "name": "amount", - "isRequired": true, + "name": "gte", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Float", + "type": "String", "location": "scalar", "isList": false } ] }, { - "name": "role", - "isRequired": true, + "name": "contains", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Role", - "namespace": "model", - "location": "enumTypes", + "type": "String", + "location": "scalar", "isList": false } ] }, { - "name": "posts", + "name": "startsWith", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postUncheckedCreateManyWithoutAuthorInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "String", + "location": "scalar", "isList": false } ] - } - ] - }, - { - "name": "UserCreateOrConnectWithouteditorPostsInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "where", - "isRequired": true, + "name": "endsWith", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "UserWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "String", + "location": "scalar", "isList": false } ] }, { - "name": "create", - "isRequired": true, + "name": "not", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "UserCreateWithoutEditorPostsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "String", + "location": "scalar", "isList": false }, { - "type": "UserUncheckedCreateWithoutEditorPostsInput", + "type": "NestedStringFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -14580,16 +14771,16 @@ ] }, { - "name": "UserUpdateWithoutPostsInput", + "name": "NestedStringNullableFilter", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "email", + "name": "equals", "isRequired": false, - "isNullable": false, + "isNullable": true, "inputTypes": [ { "type": "String", @@ -14597,28 +14788,21 @@ "isList": false }, { - "type": "StringFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Null", + "location": "scalar", "isList": false } ] }, { - "name": "name", + "name": "in", "isRequired": false, "isNullable": true, "inputTypes": [ { "type": "String", "location": "scalar", - "isList": false - }, - { - "type": "NullableStringFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false + "isList": true }, { "type": "Null", @@ -14628,120 +14812,84 @@ ] }, { - "name": "age", + "name": "notIn", "isRequired": false, - "isNullable": false, + "isNullable": true, "inputTypes": [ { - "type": "Int", + "type": "String", "location": "scalar", - "isList": false + "isList": true }, { - "type": "IntFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Null", + "location": "scalar", "isList": false } ] }, { - "name": "balance", + "name": "lt", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Float", + "type": "String", "location": "scalar", "isList": false - }, - { - "type": "FloatFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false } ] }, { - "name": "amount", + "name": "lte", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Float", + "type": "String", "location": "scalar", "isList": false - }, - { - "type": "FloatFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false } ] }, { - "name": "role", + "name": "gt", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Role", - "namespace": "model", - "location": "enumTypes", - "isList": false - }, - { - "type": "EnumRoleFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "String", + "location": "scalar", "isList": false } ] }, { - "name": "editorPosts", + "name": "gte", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postUpdateManyWithoutEditorInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "String", + "location": "scalar", "isList": false } ] - } - ] - }, - { - "name": "UserUncheckedUpdateWithoutPostsInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "id", + "name": "contains", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", + "type": "String", "location": "scalar", "isList": false - }, - { - "type": "IntFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false } ] }, { - "name": "email", + "name": "startsWith", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -14749,17 +14897,23 @@ "type": "String", "location": "scalar", "isList": false - }, + } + ] + }, + { + "name": "endsWith", + "isRequired": false, + "isNullable": false, + "inputTypes": [ { - "type": "StringFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "String", + "location": "scalar", "isList": false } ] }, { - "name": "name", + "name": "not", "isRequired": false, "isNullable": true, "inputTypes": [ @@ -14769,7 +14923,7 @@ "isList": false }, { - "type": "NullableStringFieldUpdateOperationsInput", + "type": "NestedStringNullableFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -14780,45 +14934,54 @@ "isList": false } ] - }, + } + ] + }, + { + "name": "NestedFloatFilter", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ { - "name": "age", + "name": "equals", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", + "type": "Float", "location": "scalar", "isList": false - }, - { - "type": "IntFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false } ] }, { - "name": "balance", + "name": "in", "isRequired": false, "isNullable": false, "inputTypes": [ { "type": "Float", "location": "scalar", - "isList": false - }, + "isList": true + } + ] + }, + { + "name": "notIn", + "isRequired": false, + "isNullable": false, + "inputTypes": [ { - "type": "FloatFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false + "type": "Float", + "location": "scalar", + "isList": true } ] }, { - "name": "amount", + "name": "lt", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -14826,41 +14989,57 @@ "type": "Float", "location": "scalar", "isList": false - }, + } + ] + }, + { + "name": "lte", + "isRequired": false, + "isNullable": false, + "inputTypes": [ { - "type": "FloatFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Float", + "location": "scalar", "isList": false } ] }, { - "name": "role", + "name": "gt", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Role", - "namespace": "model", - "location": "enumTypes", + "type": "Float", + "location": "scalar", "isList": false - }, + } + ] + }, + { + "name": "gte", + "isRequired": false, + "isNullable": false, + "inputTypes": [ { - "type": "EnumRoleFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Float", + "location": "scalar", "isList": false } ] }, { - "name": "editorPosts", + "name": "not", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postUncheckedUpdateManyWithoutEditorInput", + "type": "Float", + "location": "scalar", + "isList": false + }, + { + "type": "NestedFloatFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -14870,44 +15049,64 @@ ] }, { - "name": "UserUpsertWithoutPostsInput", + "name": "NestedEnumRoleFilter", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "update", - "isRequired": true, + "name": "equals", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "UserUpdateWithoutPostsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Role", + "namespace": "model", + "location": "enumTypes", "isList": false - }, + } + ] + }, + { + "name": "in", + "isRequired": false, + "isNullable": false, + "inputTypes": [ { - "type": "UserUncheckedUpdateWithoutPostsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false + "type": "Role", + "namespace": "model", + "location": "enumTypes", + "isList": true } ] }, { - "name": "create", - "isRequired": true, + "name": "notIn", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "UserCreateWithoutPostsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Role", + "namespace": "model", + "location": "enumTypes", + "isList": true + } + ] + }, + { + "name": "not", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Role", + "namespace": "model", + "location": "enumTypes", "isList": false }, { - "type": "UserUncheckedCreateWithoutPostsInput", + "type": "NestedEnumRoleFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -14917,150 +15116,98 @@ ] }, { - "name": "UserUpdateWithoutEditorPostsInput", + "name": "NestedIntWithAggregatesFilter", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "email", + "name": "equals", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", + "type": "Int", "location": "scalar", "isList": false - }, - { - "type": "StringFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false } ] }, { - "name": "name", + "name": "in", "isRequired": false, - "isNullable": true, + "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", - "isList": false - }, - { - "type": "NullableStringFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "Null", + "type": "Int", "location": "scalar", - "isList": false + "isList": true } ] }, { - "name": "age", + "name": "notIn", "isRequired": false, "isNullable": false, "inputTypes": [ { "type": "Int", "location": "scalar", - "isList": false - }, - { - "type": "IntFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false + "isList": true } ] }, { - "name": "balance", + "name": "lt", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Float", + "type": "Int", "location": "scalar", "isList": false - }, - { - "type": "FloatFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false } ] }, { - "name": "amount", + "name": "lte", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Float", + "type": "Int", "location": "scalar", "isList": false - }, - { - "type": "FloatFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false } ] }, { - "name": "role", + "name": "gt", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Role", - "namespace": "model", - "location": "enumTypes", - "isList": false - }, - { - "type": "EnumRoleFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Int", + "location": "scalar", "isList": false } ] }, { - "name": "posts", + "name": "gte", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postUpdateManyWithoutAuthorInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Int", + "location": "scalar", "isList": false } ] - } - ] - }, - { - "name": "UserUncheckedUpdateWithoutEditorPostsInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "id", + "name": "not", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -15070,7 +15217,7 @@ "isList": false }, { - "type": "IntFieldUpdateOperationsInput", + "type": "NestedIntWithAggregatesFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -15078,17 +15225,12 @@ ] }, { - "name": "email", + "name": "count", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", - "isList": false - }, - { - "type": "StringFieldUpdateOperationsInput", + "type": "NestedIntFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -15096,40 +15238,25 @@ ] }, { - "name": "name", + "name": "avg", "isRequired": false, - "isNullable": true, + "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", - "isList": false - }, - { - "type": "NullableStringFieldUpdateOperationsInput", + "type": "NestedFloatFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - }, - { - "type": "Null", - "location": "scalar", - "isList": false } ] }, { - "name": "age", + "name": "sum", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", - "isList": false - }, - { - "type": "IntFieldUpdateOperationsInput", + "type": "NestedIntFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -15137,17 +15264,12 @@ ] }, { - "name": "balance", + "name": "min", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Float", - "location": "scalar", - "isList": false - }, - { - "type": "FloatFieldUpdateOperationsInput", + "type": "NestedIntFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -15155,114 +15277,90 @@ ] }, { - "name": "amount", + "name": "max", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Float", - "location": "scalar", - "isList": false - }, - { - "type": "FloatFieldUpdateOperationsInput", + "type": "NestedIntFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false } ] - }, + } + ] + }, + { + "name": "NestedStringWithAggregatesFilter", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ { - "name": "role", + "name": "equals", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Role", - "namespace": "model", - "location": "enumTypes", - "isList": false - }, - { - "type": "EnumRoleFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "String", + "location": "scalar", "isList": false } ] }, { - "name": "posts", + "name": "in", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postUncheckedUpdateManyWithoutAuthorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false + "type": "String", + "location": "scalar", + "isList": true } ] - } - ] - }, - { - "name": "UserUpsertWithoutEditorPostsInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "update", - "isRequired": true, + "name": "notIn", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "UserUpdateWithoutEditorPostsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "UserUncheckedUpdateWithoutEditorPostsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false + "type": "String", + "location": "scalar", + "isList": true } ] }, { - "name": "create", - "isRequired": true, + "name": "lt", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "UserCreateWithoutEditorPostsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "String", + "location": "scalar", "isList": false - }, + } + ] + }, + { + "name": "lte", + "isRequired": false, + "isNullable": false, + "inputTypes": [ { - "type": "UserUncheckedCreateWithoutEditorPostsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "String", + "location": "scalar", "isList": false } ] - } - ] - }, - { - "name": "DirectorCreateWithoutMoviesInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "firstName", - "isRequired": true, + "name": "gt", + "isRequired": false, "isNullable": false, "inputTypes": [ { @@ -15273,8 +15371,8 @@ ] }, { - "name": "lastName", - "isRequired": true, + "name": "gte", + "isRequired": false, "isNullable": false, "inputTypes": [ { @@ -15283,19 +15381,10 @@ "isList": false } ] - } - ] - }, - { - "name": "DirectorUncheckedCreateWithoutMoviesInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "firstName", - "isRequired": true, + "name": "contains", + "isRequired": false, "isNullable": false, "inputTypes": [ { @@ -15306,8 +15395,8 @@ ] }, { - "name": "lastName", - "isRequired": true, + "name": "startsWith", + "isRequired": false, "isNullable": false, "inputTypes": [ { @@ -15316,69 +15405,44 @@ "isList": false } ] - } - ] - }, - { - "name": "DirectorCreateOrConnectWithoutmoviesInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "where", - "isRequired": true, + "name": "endsWith", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "DirectorWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "String", + "location": "scalar", "isList": false } ] }, { - "name": "create", - "isRequired": true, + "name": "not", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "DirectorCreateWithoutMoviesInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "String", + "location": "scalar", "isList": false }, { - "type": "DirectorUncheckedCreateWithoutMoviesInput", + "type": "NestedStringWithAggregatesFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false } ] - } - ] - }, - { - "name": "DirectorUpdateWithoutMoviesInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "firstName", + "name": "count", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", - "isList": false - }, - { - "type": "StringFieldUpdateOperationsInput", + "type": "NestedIntFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -15386,17 +15450,25 @@ ] }, { - "name": "lastName", + "name": "min", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "NestedStringFilter", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false - }, + } + ] + }, + { + "name": "max", + "isRequired": false, + "isNullable": false, + "inputTypes": [ { - "type": "StringFieldUpdateOperationsInput", + "type": "NestedStringFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -15406,16 +15478,16 @@ ] }, { - "name": "DirectorUncheckedUpdateWithoutMoviesInput", + "name": "NestedStringNullableWithAggregatesFilter", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "firstName", + "name": "equals", "isRequired": false, - "isNullable": false, + "isNullable": true, "inputTypes": [ { "type": "String", @@ -15423,90 +15495,61 @@ "isList": false }, { - "type": "StringFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Null", + "location": "scalar", "isList": false } ] }, { - "name": "lastName", + "name": "in", "isRequired": false, - "isNullable": false, + "isNullable": true, "inputTypes": [ { "type": "String", "location": "scalar", - "isList": false + "isList": true }, { - "type": "StringFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Null", + "location": "scalar", "isList": false } ] - } - ] - }, - { - "name": "DirectorUpsertWithoutMoviesInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "update", - "isRequired": true, - "isNullable": false, + "name": "notIn", + "isRequired": false, + "isNullable": true, "inputTypes": [ { - "type": "DirectorUpdateWithoutMoviesInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false + "type": "String", + "location": "scalar", + "isList": true }, { - "type": "DirectorUncheckedUpdateWithoutMoviesInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Null", + "location": "scalar", "isList": false } ] }, { - "name": "create", - "isRequired": true, + "name": "lt", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "DirectorCreateWithoutMoviesInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "DirectorUncheckedCreateWithoutMoviesInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "String", + "location": "scalar", "isList": false } ] - } - ] - }, - { - "name": "MovieCreateWithoutDirectorInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "title", - "isRequired": true, + "name": "lte", + "isRequired": false, "isNullable": false, "inputTypes": [ { @@ -15515,19 +15558,10 @@ "isList": false } ] - } - ] - }, - { - "name": "MovieUncheckedCreateWithoutDirectorInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "title", - "isRequired": true, + "name": "gt", + "isRequired": false, "isNullable": false, "inputTypes": [ { @@ -15536,105 +15570,85 @@ "isList": false } ] - } - ] - }, - { - "name": "MovieCreateOrConnectWithoutdirectorInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "where", - "isRequired": true, + "name": "gte", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "MovieWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "String", + "location": "scalar", "isList": false } ] }, { - "name": "create", - "isRequired": true, + "name": "contains", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "MovieCreateWithoutDirectorInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "String", + "location": "scalar", "isList": false - }, + } + ] + }, + { + "name": "startsWith", + "isRequired": false, + "isNullable": false, + "inputTypes": [ { - "type": "MovieUncheckedCreateWithoutDirectorInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "String", + "location": "scalar", "isList": false } ] - } - ] - }, - { - "name": "MovieUpdateWithWhereUniqueWithoutDirectorInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "where", - "isRequired": true, + "name": "endsWith", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "MovieWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "String", + "location": "scalar", "isList": false } ] }, { - "name": "data", - "isRequired": true, - "isNullable": false, + "name": "not", + "isRequired": false, + "isNullable": true, "inputTypes": [ { - "type": "MovieUpdateWithoutDirectorInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "String", + "location": "scalar", "isList": false }, { - "type": "MovieUncheckedUpdateWithoutDirectorInput", + "type": "NestedStringNullableWithAggregatesFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false + }, + { + "type": "Null", + "location": "scalar", + "isList": false } ] - } - ] - }, - { - "name": "MovieUpdateManyWithWhereWithoutDirectorInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "where", - "isRequired": true, + "name": "count", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "MovieScalarWhereInput", + "type": "NestedIntNullableFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -15642,18 +15656,25 @@ ] }, { - "name": "data", - "isRequired": true, + "name": "min", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "MovieUpdateManyMutationInput", + "type": "NestedStringNullableFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - }, + } + ] + }, + { + "name": "max", + "isRequired": false, + "isNullable": false, + "inputTypes": [ { - "type": "MovieUncheckedUpdateManyWithoutMoviesInput", + "type": "NestedStringNullableFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -15663,112 +15684,129 @@ ] }, { - "name": "MovieScalarWhereInput", + "name": "NestedIntNullableFilter", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "AND", + "name": "equals", "isRequired": false, - "isNullable": false, + "isNullable": true, "inputTypes": [ { - "type": "MovieScalarWhereInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Int", + "location": "scalar", "isList": false }, { - "type": "MovieScalarWhereInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true + "type": "Null", + "location": "scalar", + "isList": false } ] }, { - "name": "OR", + "name": "in", "isRequired": false, - "isNullable": false, + "isNullable": true, "inputTypes": [ { - "type": "MovieScalarWhereInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Int", + "location": "scalar", "isList": true + }, + { + "type": "Null", + "location": "scalar", + "isList": false } ] }, { - "name": "NOT", + "name": "notIn", "isRequired": false, - "isNullable": false, + "isNullable": true, "inputTypes": [ { - "type": "MovieScalarWhereInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false + "type": "Int", + "location": "scalar", + "isList": true }, { - "type": "MovieScalarWhereInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true + "type": "Null", + "location": "scalar", + "isList": false } ] }, { - "name": "directorFirstName", + "name": "lt", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "StringFilter", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Int", + "location": "scalar", "isList": false - }, + } + ] + }, + { + "name": "lte", + "isRequired": false, + "isNullable": false, + "inputTypes": [ { - "type": "String", + "type": "Int", "location": "scalar", "isList": false } ] }, { - "name": "directorLastName", + "name": "gt", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "StringFilter", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Int", + "location": "scalar", "isList": false - }, + } + ] + }, + { + "name": "gte", + "isRequired": false, + "isNullable": false, + "inputTypes": [ { - "type": "String", + "type": "Int", "location": "scalar", "isList": false } ] }, { - "name": "title", + "name": "not", "isRequired": false, - "isNullable": false, + "isNullable": true, "inputTypes": [ { - "type": "StringFilter", + "type": "Int", + "location": "scalar", + "isList": false + }, + { + "type": "NestedIntNullableFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "String", + "type": "Null", "location": "scalar", "isList": false } @@ -15777,159 +15815,121 @@ ] }, { - "name": "MovieUpsertWithWhereUniqueWithoutDirectorInput", + "name": "NestedFloatWithAggregatesFilter", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "where", - "isRequired": true, + "name": "equals", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "MovieWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Float", + "location": "scalar", "isList": false } ] }, { - "name": "update", - "isRequired": true, + "name": "in", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "MovieUpdateWithoutDirectorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "MovieUncheckedUpdateWithoutDirectorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false + "type": "Float", + "location": "scalar", + "isList": true } ] }, { - "name": "create", - "isRequired": true, + "name": "notIn", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "MovieCreateWithoutDirectorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "MovieUncheckedCreateWithoutDirectorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false + "type": "Float", + "location": "scalar", + "isList": true } ] - } - ] - }, - { - "name": "CreatorCreateWithoutLikesInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "name", - "isRequired": true, + "name": "lt", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", + "type": "Float", "location": "scalar", "isList": false } ] }, { - "name": "problems", + "name": "lte", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "ProblemCreateManyWithoutCreatorInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Float", + "location": "scalar", "isList": false } ] - } - ] - }, - { - "name": "CreatorUncheckedCreateWithoutLikesInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "id", + "name": "gt", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", + "type": "Float", "location": "scalar", "isList": false } ] }, { - "name": "name", - "isRequired": true, + "name": "gte", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", + "type": "Float", "location": "scalar", "isList": false } ] }, { - "name": "problems", + "name": "not", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "ProblemUncheckedCreateManyWithoutCreatorInput", + "type": "Float", + "location": "scalar", + "isList": false + }, + { + "type": "NestedFloatWithAggregatesFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false } ] - } - ] - }, - { - "name": "CreatorCreateOrConnectWithoutlikesInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "where", - "isRequired": true, + "name": "count", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "CreatorWhereUniqueInput", + "type": "NestedIntFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -15937,52 +15937,51 @@ ] }, { - "name": "create", - "isRequired": true, + "name": "avg", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "CreatorCreateWithoutLikesInput", + "type": "NestedFloatFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - }, + } + ] + }, + { + "name": "sum", + "isRequired": false, + "isNullable": false, + "inputTypes": [ { - "type": "CreatorUncheckedCreateWithoutLikesInput", + "type": "NestedFloatFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false } ] - } - ] - }, - { - "name": "CreatorCreateWithoutProblemsInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "name", - "isRequired": true, + "name": "min", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "NestedFloatFilter", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] }, { - "name": "likes", + "name": "max", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "ProblemCreateManyWithoutLikedByInput", + "type": "NestedFloatFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -15992,93 +15991,64 @@ ] }, { - "name": "CreatorUncheckedCreateWithoutProblemsInput", + "name": "NestedEnumRoleWithAggregatesFilter", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "id", + "name": "equals", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", + "type": "Role", + "namespace": "model", + "location": "enumTypes", "isList": false } ] }, { - "name": "name", - "isRequired": true, - "isNullable": false, + "name": "in", + "isRequired": false, + "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", - "isList": false + "type": "Role", + "namespace": "model", + "location": "enumTypes", + "isList": true } ] - } - ] - }, - { - "name": "CreatorCreateOrConnectWithoutproblemsInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "where", - "isRequired": true, + "name": "notIn", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "CreatorWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false + "type": "Role", + "namespace": "model", + "location": "enumTypes", + "isList": true } ] }, { - "name": "create", - "isRequired": true, + "name": "not", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "CreatorCreateWithoutProblemsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Role", + "namespace": "model", + "location": "enumTypes", "isList": false }, { - "type": "CreatorUncheckedCreateWithoutProblemsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - } - ] - }, - { - "name": "CreatorUpdateWithWhereUniqueWithoutLikesInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ - { - "name": "where", - "isRequired": true, - "isNullable": false, - "inputTypes": [ - { - "type": "CreatorWhereUniqueInput", + "type": "NestedEnumRoleWithAggregatesFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -16086,40 +16056,25 @@ ] }, { - "name": "data", - "isRequired": true, + "name": "count", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "CreatorUpdateWithoutLikesInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "CreatorUncheckedUpdateWithoutLikesInput", + "type": "NestedIntFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false } ] - } - ] - }, - { - "name": "CreatorUpdateManyWithWhereWithoutLikesInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "where", - "isRequired": true, + "name": "min", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "CreatorScalarWhereInput", + "type": "NestedEnumRoleFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -16127,18 +16082,12 @@ ] }, { - "name": "data", - "isRequired": true, + "name": "max", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "CreatorUpdateManyMutationInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "CreatorUncheckedUpdateManyWithoutLikedByInput", + "type": "NestedEnumRoleFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -16148,153 +16097,108 @@ ] }, { - "name": "CreatorScalarWhereInput", + "name": "NestedDateTimeFilter", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "AND", + "name": "equals", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "CreatorScalarWhereInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "DateTime", + "location": "scalar", "isList": false - }, - { - "type": "CreatorScalarWhereInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] }, { - "name": "OR", + "name": "in", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "CreatorScalarWhereInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "DateTime", + "location": "scalar", "isList": true } ] }, { - "name": "NOT", + "name": "notIn", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "CreatorScalarWhereInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "CreatorScalarWhereInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "DateTime", + "location": "scalar", "isList": true } ] }, { - "name": "id", + "name": "lt", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "IntFilter", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "Int", + "type": "DateTime", "location": "scalar", "isList": false } ] }, { - "name": "name", + "name": "lte", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "StringFilter", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "String", + "type": "DateTime", "location": "scalar", "isList": false } ] - } - ] - }, - { - "name": "CreatorUpsertWithWhereUniqueWithoutLikesInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "where", - "isRequired": true, + "name": "gt", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "CreatorWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "DateTime", + "location": "scalar", "isList": false } ] }, { - "name": "update", - "isRequired": true, + "name": "gte", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "CreatorUpdateWithoutLikesInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "CreatorUncheckedUpdateWithoutLikesInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "DateTime", + "location": "scalar", "isList": false } ] }, { - "name": "create", - "isRequired": true, + "name": "not", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "CreatorCreateWithoutLikesInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "DateTime", + "location": "scalar", "isList": false }, { - "type": "CreatorUncheckedCreateWithoutLikesInput", + "type": "NestedDateTimeFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -16304,37 +16208,36 @@ ] }, { - "name": "CreatorUpdateWithoutProblemsInput", + "name": "NestedBoolFilter", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "name", + "name": "equals", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", + "type": "Boolean", "location": "scalar", "isList": false - }, - { - "type": "StringFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false } ] }, { - "name": "likes", + "name": "not", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "ProblemUpdateManyWithoutLikedByInput", + "type": "Boolean", + "location": "scalar", + "isList": false + }, + { + "type": "NestedBoolFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -16344,283 +16247,236 @@ ] }, { - "name": "CreatorUncheckedUpdateWithoutProblemsInput", + "name": "NestedEnumPostKindNullableFilter", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "id", + "name": "equals", "isRequired": false, - "isNullable": false, + "isNullable": true, "inputTypes": [ { - "type": "Int", - "location": "scalar", + "type": "PostKind", + "namespace": "model", + "location": "enumTypes", "isList": false }, { - "type": "IntFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Null", + "location": "scalar", "isList": false } ] }, { - "name": "name", + "name": "in", "isRequired": false, - "isNullable": false, + "isNullable": true, "inputTypes": [ { - "type": "String", - "location": "scalar", - "isList": false + "type": "PostKind", + "namespace": "model", + "location": "enumTypes", + "isList": true }, { - "type": "StringFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Null", + "location": "scalar", "isList": false } ] - } - ] - }, - { - "name": "CreatorUpsertWithoutProblemsInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "update", - "isRequired": true, - "isNullable": false, + "name": "notIn", + "isRequired": false, + "isNullable": true, "inputTypes": [ { - "type": "CreatorUpdateWithoutProblemsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false + "type": "PostKind", + "namespace": "model", + "location": "enumTypes", + "isList": true }, { - "type": "CreatorUncheckedUpdateWithoutProblemsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Null", + "location": "scalar", "isList": false } ] }, { - "name": "create", - "isRequired": true, - "isNullable": false, + "name": "not", + "isRequired": false, + "isNullable": true, "inputTypes": [ { - "type": "CreatorCreateWithoutProblemsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "PostKind", + "namespace": "model", + "location": "enumTypes", "isList": false }, { - "type": "CreatorUncheckedCreateWithoutProblemsInput", + "type": "NestedEnumPostKindNullableFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false + }, + { + "type": "Null", + "location": "scalar", + "isList": false } ] } ] }, { - "name": "ProblemCreateWithoutLikedByInput", + "name": "NestedDateTimeWithAggregatesFilter", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "problemText", - "isRequired": true, + "name": "equals", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", + "type": "DateTime", "location": "scalar", "isList": false } ] }, { - "name": "creator", + "name": "in", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "CreatorCreateOneWithoutProblemsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false + "type": "DateTime", + "location": "scalar", + "isList": true } ] - } - ] - }, - { - "name": "ProblemUncheckedCreateWithoutLikedByInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "id", + "name": "notIn", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", + "type": "DateTime", "location": "scalar", - "isList": false + "isList": true } ] }, { - "name": "problemText", - "isRequired": true, + "name": "lt", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", + "type": "DateTime", "location": "scalar", "isList": false } ] }, { - "name": "creatorId", + "name": "lte", "isRequired": false, - "isNullable": true, + "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", - "isList": false - }, - { - "type": "Null", + "type": "DateTime", "location": "scalar", "isList": false } ] - } - ] - }, - { - "name": "ProblemCreateOrConnectWithoutlikedByInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "where", - "isRequired": true, + "name": "gt", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "ProblemWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "DateTime", + "location": "scalar", "isList": false } ] }, { - "name": "create", - "isRequired": true, + "name": "gte", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "ProblemCreateWithoutLikedByInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "ProblemUncheckedCreateWithoutLikedByInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "DateTime", + "location": "scalar", "isList": false } ] - } - ] - }, - { - "name": "ProblemCreateWithoutCreatorInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "problemText", - "isRequired": true, + "name": "not", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", + "type": "DateTime", "location": "scalar", "isList": false + }, + { + "type": "NestedDateTimeWithAggregatesFilter", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false } ] }, { - "name": "likedBy", + "name": "count", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "CreatorCreateManyWithoutLikesInput", + "type": "NestedIntFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false } ] - } - ] - }, - { - "name": "ProblemUncheckedCreateWithoutCreatorInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "id", + "name": "min", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", + "type": "NestedDateTimeFilter", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] }, { - "name": "problemText", - "isRequired": true, + "name": "max", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "NestedDateTimeFilter", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] @@ -16628,60 +16484,49 @@ ] }, { - "name": "ProblemCreateOrConnectWithoutcreatorInput", + "name": "NestedBoolWithAggregatesFilter", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "where", - "isRequired": true, + "name": "equals", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "ProblemWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Boolean", + "location": "scalar", "isList": false } ] }, { - "name": "create", - "isRequired": true, + "name": "not", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "ProblemCreateWithoutCreatorInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Boolean", + "location": "scalar", "isList": false }, { - "type": "ProblemUncheckedCreateWithoutCreatorInput", + "type": "NestedBoolWithAggregatesFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false } ] - } - ] - }, - { - "name": "ProblemUpdateWithWhereUniqueWithoutLikedByInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "where", - "isRequired": true, + "name": "count", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "ProblemWhereUniqueInput", + "type": "NestedIntFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -16689,18 +16534,25 @@ ] }, { - "name": "data", - "isRequired": true, + "name": "min", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "ProblemUpdateWithoutLikedByInput", + "type": "NestedBoolFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - }, + } + ] + }, + { + "name": "max", + "isRequired": false, + "isNullable": false, + "inputTypes": [ { - "type": "ProblemUncheckedUpdateWithoutLikedByInput", + "type": "NestedBoolFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -16710,115 +16562,92 @@ ] }, { - "name": "ProblemUpdateManyWithWhereWithoutLikedByInput", + "name": "NestedIntNullableWithAggregatesFilter", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "where", - "isRequired": true, - "isNullable": false, + "name": "equals", + "isRequired": false, + "isNullable": true, "inputTypes": [ { - "type": "ProblemScalarWhereInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Int", + "location": "scalar", + "isList": false + }, + { + "type": "Null", + "location": "scalar", "isList": false } ] }, { - "name": "data", - "isRequired": true, - "isNullable": false, + "name": "in", + "isRequired": false, + "isNullable": true, "inputTypes": [ { - "type": "ProblemUpdateManyMutationInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false + "type": "Int", + "location": "scalar", + "isList": true }, { - "type": "ProblemUncheckedUpdateManyWithoutLikesInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Null", + "location": "scalar", "isList": false } ] - } - ] - }, - { - "name": "ProblemScalarWhereInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "AND", + "name": "notIn", "isRequired": false, - "isNullable": false, + "isNullable": true, "inputTypes": [ { - "type": "ProblemScalarWhereInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false + "type": "Int", + "location": "scalar", + "isList": true }, { - "type": "ProblemScalarWhereInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true + "type": "Null", + "location": "scalar", + "isList": false } ] }, { - "name": "OR", + "name": "lt", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "ProblemScalarWhereInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true + "type": "Int", + "location": "scalar", + "isList": false } ] }, { - "name": "NOT", + "name": "lte", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "ProblemScalarWhereInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Int", + "location": "scalar", "isList": false - }, - { - "type": "ProblemScalarWhereInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] }, { - "name": "id", + "name": "gt", "isRequired": false, "isNullable": false, "inputTypes": [ - { - "type": "IntFilter", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, { "type": "Int", "location": "scalar", @@ -16827,37 +16656,31 @@ ] }, { - "name": "problemText", + "name": "gte", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "StringFilter", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "String", + "type": "Int", "location": "scalar", "isList": false } ] }, { - "name": "creatorId", + "name": "not", "isRequired": false, "isNullable": true, "inputTypes": [ { - "type": "IntNullableFilter", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Int", + "location": "scalar", "isList": false }, { - "type": "Int", - "location": "scalar", + "type": "NestedIntNullableWithAggregatesFilter", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false }, { @@ -16866,23 +16689,14 @@ "isList": false } ] - } - ] - }, - { - "name": "ProblemUpsertWithWhereUniqueWithoutLikedByInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "where", - "isRequired": true, + "name": "count", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "ProblemWhereUniqueInput", + "type": "NestedIntNullableFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -16890,18 +16704,12 @@ ] }, { - "name": "update", - "isRequired": true, + "name": "avg", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "ProblemUpdateWithoutLikedByInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "ProblemUncheckedUpdateWithoutLikedByInput", + "type": "NestedFloatNullableFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -16909,40 +16717,25 @@ ] }, { - "name": "create", - "isRequired": true, + "name": "sum", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "ProblemCreateWithoutLikedByInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "ProblemUncheckedCreateWithoutLikedByInput", + "type": "NestedIntNullableFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false } ] - } - ] - }, - { - "name": "ProblemUpdateWithWhereUniqueWithoutCreatorInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "where", - "isRequired": true, + "name": "min", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "ProblemWhereUniqueInput", + "type": "NestedIntNullableFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -16950,18 +16743,12 @@ ] }, { - "name": "data", - "isRequired": true, + "name": "max", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "ProblemUpdateWithoutCreatorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "ProblemUncheckedUpdateWithoutCreatorInput", + "type": "NestedIntNullableFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -16971,233 +16758,210 @@ ] }, { - "name": "ProblemUpdateManyWithWhereWithoutCreatorInput", + "name": "NestedFloatNullableFilter", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "where", - "isRequired": true, - "isNullable": false, + "name": "equals", + "isRequired": false, + "isNullable": true, "inputTypes": [ { - "type": "ProblemScalarWhereInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Float", + "location": "scalar", + "isList": false + }, + { + "type": "Null", + "location": "scalar", "isList": false } ] }, { - "name": "data", - "isRequired": true, - "isNullable": false, + "name": "in", + "isRequired": false, + "isNullable": true, "inputTypes": [ { - "type": "ProblemUpdateManyMutationInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false + "type": "Float", + "location": "scalar", + "isList": true }, { - "type": "ProblemUncheckedUpdateManyWithoutProblemsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Null", + "location": "scalar", "isList": false } ] - } - ] - }, - { - "name": "ProblemUpsertWithWhereUniqueWithoutCreatorInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "where", - "isRequired": true, - "isNullable": false, + "name": "notIn", + "isRequired": false, + "isNullable": true, "inputTypes": [ { - "type": "ProblemWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Float", + "location": "scalar", + "isList": true + }, + { + "type": "Null", + "location": "scalar", "isList": false } ] }, { - "name": "update", - "isRequired": true, + "name": "lt", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "ProblemUpdateWithoutCreatorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "ProblemUncheckedUpdateWithoutCreatorInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Float", + "location": "scalar", "isList": false } ] }, { - "name": "create", - "isRequired": true, + "name": "lte", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "ProblemCreateWithoutCreatorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "ProblemUncheckedCreateWithoutCreatorInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Float", + "location": "scalar", "isList": false } ] - } - ] - }, - { - "name": "postUpdateWithoutAuthorInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "uuid", + "name": "gt", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", + "type": "Float", "location": "scalar", "isList": false - }, - { - "type": "StringFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false } ] }, { - "name": "createdAt", + "name": "gte", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "DateTime", + "type": "Float", "location": "scalar", "isList": false - }, - { - "type": "DateTimeFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false } ] }, { - "name": "updatedAt", + "name": "not", "isRequired": false, - "isNullable": false, + "isNullable": true, "inputTypes": [ { - "type": "DateTime", + "type": "Float", "location": "scalar", "isList": false }, { - "type": "DateTimeFieldUpdateOperationsInput", + "type": "NestedFloatNullableFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false + }, + { + "type": "Null", + "location": "scalar", + "isList": false } ] - }, + } + ] + }, + { + "name": "NestedEnumPostKindNullableWithAggregatesFilter", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ { - "name": "published", + "name": "equals", "isRequired": false, - "isNullable": false, + "isNullable": true, "inputTypes": [ { - "type": "Boolean", - "location": "scalar", + "type": "PostKind", + "namespace": "model", + "location": "enumTypes", "isList": false }, { - "type": "BoolFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Null", + "location": "scalar", "isList": false } ] }, { - "name": "title", + "name": "in", "isRequired": false, - "isNullable": false, + "isNullable": true, "inputTypes": [ { - "type": "String", - "location": "scalar", - "isList": false + "type": "PostKind", + "namespace": "model", + "location": "enumTypes", + "isList": true }, { - "type": "StringFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Null", + "location": "scalar", "isList": false } ] }, { - "name": "subtitle", + "name": "notIn", "isRequired": false, - "isNullable": false, + "isNullable": true, "inputTypes": [ { - "type": "String", - "location": "scalar", - "isList": false + "type": "PostKind", + "namespace": "model", + "location": "enumTypes", + "isList": true }, { - "type": "StringFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Null", + "location": "scalar", "isList": false } ] }, { - "name": "content", + "name": "not", "isRequired": false, "isNullable": true, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "PostKind", + "namespace": "model", + "location": "enumTypes", "isList": false }, { - "type": "NullableStringFieldUpdateOperationsInput", + "type": "NestedEnumPostKindNullableWithAggregatesFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -17210,31 +16974,55 @@ ] }, { - "name": "kind", + "name": "count", "isRequired": false, - "isNullable": true, + "isNullable": false, "inputTypes": [ { - "type": "PostKind", - "namespace": "model", - "location": "enumTypes", + "type": "NestedIntNullableFilter", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false - }, + } + ] + }, + { + "name": "min", + "isRequired": false, + "isNullable": false, + "inputTypes": [ { - "type": "NullableEnumPostKindFieldUpdateOperationsInput", + "type": "NestedEnumPostKindNullableFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - }, + } + ] + }, + { + "name": "max", + "isRequired": false, + "isNullable": false, + "inputTypes": [ { - "type": "Null", - "location": "scalar", + "type": "NestedEnumPostKindNullableFilter", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] - }, + } + ] + }, + { + "name": "NestedJsonFilter", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ { - "name": "metadata", + "name": "equals", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -17246,14 +17034,13 @@ ] }, { - "name": "editor", + "name": "not", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "UserUpdateOneWithoutEditorPostsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Json", + "location": "scalar", "isList": false } ] @@ -17261,7 +17048,7 @@ ] }, { - "name": "postUncheckedUpdateWithoutAuthorInput", + "name": "postCreateWithoutAuthorInput", "constraints": { "maxNumFields": null, "minNumFields": null @@ -17276,12 +17063,6 @@ "type": "String", "location": "scalar", "isList": false - }, - { - "type": "StringFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false } ] }, @@ -17294,12 +17075,6 @@ "type": "DateTime", "location": "scalar", "isList": false - }, - { - "type": "DateTimeFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false } ] }, @@ -17312,66 +17087,42 @@ "type": "DateTime", "location": "scalar", "isList": false - }, - { - "type": "DateTimeFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false } ] }, { "name": "published", - "isRequired": false, + "isRequired": true, "isNullable": false, "inputTypes": [ { "type": "Boolean", "location": "scalar", "isList": false - }, - { - "type": "BoolFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false } ] }, { "name": "title", - "isRequired": false, + "isRequired": true, "isNullable": false, "inputTypes": [ { "type": "String", "location": "scalar", "isList": false - }, - { - "type": "StringFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false } ] }, { "name": "subtitle", - "isRequired": false, + "isRequired": true, "isNullable": false, "inputTypes": [ { "type": "String", "location": "scalar", "isList": false - }, - { - "type": "StringFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false } ] }, @@ -17385,35 +17136,6 @@ "location": "scalar", "isList": false }, - { - "type": "NullableStringFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "Null", - "location": "scalar", - "isList": false - } - ] - }, - { - "name": "editorId", - "isRequired": false, - "isNullable": true, - "inputTypes": [ - { - "type": "Int", - "location": "scalar", - "isList": false - }, - { - "type": "NullableIntFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, { "type": "Null", "location": "scalar", @@ -17432,12 +17154,6 @@ "location": "enumTypes", "isList": false }, - { - "type": "NullableEnumPostKindFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, { "type": "Null", "location": "scalar", @@ -17447,7 +17163,7 @@ }, { "name": "metadata", - "isRequired": false, + "isRequired": true, "isNullable": false, "inputTypes": [ { @@ -17456,11 +17172,24 @@ "isList": false } ] - } - ] - }, - { - "name": "postUncheckedUpdateManyWithoutPostsInput", + }, + { + "name": "editor", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "UserCreateOneWithoutEditorPostsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ] + }, + { + "name": "postUncheckedCreateWithoutAuthorInput", "constraints": { "maxNumFields": null, "minNumFields": null @@ -17475,12 +17204,6 @@ "type": "String", "location": "scalar", "isList": false - }, - { - "type": "StringFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false } ] }, @@ -17493,12 +17216,6 @@ "type": "DateTime", "location": "scalar", "isList": false - }, - { - "type": "DateTimeFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false } ] }, @@ -17511,66 +17228,42 @@ "type": "DateTime", "location": "scalar", "isList": false - }, - { - "type": "DateTimeFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false } ] }, { "name": "published", - "isRequired": false, + "isRequired": true, "isNullable": false, "inputTypes": [ { "type": "Boolean", "location": "scalar", "isList": false - }, - { - "type": "BoolFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false } ] }, { "name": "title", - "isRequired": false, + "isRequired": true, "isNullable": false, "inputTypes": [ { "type": "String", "location": "scalar", "isList": false - }, - { - "type": "StringFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false } ] }, { "name": "subtitle", - "isRequired": false, + "isRequired": true, "isNullable": false, "inputTypes": [ { "type": "String", "location": "scalar", "isList": false - }, - { - "type": "StringFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false } ] }, @@ -17584,12 +17277,6 @@ "location": "scalar", "isList": false }, - { - "type": "NullableStringFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, { "type": "Null", "location": "scalar", @@ -17607,12 +17294,6 @@ "location": "scalar", "isList": false }, - { - "type": "NullableIntFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, { "type": "Null", "location": "scalar", @@ -17631,12 +17312,6 @@ "location": "enumTypes", "isList": false }, - { - "type": "NullableEnumPostKindFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, { "type": "Null", "location": "scalar", @@ -17646,7 +17321,7 @@ }, { "name": "metadata", - "isRequired": false, + "isRequired": true, "isNullable": false, "inputTypes": [ { @@ -17659,29 +17334,64 @@ ] }, { - "name": "postUpdateWithoutEditorInput", + "name": "postCreateOrConnectWithoutauthorInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "uuid", - "isRequired": false, + "name": "where", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "postWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "create", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "postCreateWithoutAuthorInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false }, { - "type": "StringFieldUpdateOperationsInput", + "type": "postUncheckedCreateWithoutAuthorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false } ] + } + ] + }, + { + "name": "postCreateWithoutEditorInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "uuid", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + } + ] }, { "name": "createdAt", @@ -17692,12 +17402,6 @@ "type": "DateTime", "location": "scalar", "isList": false - }, - { - "type": "DateTimeFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false } ] }, @@ -17710,66 +17414,42 @@ "type": "DateTime", "location": "scalar", "isList": false - }, - { - "type": "DateTimeFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false } ] }, { "name": "published", - "isRequired": false, + "isRequired": true, "isNullable": false, "inputTypes": [ { "type": "Boolean", "location": "scalar", "isList": false - }, - { - "type": "BoolFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false } ] }, { "name": "title", - "isRequired": false, + "isRequired": true, "isNullable": false, "inputTypes": [ { "type": "String", "location": "scalar", "isList": false - }, - { - "type": "StringFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false } ] }, { "name": "subtitle", - "isRequired": false, + "isRequired": true, "isNullable": false, "inputTypes": [ { "type": "String", "location": "scalar", "isList": false - }, - { - "type": "StringFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false } ] }, @@ -17783,12 +17463,6 @@ "location": "scalar", "isList": false }, - { - "type": "NullableStringFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, { "type": "Null", "location": "scalar", @@ -17807,12 +17481,6 @@ "location": "enumTypes", "isList": false }, - { - "type": "NullableEnumPostKindFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, { "type": "Null", "location": "scalar", @@ -17822,7 +17490,7 @@ }, { "name": "metadata", - "isRequired": false, + "isRequired": true, "isNullable": false, "inputTypes": [ { @@ -17834,11 +17502,11 @@ }, { "name": "author", - "isRequired": false, + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "UserUpdateOneRequiredWithoutPostsInput", + "type": "UserCreateOneWithoutPostsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -17848,7 +17516,7 @@ ] }, { - "name": "postUncheckedUpdateWithoutEditorInput", + "name": "postUncheckedCreateWithoutEditorInput", "constraints": { "maxNumFields": null, "minNumFields": null @@ -17863,12 +17531,6 @@ "type": "String", "location": "scalar", "isList": false - }, - { - "type": "StringFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false } ] }, @@ -17881,12 +17543,6 @@ "type": "DateTime", "location": "scalar", "isList": false - }, - { - "type": "DateTimeFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false } ] }, @@ -17899,66 +17555,42 @@ "type": "DateTime", "location": "scalar", "isList": false - }, - { - "type": "DateTimeFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false } ] }, { "name": "published", - "isRequired": false, + "isRequired": true, "isNullable": false, "inputTypes": [ { "type": "Boolean", "location": "scalar", "isList": false - }, - { - "type": "BoolFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false } ] }, { "name": "title", - "isRequired": false, + "isRequired": true, "isNullable": false, "inputTypes": [ { "type": "String", "location": "scalar", "isList": false - }, - { - "type": "StringFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false } ] }, { "name": "subtitle", - "isRequired": false, + "isRequired": true, "isNullable": false, "inputTypes": [ { "type": "String", "location": "scalar", "isList": false - }, - { - "type": "StringFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false } ] }, @@ -17972,12 +17604,6 @@ "location": "scalar", "isList": false }, - { - "type": "NullableStringFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, { "type": "Null", "location": "scalar", @@ -17987,19 +17613,13 @@ }, { "name": "authorId", - "isRequired": false, + "isRequired": true, "isNullable": false, "inputTypes": [ { "type": "Int", "location": "scalar", "isList": false - }, - { - "type": "IntFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false } ] }, @@ -18014,12 +17634,6 @@ "location": "enumTypes", "isList": false }, - { - "type": "NullableEnumPostKindFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, { "type": "Null", "location": "scalar", @@ -18029,7 +17643,7 @@ }, { "name": "metadata", - "isRequired": false, + "isRequired": true, "isNullable": false, "inputTypes": [ { @@ -18042,24 +17656,19 @@ ] }, { - "name": "postUncheckedUpdateManyWithoutEditorPostsInput", + "name": "postCreateOrConnectWithouteditorInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "uuid", - "isRequired": false, + "name": "where", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", - "isList": false - }, - { - "type": "StringFieldUpdateOperationsInput", + "type": "postWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -18067,35 +17676,40 @@ ] }, { - "name": "createdAt", - "isRequired": false, + "name": "create", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "DateTime", - "location": "scalar", + "type": "postCreateWithoutEditorInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false }, { - "type": "DateTimeFieldUpdateOperationsInput", + "type": "postUncheckedCreateWithoutEditorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false } ] - }, + } + ] + }, + { + "name": "postUpdateWithWhereUniqueWithoutAuthorInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ { - "name": "updatedAt", - "isRequired": false, + "name": "where", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "DateTime", - "location": "scalar", - "isList": false - }, - { - "type": "DateTimeFieldUpdateOperationsInput", + "type": "postWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -18103,35 +17717,40 @@ ] }, { - "name": "published", - "isRequired": false, + "name": "data", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "Boolean", - "location": "scalar", + "type": "postUpdateWithoutAuthorInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false }, { - "type": "BoolFieldUpdateOperationsInput", + "type": "postUncheckedUpdateWithoutAuthorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false } ] - }, + } + ] + }, + { + "name": "postUpdateManyWithWhereWithoutAuthorInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ { - "name": "title", - "isRequired": false, + "name": "where", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", - "isList": false - }, - { - "type": "StringFieldUpdateOperationsInput", + "type": "postScalarWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -18139,358 +17758,287 @@ ] }, { - "name": "subtitle", - "isRequired": false, + "name": "data", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "postUpdateManyMutationInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false }, { - "type": "StringFieldUpdateOperationsInput", + "type": "postUncheckedUpdateManyWithoutPostsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false } ] - }, + } + ] + }, + { + "name": "postScalarWhereInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ { - "name": "content", + "name": "AND", "isRequired": false, - "isNullable": true, + "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "postScalarWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false }, { - "type": "NullableStringFieldUpdateOperationsInput", + "type": "postScalarWhereInput", "namespace": "prisma", "location": "inputObjectTypes", - "isList": false - }, + "isList": true + } + ] + }, + { + "name": "OR", + "isRequired": false, + "isNullable": false, + "inputTypes": [ { - "type": "Null", - "location": "scalar", - "isList": false + "type": "postScalarWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "authorId", + "name": "NOT", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", + "type": "postScalarWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false }, { - "type": "IntFieldUpdateOperationsInput", + "type": "postScalarWhereInput", "namespace": "prisma", "location": "inputObjectTypes", - "isList": false + "isList": true } ] }, { - "name": "kind", + "name": "uuid", "isRequired": false, - "isNullable": true, + "isNullable": false, "inputTypes": [ { - "type": "PostKind", - "namespace": "model", - "location": "enumTypes", - "isList": false - }, - { - "type": "NullableEnumPostKindFieldUpdateOperationsInput", + "type": "StringFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "Null", + "type": "String", "location": "scalar", "isList": false } ] }, { - "name": "metadata", + "name": "createdAt", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Json", + "type": "DateTimeFilter", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "DateTime", "location": "scalar", "isList": false } ] - } - ] - }, - { - "name": "MovieUpdateWithoutDirectorInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "title", + "name": "updatedAt", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "DateTimeFilter", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false }, { - "type": "StringFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "DateTime", + "location": "scalar", "isList": false } ] - } - ] - }, - { - "name": "MovieUncheckedUpdateWithoutDirectorInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "title", + "name": "published", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "BoolFilter", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false }, { - "type": "StringFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Boolean", + "location": "scalar", "isList": false } ] - } - ] - }, - { - "name": "MovieUncheckedUpdateManyWithoutMoviesInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { "name": "title", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "StringFilter", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false }, { - "type": "StringFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "String", + "location": "scalar", "isList": false } ] - } - ] - }, - { - "name": "CreatorUpdateWithoutLikesInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "name", + "name": "subtitle", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "StringFilter", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false }, { - "type": "StringFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "String", + "location": "scalar", "isList": false } ] }, { - "name": "problems", + "name": "content", "isRequired": false, - "isNullable": false, + "isNullable": true, "inputTypes": [ { - "type": "ProblemUpdateManyWithoutCreatorInput", + "type": "StringNullableFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - } - ] - } - ] - }, - { - "name": "CreatorUncheckedUpdateWithoutLikesInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ - { - "name": "id", - "isRequired": false, - "isNullable": false, - "inputTypes": [ + }, { - "type": "Int", + "type": "String", "location": "scalar", "isList": false }, { - "type": "IntFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Null", + "location": "scalar", "isList": false } ] }, { - "name": "name", + "name": "authorId", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "IntFilter", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false }, { - "type": "StringFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Int", + "location": "scalar", "isList": false } ] }, { - "name": "problems", + "name": "editorId", "isRequired": false, - "isNullable": false, + "isNullable": true, "inputTypes": [ { - "type": "ProblemUncheckedUpdateManyWithoutCreatorInput", + "type": "IntNullableFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - } - ] - } - ] - }, - { - "name": "CreatorUncheckedUpdateManyWithoutLikedByInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ - { - "name": "id", - "isRequired": false, - "isNullable": false, - "inputTypes": [ + }, { "type": "Int", "location": "scalar", "isList": false }, { - "type": "IntFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Null", + "location": "scalar", "isList": false } ] }, { - "name": "name", + "name": "kind", "isRequired": false, - "isNullable": false, + "isNullable": true, "inputTypes": [ { - "type": "String", - "location": "scalar", - "isList": false - }, - { - "type": "StringFieldUpdateOperationsInput", + "type": "EnumPostKindNullableFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - } - ] - } - ] - }, - { - "name": "ProblemUpdateWithoutLikedByInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ - { - "name": "problemText", - "isRequired": false, - "isNullable": false, - "inputTypes": [ + }, { - "type": "String", - "location": "scalar", + "type": "PostKind", + "namespace": "model", + "location": "enumTypes", "isList": false }, { - "type": "StringFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Null", + "location": "scalar", "isList": false } ] }, { - "name": "creator", + "name": "metadata", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "CreatorUpdateOneWithoutProblemsInput", + "type": "JsonFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -18500,24 +18048,19 @@ ] }, { - "name": "ProblemUncheckedUpdateWithoutLikedByInput", + "name": "postUpsertWithWhereUniqueWithoutAuthorInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "id", - "isRequired": false, + "name": "where", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", - "isList": false - }, - { - "type": "IntFieldUpdateOperationsInput", + "type": "postWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -18525,17 +18068,18 @@ ] }, { - "name": "problemText", - "isRequired": false, + "name": "update", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "postUpdateWithoutAuthorInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false }, { - "type": "StringFieldUpdateOperationsInput", + "type": "postUncheckedUpdateWithoutAuthorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -18543,24 +18087,20 @@ ] }, { - "name": "creatorId", - "isRequired": false, - "isNullable": true, + "name": "create", + "isRequired": true, + "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", - "isList": false - }, - { - "type": "NullableIntFieldUpdateOperationsInput", + "type": "postCreateWithoutAuthorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "Null", - "location": "scalar", + "type": "postUncheckedCreateWithoutAuthorInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] @@ -18568,24 +18108,19 @@ ] }, { - "name": "ProblemUncheckedUpdateManyWithoutLikesInput", + "name": "postUpdateWithWhereUniqueWithoutEditorInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "id", - "isRequired": false, + "name": "where", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", - "isList": false - }, - { - "type": "IntFieldUpdateOperationsInput", + "type": "postWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -18593,67 +18128,40 @@ ] }, { - "name": "problemText", - "isRequired": false, + "name": "data", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", - "isList": false - }, - { - "type": "StringFieldUpdateOperationsInput", + "type": "postUpdateWithoutEditorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - } - ] - }, - { - "name": "creatorId", - "isRequired": false, - "isNullable": true, - "inputTypes": [ - { - "type": "Int", - "location": "scalar", - "isList": false }, { - "type": "NullableIntFieldUpdateOperationsInput", + "type": "postUncheckedUpdateWithoutEditorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - }, - { - "type": "Null", - "location": "scalar", - "isList": false } ] } ] }, { - "name": "ProblemUpdateWithoutCreatorInput", + "name": "postUpdateManyWithWhereWithoutEditorInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "problemText", - "isRequired": false, + "name": "where", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", - "isList": false - }, - { - "type": "StringFieldUpdateOperationsInput", + "type": "postScalarWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -18661,12 +18169,18 @@ ] }, { - "name": "likedBy", - "isRequired": false, + "name": "data", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "CreatorUpdateManyWithoutLikesInput", + "type": "postUpdateManyMutationInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "postUncheckedUpdateManyWithoutEditorPostsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -18676,24 +18190,38 @@ ] }, { - "name": "ProblemUncheckedUpdateWithoutCreatorInput", + "name": "postUpsertWithWhereUniqueWithoutEditorInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "id", - "isRequired": false, + "name": "where", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", + "type": "postWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "update", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "postUpdateWithoutEditorInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false }, { - "type": "IntFieldUpdateOperationsInput", + "type": "postUncheckedUpdateWithoutEditorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -18701,17 +18229,18 @@ ] }, { - "name": "problemText", - "isRequired": false, + "name": "create", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "postCreateWithoutEditorInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false }, { - "type": "StringFieldUpdateOperationsInput", + "type": "postUncheckedCreateWithoutEditorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -18721,42 +18250,97 @@ ] }, { - "name": "ProblemUncheckedUpdateManyWithoutProblemsInput", + "name": "UserCreateWithoutPostsInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "id", + "name": "email", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "name", "isRequired": false, + "isNullable": true, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "Null", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "age", + "isRequired": true, "isNullable": false, "inputTypes": [ { "type": "Int", "location": "scalar", "isList": false - }, + } + ] + }, + { + "name": "balance", + "isRequired": true, + "isNullable": false, + "inputTypes": [ { - "type": "IntFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Float", + "location": "scalar", "isList": false } ] }, { - "name": "problemText", - "isRequired": false, + "name": "amount", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "String", + "type": "Float", "location": "scalar", "isList": false - }, + } + ] + }, + { + "name": "role", + "isRequired": true, + "isNullable": false, + "inputTypes": [ { - "type": "StringFieldUpdateOperationsInput", + "type": "Role", + "namespace": "model", + "location": "enumTypes", + "isList": false + } + ] + }, + { + "name": "editorPosts", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "postCreateManyWithoutEditorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -18764,137 +18348,6924 @@ ] } ] - } - ] - }, - "outputObjectTypes": { - "prisma": [ + }, { - "name": "Query", + "name": "UserUncheckedCreateWithoutPostsInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, "fields": [ { - "name": "findFirstUser", - "args": [ + "name": "id", + "isRequired": false, + "isNullable": false, + "inputTypes": [ { - "name": "where", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "UserWhereInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - }, + "type": "Int", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "email", + "isRequired": true, + "isNullable": false, + "inputTypes": [ { - "name": "orderBy", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "UserOrderByInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true - }, - { - "type": "UserOrderByInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - }, + "type": "String", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "name", + "isRequired": false, + "isNullable": true, + "inputTypes": [ { - "name": "cursor", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "UserWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] + "type": "String", + "location": "scalar", + "isList": false }, { - "name": "take", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "Int", - "location": "scalar", - "isList": false - } - ] - }, + "type": "Null", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "age", + "isRequired": true, + "isNullable": false, + "inputTypes": [ { - "name": "skip", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "Int", - "location": "scalar", - "isList": false - } - ] - }, + "type": "Int", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "balance", + "isRequired": true, + "isNullable": false, + "inputTypes": [ { - "name": "distinct", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "UserScalarFieldEnum", - "namespace": "prisma", - "location": "enumTypes", - "isList": true - } - ] + "type": "Float", + "location": "scalar", + "isList": false } - ], - "isNullable": true, - "outputType": { - "type": "User", - "namespace": "model", - "location": "outputObjectTypes", - "isList": false - } + ] }, { - "name": "findManyUser", - "args": [ + "name": "amount", + "isRequired": true, + "isNullable": false, + "inputTypes": [ { - "name": "where", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "UserWhereInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - }, + "type": "Float", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "role", + "isRequired": true, + "isNullable": false, + "inputTypes": [ { - "name": "orderBy", - "isRequired": false, + "type": "Role", + "namespace": "model", + "location": "enumTypes", + "isList": false + } + ] + }, + { + "name": "editorPosts", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "postUncheckedCreateManyWithoutEditorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ] + }, + { + "name": "UserCreateOrConnectWithoutpostsInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "where", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "UserWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "create", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "UserCreateWithoutPostsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "UserUncheckedCreateWithoutPostsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ] + }, + { + "name": "UserCreateWithoutEditorPostsInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "email", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "name", + "isRequired": false, + "isNullable": true, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "Null", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "age", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "balance", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "Float", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "amount", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "Float", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "role", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "Role", + "namespace": "model", + "location": "enumTypes", + "isList": false + } + ] + }, + { + "name": "posts", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "postCreateManyWithoutAuthorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ] + }, + { + "name": "UserUncheckedCreateWithoutEditorPostsInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "id", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "email", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "name", + "isRequired": false, + "isNullable": true, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "Null", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "age", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "balance", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "Float", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "amount", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "Float", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "role", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "Role", + "namespace": "model", + "location": "enumTypes", + "isList": false + } + ] + }, + { + "name": "posts", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "postUncheckedCreateManyWithoutAuthorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ] + }, + { + "name": "UserCreateOrConnectWithouteditorPostsInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "where", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "UserWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "create", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "UserCreateWithoutEditorPostsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "UserUncheckedCreateWithoutEditorPostsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ] + }, + { + "name": "UserUpdateWithoutPostsInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "email", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "name", + "isRequired": false, + "isNullable": true, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "NullableStringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "Null", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "age", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + }, + { + "type": "IntFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "balance", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Float", + "location": "scalar", + "isList": false + }, + { + "type": "FloatFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "amount", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Float", + "location": "scalar", + "isList": false + }, + { + "type": "FloatFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "role", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Role", + "namespace": "model", + "location": "enumTypes", + "isList": false + }, + { + "type": "EnumRoleFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "editorPosts", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "postUpdateManyWithoutEditorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ] + }, + { + "name": "UserUncheckedUpdateWithoutPostsInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "id", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + }, + { + "type": "IntFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "email", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "name", + "isRequired": false, + "isNullable": true, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "NullableStringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "Null", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "age", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + }, + { + "type": "IntFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "balance", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Float", + "location": "scalar", + "isList": false + }, + { + "type": "FloatFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "amount", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Float", + "location": "scalar", + "isList": false + }, + { + "type": "FloatFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "role", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Role", + "namespace": "model", + "location": "enumTypes", + "isList": false + }, + { + "type": "EnumRoleFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "editorPosts", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "postUncheckedUpdateManyWithoutEditorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ] + }, + { + "name": "UserUpsertWithoutPostsInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "update", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "UserUpdateWithoutPostsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "UserUncheckedUpdateWithoutPostsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "create", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "UserCreateWithoutPostsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "UserUncheckedCreateWithoutPostsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ] + }, + { + "name": "UserUpdateWithoutEditorPostsInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "email", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "name", + "isRequired": false, + "isNullable": true, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "NullableStringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "Null", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "age", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + }, + { + "type": "IntFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "balance", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Float", + "location": "scalar", + "isList": false + }, + { + "type": "FloatFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "amount", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Float", + "location": "scalar", + "isList": false + }, + { + "type": "FloatFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "role", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Role", + "namespace": "model", + "location": "enumTypes", + "isList": false + }, + { + "type": "EnumRoleFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "posts", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "postUpdateManyWithoutAuthorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ] + }, + { + "name": "UserUncheckedUpdateWithoutEditorPostsInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "id", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + }, + { + "type": "IntFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "email", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "name", + "isRequired": false, + "isNullable": true, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "NullableStringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "Null", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "age", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + }, + { + "type": "IntFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "balance", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Float", + "location": "scalar", + "isList": false + }, + { + "type": "FloatFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "amount", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Float", + "location": "scalar", + "isList": false + }, + { + "type": "FloatFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "role", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Role", + "namespace": "model", + "location": "enumTypes", + "isList": false + }, + { + "type": "EnumRoleFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "posts", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "postUncheckedUpdateManyWithoutAuthorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ] + }, + { + "name": "UserUpsertWithoutEditorPostsInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "update", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "UserUpdateWithoutEditorPostsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "UserUncheckedUpdateWithoutEditorPostsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "create", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "UserCreateWithoutEditorPostsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "UserUncheckedCreateWithoutEditorPostsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ] + }, + { + "name": "DirectorCreateWithoutMoviesInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "firstName", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "lastName", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + } + ] + } + ] + }, + { + "name": "DirectorUncheckedCreateWithoutMoviesInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "firstName", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "lastName", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + } + ] + } + ] + }, + { + "name": "DirectorCreateOrConnectWithoutmoviesInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "where", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "DirectorWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "create", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "DirectorCreateWithoutMoviesInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "DirectorUncheckedCreateWithoutMoviesInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ] + }, + { + "name": "DirectorUpdateWithoutMoviesInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "firstName", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "lastName", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ] + }, + { + "name": "DirectorUncheckedUpdateWithoutMoviesInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "firstName", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "lastName", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ] + }, + { + "name": "DirectorUpsertWithoutMoviesInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "update", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "DirectorUpdateWithoutMoviesInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "DirectorUncheckedUpdateWithoutMoviesInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "create", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "DirectorCreateWithoutMoviesInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "DirectorUncheckedCreateWithoutMoviesInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ] + }, + { + "name": "MovieCreateWithoutDirectorInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "title", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + } + ] + } + ] + }, + { + "name": "MovieUncheckedCreateWithoutDirectorInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "title", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + } + ] + } + ] + }, + { + "name": "MovieCreateOrConnectWithoutdirectorInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "where", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "MovieWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "create", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "MovieCreateWithoutDirectorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "MovieUncheckedCreateWithoutDirectorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ] + }, + { + "name": "MovieUpdateWithWhereUniqueWithoutDirectorInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "where", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "MovieWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "data", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "MovieUpdateWithoutDirectorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "MovieUncheckedUpdateWithoutDirectorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ] + }, + { + "name": "MovieUpdateManyWithWhereWithoutDirectorInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "where", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "MovieScalarWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "data", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "MovieUpdateManyMutationInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "MovieUncheckedUpdateManyWithoutMoviesInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ] + }, + { + "name": "MovieScalarWhereInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "AND", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "MovieScalarWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "MovieScalarWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true + } + ] + }, + { + "name": "OR", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "MovieScalarWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true + } + ] + }, + { + "name": "NOT", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "MovieScalarWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "MovieScalarWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true + } + ] + }, + { + "name": "directorFirstName", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "StringFilter", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "String", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "directorLastName", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "StringFilter", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "String", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "title", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "StringFilter", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "String", + "location": "scalar", + "isList": false + } + ] + } + ] + }, + { + "name": "MovieUpsertWithWhereUniqueWithoutDirectorInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "where", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "MovieWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "update", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "MovieUpdateWithoutDirectorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "MovieUncheckedUpdateWithoutDirectorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "create", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "MovieCreateWithoutDirectorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "MovieUncheckedCreateWithoutDirectorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ] + }, + { + "name": "CreatorCreateWithoutLikesInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "name", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "problems", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "ProblemCreateManyWithoutCreatorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ] + }, + { + "name": "CreatorUncheckedCreateWithoutLikesInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "id", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "name", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "problems", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "ProblemUncheckedCreateManyWithoutCreatorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ] + }, + { + "name": "CreatorCreateOrConnectWithoutlikesInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "where", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "CreatorWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "create", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "CreatorCreateWithoutLikesInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "CreatorUncheckedCreateWithoutLikesInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ] + }, + { + "name": "CreatorCreateWithoutProblemsInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "name", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "likes", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "ProblemCreateManyWithoutLikedByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ] + }, + { + "name": "CreatorUncheckedCreateWithoutProblemsInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "id", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "name", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + } + ] + } + ] + }, + { + "name": "CreatorCreateOrConnectWithoutproblemsInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "where", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "CreatorWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "create", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "CreatorCreateWithoutProblemsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "CreatorUncheckedCreateWithoutProblemsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ] + }, + { + "name": "CreatorUpdateWithWhereUniqueWithoutLikesInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "where", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "CreatorWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "data", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "CreatorUpdateWithoutLikesInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "CreatorUncheckedUpdateWithoutLikesInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ] + }, + { + "name": "CreatorUpdateManyWithWhereWithoutLikesInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "where", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "CreatorScalarWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "data", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "CreatorUpdateManyMutationInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "CreatorUncheckedUpdateManyWithoutLikedByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ] + }, + { + "name": "CreatorScalarWhereInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "AND", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "CreatorScalarWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "CreatorScalarWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true + } + ] + }, + { + "name": "OR", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "CreatorScalarWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true + } + ] + }, + { + "name": "NOT", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "CreatorScalarWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "CreatorScalarWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true + } + ] + }, + { + "name": "id", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "IntFilter", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "name", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "StringFilter", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "String", + "location": "scalar", + "isList": false + } + ] + } + ] + }, + { + "name": "CreatorUpsertWithWhereUniqueWithoutLikesInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "where", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "CreatorWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "update", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "CreatorUpdateWithoutLikesInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "CreatorUncheckedUpdateWithoutLikesInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "create", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "CreatorCreateWithoutLikesInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "CreatorUncheckedCreateWithoutLikesInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ] + }, + { + "name": "CreatorUpdateWithoutProblemsInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "name", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "likes", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "ProblemUpdateManyWithoutLikedByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ] + }, + { + "name": "CreatorUncheckedUpdateWithoutProblemsInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "id", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + }, + { + "type": "IntFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "name", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ] + }, + { + "name": "CreatorUpsertWithoutProblemsInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "update", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "CreatorUpdateWithoutProblemsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "CreatorUncheckedUpdateWithoutProblemsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "create", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "CreatorCreateWithoutProblemsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "CreatorUncheckedCreateWithoutProblemsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ] + }, + { + "name": "ProblemCreateWithoutLikedByInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "problemText", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "creator", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "CreatorCreateOneWithoutProblemsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ] + }, + { + "name": "ProblemUncheckedCreateWithoutLikedByInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "id", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "problemText", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "creatorId", + "isRequired": false, + "isNullable": true, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + }, + { + "type": "Null", + "location": "scalar", + "isList": false + } + ] + } + ] + }, + { + "name": "ProblemCreateOrConnectWithoutlikedByInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "where", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "ProblemWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "create", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "ProblemCreateWithoutLikedByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "ProblemUncheckedCreateWithoutLikedByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ] + }, + { + "name": "ProblemCreateWithoutCreatorInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "problemText", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "likedBy", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "CreatorCreateManyWithoutLikesInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ] + }, + { + "name": "ProblemUncheckedCreateWithoutCreatorInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "id", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "problemText", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + } + ] + } + ] + }, + { + "name": "ProblemCreateOrConnectWithoutcreatorInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "where", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "ProblemWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "create", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "ProblemCreateWithoutCreatorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "ProblemUncheckedCreateWithoutCreatorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ] + }, + { + "name": "ProblemUpdateWithWhereUniqueWithoutLikedByInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "where", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "ProblemWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "data", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "ProblemUpdateWithoutLikedByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "ProblemUncheckedUpdateWithoutLikedByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ] + }, + { + "name": "ProblemUpdateManyWithWhereWithoutLikedByInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "where", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "ProblemScalarWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "data", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "ProblemUpdateManyMutationInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "ProblemUncheckedUpdateManyWithoutLikesInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ] + }, + { + "name": "ProblemScalarWhereInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "AND", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "ProblemScalarWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "ProblemScalarWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true + } + ] + }, + { + "name": "OR", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "ProblemScalarWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true + } + ] + }, + { + "name": "NOT", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "ProblemScalarWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "ProblemScalarWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true + } + ] + }, + { + "name": "id", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "IntFilter", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "problemText", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "StringFilter", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "String", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "creatorId", + "isRequired": false, + "isNullable": true, + "inputTypes": [ + { + "type": "IntNullableFilter", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "Int", + "location": "scalar", + "isList": false + }, + { + "type": "Null", + "location": "scalar", + "isList": false + } + ] + } + ] + }, + { + "name": "ProblemUpsertWithWhereUniqueWithoutLikedByInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "where", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "ProblemWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "update", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "ProblemUpdateWithoutLikedByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "ProblemUncheckedUpdateWithoutLikedByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "create", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "ProblemCreateWithoutLikedByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "ProblemUncheckedCreateWithoutLikedByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ] + }, + { + "name": "ProblemUpdateWithWhereUniqueWithoutCreatorInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "where", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "ProblemWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "data", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "ProblemUpdateWithoutCreatorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "ProblemUncheckedUpdateWithoutCreatorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ] + }, + { + "name": "ProblemUpdateManyWithWhereWithoutCreatorInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "where", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "ProblemScalarWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "data", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "ProblemUpdateManyMutationInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "ProblemUncheckedUpdateManyWithoutProblemsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ] + }, + { + "name": "ProblemUpsertWithWhereUniqueWithoutCreatorInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "where", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "ProblemWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "update", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "ProblemUpdateWithoutCreatorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "ProblemUncheckedUpdateWithoutCreatorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "create", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "ProblemCreateWithoutCreatorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "ProblemUncheckedCreateWithoutCreatorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ] + }, + { + "name": "postUpdateWithoutAuthorInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "uuid", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "createdAt", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "DateTime", + "location": "scalar", + "isList": false + }, + { + "type": "DateTimeFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "updatedAt", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "DateTime", + "location": "scalar", + "isList": false + }, + { + "type": "DateTimeFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "published", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Boolean", + "location": "scalar", + "isList": false + }, + { + "type": "BoolFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "title", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "subtitle", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "content", + "isRequired": false, + "isNullable": true, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "NullableStringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "Null", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "kind", + "isRequired": false, + "isNullable": true, + "inputTypes": [ + { + "type": "PostKind", + "namespace": "model", + "location": "enumTypes", + "isList": false + }, + { + "type": "NullableEnumPostKindFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "Null", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "metadata", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Json", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "editor", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "UserUpdateOneWithoutEditorPostsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ] + }, + { + "name": "postUncheckedUpdateWithoutAuthorInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "uuid", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "createdAt", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "DateTime", + "location": "scalar", + "isList": false + }, + { + "type": "DateTimeFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "updatedAt", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "DateTime", + "location": "scalar", + "isList": false + }, + { + "type": "DateTimeFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "published", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Boolean", + "location": "scalar", + "isList": false + }, + { + "type": "BoolFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "title", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "subtitle", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "content", + "isRequired": false, + "isNullable": true, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "NullableStringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "Null", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "editorId", + "isRequired": false, + "isNullable": true, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + }, + { + "type": "NullableIntFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "Null", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "kind", + "isRequired": false, + "isNullable": true, + "inputTypes": [ + { + "type": "PostKind", + "namespace": "model", + "location": "enumTypes", + "isList": false + }, + { + "type": "NullableEnumPostKindFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "Null", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "metadata", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Json", + "location": "scalar", + "isList": false + } + ] + } + ] + }, + { + "name": "postUncheckedUpdateManyWithoutPostsInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "uuid", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "createdAt", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "DateTime", + "location": "scalar", + "isList": false + }, + { + "type": "DateTimeFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "updatedAt", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "DateTime", + "location": "scalar", + "isList": false + }, + { + "type": "DateTimeFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "published", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Boolean", + "location": "scalar", + "isList": false + }, + { + "type": "BoolFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "title", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "subtitle", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "content", + "isRequired": false, + "isNullable": true, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "NullableStringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "Null", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "editorId", + "isRequired": false, + "isNullable": true, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + }, + { + "type": "NullableIntFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "Null", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "kind", + "isRequired": false, + "isNullable": true, + "inputTypes": [ + { + "type": "PostKind", + "namespace": "model", + "location": "enumTypes", + "isList": false + }, + { + "type": "NullableEnumPostKindFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "Null", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "metadata", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Json", + "location": "scalar", + "isList": false + } + ] + } + ] + }, + { + "name": "postUpdateWithoutEditorInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "uuid", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "createdAt", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "DateTime", + "location": "scalar", + "isList": false + }, + { + "type": "DateTimeFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "updatedAt", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "DateTime", + "location": "scalar", + "isList": false + }, + { + "type": "DateTimeFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "published", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Boolean", + "location": "scalar", + "isList": false + }, + { + "type": "BoolFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "title", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "subtitle", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "content", + "isRequired": false, + "isNullable": true, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "NullableStringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "Null", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "kind", + "isRequired": false, + "isNullable": true, + "inputTypes": [ + { + "type": "PostKind", + "namespace": "model", + "location": "enumTypes", + "isList": false + }, + { + "type": "NullableEnumPostKindFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "Null", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "metadata", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Json", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "author", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "UserUpdateOneRequiredWithoutPostsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ] + }, + { + "name": "postUncheckedUpdateWithoutEditorInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "uuid", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "createdAt", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "DateTime", + "location": "scalar", + "isList": false + }, + { + "type": "DateTimeFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "updatedAt", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "DateTime", + "location": "scalar", + "isList": false + }, + { + "type": "DateTimeFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "published", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Boolean", + "location": "scalar", + "isList": false + }, + { + "type": "BoolFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "title", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "subtitle", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "content", + "isRequired": false, + "isNullable": true, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "NullableStringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "Null", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "authorId", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + }, + { + "type": "IntFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "kind", + "isRequired": false, + "isNullable": true, + "inputTypes": [ + { + "type": "PostKind", + "namespace": "model", + "location": "enumTypes", + "isList": false + }, + { + "type": "NullableEnumPostKindFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "Null", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "metadata", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Json", + "location": "scalar", + "isList": false + } + ] + } + ] + }, + { + "name": "postUncheckedUpdateManyWithoutEditorPostsInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "uuid", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "createdAt", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "DateTime", + "location": "scalar", + "isList": false + }, + { + "type": "DateTimeFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "updatedAt", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "DateTime", + "location": "scalar", + "isList": false + }, + { + "type": "DateTimeFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "published", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Boolean", + "location": "scalar", + "isList": false + }, + { + "type": "BoolFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "title", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "subtitle", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "content", + "isRequired": false, + "isNullable": true, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "NullableStringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "Null", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "authorId", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + }, + { + "type": "IntFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "kind", + "isRequired": false, + "isNullable": true, + "inputTypes": [ + { + "type": "PostKind", + "namespace": "model", + "location": "enumTypes", + "isList": false + }, + { + "type": "NullableEnumPostKindFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "Null", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "metadata", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Json", + "location": "scalar", + "isList": false + } + ] + } + ] + }, + { + "name": "MovieUpdateWithoutDirectorInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "title", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ] + }, + { + "name": "MovieUncheckedUpdateWithoutDirectorInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "title", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ] + }, + { + "name": "MovieUncheckedUpdateManyWithoutMoviesInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "title", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ] + }, + { + "name": "CreatorUpdateWithoutLikesInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "name", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "problems", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "ProblemUpdateManyWithoutCreatorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ] + }, + { + "name": "CreatorUncheckedUpdateWithoutLikesInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "id", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + }, + { + "type": "IntFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "name", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "problems", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "ProblemUncheckedUpdateManyWithoutCreatorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ] + }, + { + "name": "CreatorUncheckedUpdateManyWithoutLikedByInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "id", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + }, + { + "type": "IntFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "name", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ] + }, + { + "name": "ProblemUpdateWithoutLikedByInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "problemText", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "creator", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "CreatorUpdateOneWithoutProblemsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ] + }, + { + "name": "ProblemUncheckedUpdateWithoutLikedByInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "id", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + }, + { + "type": "IntFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "problemText", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "creatorId", + "isRequired": false, + "isNullable": true, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + }, + { + "type": "NullableIntFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "Null", + "location": "scalar", + "isList": false + } + ] + } + ] + }, + { + "name": "ProblemUncheckedUpdateManyWithoutLikesInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "id", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + }, + { + "type": "IntFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "problemText", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "creatorId", + "isRequired": false, + "isNullable": true, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + }, + { + "type": "NullableIntFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "Null", + "location": "scalar", + "isList": false + } + ] + } + ] + }, + { + "name": "ProblemUpdateWithoutCreatorInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "problemText", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "likedBy", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "CreatorUpdateManyWithoutLikesInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ] + }, + { + "name": "ProblemUncheckedUpdateWithoutCreatorInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "id", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + }, + { + "type": "IntFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "problemText", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ] + }, + { + "name": "ProblemUncheckedUpdateManyWithoutProblemsInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "id", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + }, + { + "type": "IntFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "problemText", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ] + } + ] + }, + "outputObjectTypes": { + "prisma": [ + { + "name": "Query", + "fields": [ + { + "name": "findFirstUser", + "args": [ + { + "name": "where", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "UserWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "orderBy", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "UserOrderByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true + }, + { + "type": "UserOrderByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "cursor", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "UserWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "take", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "skip", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "distinct", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "UserScalarFieldEnum", + "namespace": "prisma", + "location": "enumTypes", + "isList": true + } + ] + } + ], + "isNullable": true, + "outputType": { + "type": "User", + "namespace": "model", + "location": "outputObjectTypes", + "isList": false + } + }, + { + "name": "findManyUser", + "args": [ + { + "name": "where", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "UserWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "orderBy", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "UserOrderByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true + }, + { + "type": "UserOrderByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "cursor", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "UserWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "take", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "skip", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "distinct", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "UserScalarFieldEnum", + "namespace": "prisma", + "location": "enumTypes", + "isList": true + } + ] + } + ], + "isNullable": false, + "outputType": { + "type": "User", + "namespace": "model", + "location": "outputObjectTypes", + "isList": true + } + }, + { + "name": "aggregateUser", + "args": [ + { + "name": "where", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "UserWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "orderBy", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "UserOrderByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true + }, + { + "type": "UserOrderByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "cursor", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "UserWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "take", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "skip", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + } + ], + "isNullable": false, + "outputType": { + "type": "AggregateUser", + "namespace": "prisma", + "location": "outputObjectTypes", + "isList": false + } + }, + { + "name": "groupByUser", + "args": [ + { + "name": "where", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "UserWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "orderBy", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "UserOrderByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true + }, + { + "type": "UserOrderByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "by", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "UserScalarFieldEnum", + "namespace": "prisma", + "location": "enumTypes", + "isList": true + }, + { + "type": "UserScalarFieldEnum", + "namespace": "prisma", + "location": "enumTypes", + "isList": false + } + ] + }, + { + "name": "having", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "UserScalarWhereWithAggregatesInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "take", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "skip", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + } + ], + "isNullable": false, + "outputType": { + "type": "UserGroupByOutputType", + "namespace": "prisma", + "location": "outputObjectTypes", + "isList": true + } + }, + { + "name": "findOneUser", + "args": [ + { + "name": "where", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "UserWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ], + "isNullable": true, + "outputType": { + "type": "User", + "namespace": "model", + "location": "outputObjectTypes", + "isList": false + }, + "deprecation": { + "sinceVersion": "2.14", + "reason": "The `findOne` query has been deprecated and replaced with `findUnique`.", + "plannedRemovalVersion": "2.15" + } + }, + { + "name": "findUniqueUser", + "args": [ + { + "name": "where", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "UserWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ], + "isNullable": true, + "outputType": { + "type": "User", + "namespace": "model", + "location": "outputObjectTypes", + "isList": false + } + }, + { + "name": "findFirstpost", + "args": [ + { + "name": "where", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "postWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "orderBy", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "postOrderByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true + }, + { + "type": "postOrderByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "cursor", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "postWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "take", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "skip", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "distinct", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "PostScalarFieldEnum", + "namespace": "prisma", + "location": "enumTypes", + "isList": true + } + ] + } + ], + "isNullable": true, + "outputType": { + "type": "post", + "namespace": "model", + "location": "outputObjectTypes", + "isList": false + } + }, + { + "name": "findManypost", + "args": [ + { + "name": "where", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "postWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "orderBy", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "postOrderByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true + }, + { + "type": "postOrderByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "cursor", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "postWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "take", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "skip", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "distinct", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "PostScalarFieldEnum", + "namespace": "prisma", + "location": "enumTypes", + "isList": true + } + ] + } + ], + "isNullable": false, + "outputType": { + "type": "post", + "namespace": "model", + "location": "outputObjectTypes", + "isList": true + } + }, + { + "name": "aggregatepost", + "args": [ + { + "name": "where", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "postWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "orderBy", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "postOrderByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true + }, + { + "type": "postOrderByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "cursor", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "postWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "take", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "skip", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + } + ], + "isNullable": false, + "outputType": { + "type": "AggregatePost", + "namespace": "prisma", + "location": "outputObjectTypes", + "isList": false + } + }, + { + "name": "groupBypost", + "args": [ + { + "name": "where", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "postWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "orderBy", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "postOrderByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true + }, + { + "type": "postOrderByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "by", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "PostScalarFieldEnum", + "namespace": "prisma", + "location": "enumTypes", + "isList": true + }, + { + "type": "PostScalarFieldEnum", + "namespace": "prisma", + "location": "enumTypes", + "isList": false + } + ] + }, + { + "name": "having", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "postScalarWhereWithAggregatesInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "take", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "skip", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + } + ], + "isNullable": false, + "outputType": { + "type": "PostGroupByOutputType", + "namespace": "prisma", + "location": "outputObjectTypes", + "isList": true + } + }, + { + "name": "findOnepost", + "args": [ + { + "name": "where", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "postWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ], + "isNullable": true, + "outputType": { + "type": "post", + "namespace": "model", + "location": "outputObjectTypes", + "isList": false + }, + "deprecation": { + "sinceVersion": "2.14", + "reason": "The `findOne` query has been deprecated and replaced with `findUnique`.", + "plannedRemovalVersion": "2.15" + } + }, + { + "name": "findUniquepost", + "args": [ + { + "name": "where", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "postWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ], + "isNullable": true, + "outputType": { + "type": "post", + "namespace": "model", + "location": "outputObjectTypes", + "isList": false + } + }, + { + "name": "findFirstCategory", + "args": [ + { + "name": "where", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "CategoryWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "orderBy", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "CategoryOrderByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true + }, + { + "type": "CategoryOrderByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "cursor", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "CategoryWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "take", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "skip", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "distinct", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "CategoryScalarFieldEnum", + "namespace": "prisma", + "location": "enumTypes", + "isList": true + } + ] + } + ], + "isNullable": true, + "outputType": { + "type": "Category", + "namespace": "model", + "location": "outputObjectTypes", + "isList": false + } + }, + { + "name": "findManyCategory", + "args": [ + { + "name": "where", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "CategoryWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "orderBy", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "CategoryOrderByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true + }, + { + "type": "CategoryOrderByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "cursor", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "CategoryWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "take", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "skip", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "distinct", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "CategoryScalarFieldEnum", + "namespace": "prisma", + "location": "enumTypes", + "isList": true + } + ] + } + ], + "isNullable": false, + "outputType": { + "type": "Category", + "namespace": "model", + "location": "outputObjectTypes", + "isList": true + } + }, + { + "name": "aggregateCategory", + "args": [ + { + "name": "where", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "CategoryWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "orderBy", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "CategoryOrderByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true + }, + { + "type": "CategoryOrderByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "cursor", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "CategoryWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "take", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "skip", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + } + ], + "isNullable": false, + "outputType": { + "type": "AggregateCategory", + "namespace": "prisma", + "location": "outputObjectTypes", + "isList": false + } + }, + { + "name": "groupByCategory", + "args": [ + { + "name": "where", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "CategoryWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "orderBy", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "CategoryOrderByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true + }, + { + "type": "CategoryOrderByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "by", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "CategoryScalarFieldEnum", + "namespace": "prisma", + "location": "enumTypes", + "isList": true + }, + { + "type": "CategoryScalarFieldEnum", + "namespace": "prisma", + "location": "enumTypes", + "isList": false + } + ] + }, + { + "name": "having", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "CategoryScalarWhereWithAggregatesInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "take", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "skip", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + } + ], + "isNullable": false, + "outputType": { + "type": "CategoryGroupByOutputType", + "namespace": "prisma", + "location": "outputObjectTypes", + "isList": true + } + }, + { + "name": "findOneCategory", + "args": [ + { + "name": "where", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "CategoryWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ], + "isNullable": true, + "outputType": { + "type": "Category", + "namespace": "model", + "location": "outputObjectTypes", + "isList": false + }, + "deprecation": { + "sinceVersion": "2.14", + "reason": "The `findOne` query has been deprecated and replaced with `findUnique`.", + "plannedRemovalVersion": "2.15" + } + }, + { + "name": "findUniqueCategory", + "args": [ + { + "name": "where", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "CategoryWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ], + "isNullable": true, + "outputType": { + "type": "Category", + "namespace": "model", + "location": "outputObjectTypes", + "isList": false + } + }, + { + "name": "findFirstPatient", + "args": [ + { + "name": "where", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "PatientWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "orderBy", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "PatientOrderByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true + }, + { + "type": "PatientOrderByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "cursor", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "PatientWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "take", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "skip", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "distinct", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "PatientScalarFieldEnum", + "namespace": "prisma", + "location": "enumTypes", + "isList": true + } + ] + } + ], + "isNullable": true, + "outputType": { + "type": "Patient", + "namespace": "model", + "location": "outputObjectTypes", + "isList": false + } + }, + { + "name": "findManyPatient", + "args": [ + { + "name": "where", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "PatientWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "orderBy", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "PatientOrderByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true + }, + { + "type": "PatientOrderByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "cursor", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "PatientWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "take", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "skip", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "distinct", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "PatientScalarFieldEnum", + "namespace": "prisma", + "location": "enumTypes", + "isList": true + } + ] + } + ], + "isNullable": false, + "outputType": { + "type": "Patient", + "namespace": "model", + "location": "outputObjectTypes", + "isList": true + } + }, + { + "name": "aggregatePatient", + "args": [ + { + "name": "where", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "PatientWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "orderBy", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "PatientOrderByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true + }, + { + "type": "PatientOrderByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "cursor", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "PatientWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "take", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "skip", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + } + ], + "isNullable": false, + "outputType": { + "type": "AggregatePatient", + "namespace": "prisma", + "location": "outputObjectTypes", + "isList": false + } + }, + { + "name": "groupByPatient", + "args": [ + { + "name": "where", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "PatientWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "orderBy", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "PatientOrderByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true + }, + { + "type": "PatientOrderByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "by", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "PatientScalarFieldEnum", + "namespace": "prisma", + "location": "enumTypes", + "isList": true + }, + { + "type": "PatientScalarFieldEnum", + "namespace": "prisma", + "location": "enumTypes", + "isList": false + } + ] + }, + { + "name": "having", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "PatientScalarWhereWithAggregatesInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "take", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "skip", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + } + ], + "isNullable": false, + "outputType": { + "type": "PatientGroupByOutputType", + "namespace": "prisma", + "location": "outputObjectTypes", + "isList": true + } + }, + { + "name": "findOnePatient", + "args": [ + { + "name": "where", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "PatientWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ], + "isNullable": true, + "outputType": { + "type": "Patient", + "namespace": "model", + "location": "outputObjectTypes", + "isList": false + }, + "deprecation": { + "sinceVersion": "2.14", + "reason": "The `findOne` query has been deprecated and replaced with `findUnique`.", + "plannedRemovalVersion": "2.15" + } + }, + { + "name": "findUniquePatient", + "args": [ + { + "name": "where", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "PatientWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ], + "isNullable": true, + "outputType": { + "type": "Patient", + "namespace": "model", + "location": "outputObjectTypes", + "isList": false + } + }, + { + "name": "findFirstMovie", + "args": [ + { + "name": "where", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "MovieWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "orderBy", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "MovieOrderByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true + }, + { + "type": "MovieOrderByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "cursor", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "MovieWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "take", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "skip", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "distinct", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "MovieScalarFieldEnum", + "namespace": "prisma", + "location": "enumTypes", + "isList": true + } + ] + } + ], + "isNullable": true, + "outputType": { + "type": "Movie", + "namespace": "model", + "location": "outputObjectTypes", + "isList": false + } + }, + { + "name": "findManyMovie", + "args": [ + { + "name": "where", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "MovieWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "orderBy", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "MovieOrderByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true + }, + { + "type": "MovieOrderByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "cursor", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "MovieWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "take", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "skip", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "distinct", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "MovieScalarFieldEnum", + "namespace": "prisma", + "location": "enumTypes", + "isList": true + } + ] + } + ], + "isNullable": false, + "outputType": { + "type": "Movie", + "namespace": "model", + "location": "outputObjectTypes", + "isList": true + } + }, + { + "name": "aggregateMovie", + "args": [ + { + "name": "where", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "MovieWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "orderBy", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "MovieOrderByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true + }, + { + "type": "MovieOrderByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "cursor", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "MovieWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "take", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "skip", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + } + ], + "isNullable": false, + "outputType": { + "type": "AggregateMovie", + "namespace": "prisma", + "location": "outputObjectTypes", + "isList": false + } + }, + { + "name": "groupByMovie", + "args": [ + { + "name": "where", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "MovieWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "orderBy", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "MovieOrderByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true + }, + { + "type": "MovieOrderByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "by", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "MovieScalarFieldEnum", + "namespace": "prisma", + "location": "enumTypes", + "isList": true + }, + { + "type": "MovieScalarFieldEnum", + "namespace": "prisma", + "location": "enumTypes", + "isList": false + } + ] + }, + { + "name": "having", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "MovieScalarWhereWithAggregatesInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "take", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "skip", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + } + ], + "isNullable": false, + "outputType": { + "type": "MovieGroupByOutputType", + "namespace": "prisma", + "location": "outputObjectTypes", + "isList": true + } + }, + { + "name": "findOneMovie", + "args": [ + { + "name": "where", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "MovieWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ], + "isNullable": true, + "outputType": { + "type": "Movie", + "namespace": "model", + "location": "outputObjectTypes", + "isList": false + }, + "deprecation": { + "sinceVersion": "2.14", + "reason": "The `findOne` query has been deprecated and replaced with `findUnique`.", + "plannedRemovalVersion": "2.15" + } + }, + { + "name": "findUniqueMovie", + "args": [ + { + "name": "where", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "MovieWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ], + "isNullable": true, + "outputType": { + "type": "Movie", + "namespace": "model", + "location": "outputObjectTypes", + "isList": false + } + }, + { + "name": "findFirstDirector", + "args": [ + { + "name": "where", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "DirectorWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "orderBy", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "DirectorOrderByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true + }, + { + "type": "DirectorOrderByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "cursor", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "DirectorWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "take", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "skip", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "distinct", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "DirectorScalarFieldEnum", + "namespace": "prisma", + "location": "enumTypes", + "isList": true + } + ] + } + ], + "isNullable": true, + "outputType": { + "type": "Director", + "namespace": "model", + "location": "outputObjectTypes", + "isList": false + } + }, + { + "name": "findManyDirector", + "args": [ + { + "name": "where", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "DirectorWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "orderBy", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "DirectorOrderByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true + }, + { + "type": "DirectorOrderByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "cursor", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "DirectorWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "take", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "skip", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "distinct", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "UserOrderByInput", + "type": "DirectorScalarFieldEnum", "namespace": "prisma", - "location": "inputObjectTypes", + "location": "enumTypes", "isList": true - }, + } + ] + } + ], + "isNullable": false, + "outputType": { + "type": "Director", + "namespace": "model", + "location": "outputObjectTypes", + "isList": true + } + }, + { + "name": "aggregateDirector", + "args": [ + { + "name": "where", + "isRequired": false, + "isNullable": false, + "inputTypes": [ { - "type": "UserOrderByInput", + "type": "DirectorWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -18902,12 +25273,18 @@ ] }, { - "name": "cursor", + "name": "orderBy", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "UserWhereUniqueInput", + "type": "DirectorOrderByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true + }, + { + "type": "DirectorOrderByInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -18915,19 +25292,20 @@ ] }, { - "name": "take", + "name": "cursor", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", + "type": "DirectorWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] }, { - "name": "skip", + "name": "take", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -18939,29 +25317,28 @@ ] }, { - "name": "distinct", + "name": "skip", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "UserScalarFieldEnum", - "namespace": "prisma", - "location": "enumTypes", - "isList": true + "type": "Int", + "location": "scalar", + "isList": false } ] } ], "isNullable": false, "outputType": { - "type": "User", - "namespace": "model", + "type": "AggregateDirector", + "namespace": "prisma", "location": "outputObjectTypes", - "isList": true + "isList": false } }, { - "name": "aggregateUser", + "name": "groupByDirector", "args": [ { "name": "where", @@ -18969,7 +25346,7 @@ "isNullable": false, "inputTypes": [ { - "type": "UserWhereInput", + "type": "DirectorWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -18982,13 +25359,13 @@ "isNullable": false, "inputTypes": [ { - "type": "UserOrderByInput", + "type": "DirectorOrderByInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true }, { - "type": "UserOrderByInput", + "type": "DirectorOrderByInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -18996,12 +25373,31 @@ ] }, { - "name": "cursor", + "name": "by", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "DirectorScalarFieldEnum", + "namespace": "prisma", + "location": "enumTypes", + "isList": true + }, + { + "type": "DirectorScalarFieldEnum", + "namespace": "prisma", + "location": "enumTypes", + "isList": false + } + ] + }, + { + "name": "having", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "UserWhereUniqueInput", + "type": "DirectorScalarWhereWithAggregatesInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -19035,14 +25431,14 @@ ], "isNullable": false, "outputType": { - "type": "AggregateUser", + "type": "DirectorGroupByOutputType", "namespace": "prisma", "location": "outputObjectTypes", - "isList": false + "isList": true } }, { - "name": "findOneUser", + "name": "findOneDirector", "args": [ { "name": "where", @@ -19050,7 +25446,7 @@ "isNullable": false, "inputTypes": [ { - "type": "UserWhereUniqueInput", + "type": "DirectorWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -19060,7 +25456,7 @@ ], "isNullable": true, "outputType": { - "type": "User", + "type": "Director", "namespace": "model", "location": "outputObjectTypes", "isList": false @@ -19072,7 +25468,7 @@ } }, { - "name": "findUniqueUser", + "name": "findUniqueDirector", "args": [ { "name": "where", @@ -19080,7 +25476,7 @@ "isNullable": false, "inputTypes": [ { - "type": "UserWhereUniqueInput", + "type": "DirectorWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -19090,14 +25486,14 @@ ], "isNullable": true, "outputType": { - "type": "User", + "type": "Director", "namespace": "model", "location": "outputObjectTypes", "isList": false } }, { - "name": "findFirstpost", + "name": "findFirstProblem", "args": [ { "name": "where", @@ -19105,7 +25501,7 @@ "isNullable": false, "inputTypes": [ { - "type": "postWhereInput", + "type": "ProblemWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -19118,13 +25514,13 @@ "isNullable": false, "inputTypes": [ { - "type": "postOrderByInput", + "type": "ProblemOrderByInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true }, { - "type": "postOrderByInput", + "type": "ProblemOrderByInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -19137,7 +25533,7 @@ "isNullable": false, "inputTypes": [ { - "type": "postWhereUniqueInput", + "type": "ProblemWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -19174,7 +25570,7 @@ "isNullable": false, "inputTypes": [ { - "type": "PostScalarFieldEnum", + "type": "ProblemScalarFieldEnum", "namespace": "prisma", "location": "enumTypes", "isList": true @@ -19184,14 +25580,14 @@ ], "isNullable": true, "outputType": { - "type": "post", + "type": "Problem", "namespace": "model", "location": "outputObjectTypes", "isList": false } }, { - "name": "findManypost", + "name": "findManyProblem", "args": [ { "name": "where", @@ -19199,7 +25595,7 @@ "isNullable": false, "inputTypes": [ { - "type": "postWhereInput", + "type": "ProblemWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -19212,13 +25608,13 @@ "isNullable": false, "inputTypes": [ { - "type": "postOrderByInput", + "type": "ProblemOrderByInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true }, { - "type": "postOrderByInput", + "type": "ProblemOrderByInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -19231,7 +25627,7 @@ "isNullable": false, "inputTypes": [ { - "type": "postWhereUniqueInput", + "type": "ProblemWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -19268,7 +25664,7 @@ "isNullable": false, "inputTypes": [ { - "type": "PostScalarFieldEnum", + "type": "ProblemScalarFieldEnum", "namespace": "prisma", "location": "enumTypes", "isList": true @@ -19278,14 +25674,14 @@ ], "isNullable": false, "outputType": { - "type": "post", + "type": "Problem", "namespace": "model", "location": "outputObjectTypes", "isList": true } }, { - "name": "aggregatepost", + "name": "aggregateProblem", "args": [ { "name": "where", @@ -19293,7 +25689,7 @@ "isNullable": false, "inputTypes": [ { - "type": "postWhereInput", + "type": "ProblemWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -19306,13 +25702,13 @@ "isNullable": false, "inputTypes": [ { - "type": "postOrderByInput", + "type": "ProblemOrderByInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true }, { - "type": "postOrderByInput", + "type": "ProblemOrderByInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -19325,7 +25721,7 @@ "isNullable": false, "inputTypes": [ { - "type": "postWhereUniqueInput", + "type": "ProblemWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -19359,77 +25755,41 @@ ], "isNullable": false, "outputType": { - "type": "AggregatePost", + "type": "AggregateProblem", "namespace": "prisma", "location": "outputObjectTypes", "isList": false } }, { - "name": "findOnepost", + "name": "groupByProblem", "args": [ { "name": "where", - "isRequired": true, + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postWhereUniqueInput", + "type": "ProblemWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false } ] - } - ], - "isNullable": true, - "outputType": { - "type": "post", - "namespace": "model", - "location": "outputObjectTypes", - "isList": false - }, - "deprecation": { - "sinceVersion": "2.14", - "reason": "The `findOne` query has been deprecated and replaced with `findUnique`.", - "plannedRemovalVersion": "2.15" - } - }, - { - "name": "findUniquepost", - "args": [ + }, { - "name": "where", - "isRequired": true, + "name": "orderBy", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postWhereUniqueInput", + "type": "ProblemOrderByInput", "namespace": "prisma", "location": "inputObjectTypes", - "isList": false - } - ] - } - ], - "isNullable": true, - "outputType": { - "type": "post", - "namespace": "model", - "location": "outputObjectTypes", - "isList": false - } - }, - { - "name": "findFirstCategory", - "args": [ - { - "name": "where", - "isRequired": false, - "isNullable": false, - "inputTypes": [ + "isList": true + }, { - "type": "CategoryWhereInput", + "type": "ProblemOrderByInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -19437,31 +25797,31 @@ ] }, { - "name": "orderBy", - "isRequired": false, + "name": "by", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "CategoryOrderByInput", + "type": "ProblemScalarFieldEnum", "namespace": "prisma", - "location": "inputObjectTypes", + "location": "enumTypes", "isList": true }, { - "type": "CategoryOrderByInput", + "type": "ProblemScalarFieldEnum", "namespace": "prisma", - "location": "inputObjectTypes", + "location": "enumTypes", "isList": false } ] }, { - "name": "cursor", + "name": "having", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "CategoryWhereUniqueInput", + "type": "ProblemScalarWhereWithAggregatesInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -19491,31 +25851,73 @@ "isList": false } ] - }, + } + ], + "isNullable": false, + "outputType": { + "type": "ProblemGroupByOutputType", + "namespace": "prisma", + "location": "outputObjectTypes", + "isList": true + } + }, + { + "name": "findOneProblem", + "args": [ + { + "name": "where", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "ProblemWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ], + "isNullable": true, + "outputType": { + "type": "Problem", + "namespace": "model", + "location": "outputObjectTypes", + "isList": false + }, + "deprecation": { + "sinceVersion": "2.14", + "reason": "The `findOne` query has been deprecated and replaced with `findUnique`.", + "plannedRemovalVersion": "2.15" + } + }, + { + "name": "findUniqueProblem", + "args": [ { - "name": "distinct", - "isRequired": false, + "name": "where", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "CategoryScalarFieldEnum", + "type": "ProblemWhereUniqueInput", "namespace": "prisma", - "location": "enumTypes", - "isList": true + "location": "inputObjectTypes", + "isList": false } ] } ], "isNullable": true, "outputType": { - "type": "Category", + "type": "Problem", "namespace": "model", "location": "outputObjectTypes", "isList": false } }, { - "name": "findManyCategory", + "name": "findFirstCreator", "args": [ { "name": "where", @@ -19523,7 +25925,7 @@ "isNullable": false, "inputTypes": [ { - "type": "CategoryWhereInput", + "type": "CreatorWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -19536,13 +25938,13 @@ "isNullable": false, "inputTypes": [ { - "type": "CategoryOrderByInput", + "type": "CreatorOrderByInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true }, { - "type": "CategoryOrderByInput", + "type": "CreatorOrderByInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -19555,7 +25957,7 @@ "isNullable": false, "inputTypes": [ { - "type": "CategoryWhereUniqueInput", + "type": "CreatorWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -19592,7 +25994,7 @@ "isNullable": false, "inputTypes": [ { - "type": "CategoryScalarFieldEnum", + "type": "CreatorScalarFieldEnum", "namespace": "prisma", "location": "enumTypes", "isList": true @@ -19600,16 +26002,16 @@ ] } ], - "isNullable": false, + "isNullable": true, "outputType": { - "type": "Category", + "type": "Creator", "namespace": "model", "location": "outputObjectTypes", - "isList": true + "isList": false } }, { - "name": "aggregateCategory", + "name": "findManyCreator", "args": [ { "name": "where", @@ -19617,7 +26019,7 @@ "isNullable": false, "inputTypes": [ { - "type": "CategoryWhereInput", + "type": "CreatorWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -19630,13 +26032,13 @@ "isNullable": false, "inputTypes": [ { - "type": "CategoryOrderByInput", + "type": "CreatorOrderByInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true }, { - "type": "CategoryOrderByInput", + "type": "CreatorOrderByInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -19649,7 +26051,7 @@ "isNullable": false, "inputTypes": [ { - "type": "CategoryWhereUniqueInput", + "type": "CreatorWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -19679,73 +26081,31 @@ "isList": false } ] - } - ], - "isNullable": false, - "outputType": { - "type": "AggregateCategory", - "namespace": "prisma", - "location": "outputObjectTypes", - "isList": false - } - }, - { - "name": "findOneCategory", - "args": [ - { - "name": "where", - "isRequired": true, - "isNullable": false, - "inputTypes": [ - { - "type": "CategoryWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - } - ], - "isNullable": true, - "outputType": { - "type": "Category", - "namespace": "model", - "location": "outputObjectTypes", - "isList": false - }, - "deprecation": { - "sinceVersion": "2.14", - "reason": "The `findOne` query has been deprecated and replaced with `findUnique`.", - "plannedRemovalVersion": "2.15" - } - }, - { - "name": "findUniqueCategory", - "args": [ + }, { - "name": "where", - "isRequired": true, + "name": "distinct", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "CategoryWhereUniqueInput", + "type": "CreatorScalarFieldEnum", "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false + "location": "enumTypes", + "isList": true } ] } ], - "isNullable": true, + "isNullable": false, "outputType": { - "type": "Category", + "type": "Creator", "namespace": "model", "location": "outputObjectTypes", - "isList": false + "isList": true } }, { - "name": "findFirstPatient", + "name": "aggregateCreator", "args": [ { "name": "where", @@ -19753,7 +26113,7 @@ "isNullable": false, "inputTypes": [ { - "type": "PatientWhereInput", + "type": "CreatorWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -19766,13 +26126,13 @@ "isNullable": false, "inputTypes": [ { - "type": "PatientOrderByInput", + "type": "CreatorOrderByInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true }, { - "type": "PatientOrderByInput", + "type": "CreatorOrderByInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -19785,7 +26145,7 @@ "isNullable": false, "inputTypes": [ { - "type": "PatientWhereUniqueInput", + "type": "CreatorWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -19815,31 +26175,18 @@ "isList": false } ] - }, - { - "name": "distinct", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "PatientScalarFieldEnum", - "namespace": "prisma", - "location": "enumTypes", - "isList": true - } - ] } ], - "isNullable": true, + "isNullable": false, "outputType": { - "type": "Patient", - "namespace": "model", + "type": "AggregateCreator", + "namespace": "prisma", "location": "outputObjectTypes", "isList": false } }, { - "name": "findManyPatient", + "name": "groupByCreator", "args": [ { "name": "where", @@ -19847,7 +26194,7 @@ "isNullable": false, "inputTypes": [ { - "type": "PatientWhereInput", + "type": "CreatorWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -19860,13 +26207,13 @@ "isNullable": false, "inputTypes": [ { - "type": "PatientOrderByInput", + "type": "CreatorOrderByInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true }, { - "type": "PatientOrderByInput", + "type": "CreatorOrderByInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -19874,32 +26221,39 @@ ] }, { - "name": "cursor", - "isRequired": false, + "name": "by", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "PatientWhereUniqueInput", + "type": "CreatorScalarFieldEnum", "namespace": "prisma", - "location": "inputObjectTypes", + "location": "enumTypes", + "isList": true + }, + { + "type": "CreatorScalarFieldEnum", + "namespace": "prisma", + "location": "enumTypes", "isList": false } ] }, { - "name": "take", + "name": "having", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", + "type": "CreatorScalarWhereWithAggregatesInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] }, { - "name": "skip", + "name": "take", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -19911,95 +26265,104 @@ ] }, { - "name": "distinct", + "name": "skip", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "PatientScalarFieldEnum", - "namespace": "prisma", - "location": "enumTypes", - "isList": true + "type": "Int", + "location": "scalar", + "isList": false } ] } ], "isNullable": false, "outputType": { - "type": "Patient", - "namespace": "model", + "type": "CreatorGroupByOutputType", + "namespace": "prisma", "location": "outputObjectTypes", "isList": true } }, { - "name": "aggregatePatient", + "name": "findOneCreator", "args": [ { "name": "where", - "isRequired": false, + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "PatientWhereInput", + "type": "CreatorWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false } ] - }, + } + ], + "isNullable": true, + "outputType": { + "type": "Creator", + "namespace": "model", + "location": "outputObjectTypes", + "isList": false + }, + "deprecation": { + "sinceVersion": "2.14", + "reason": "The `findOne` query has been deprecated and replaced with `findUnique`.", + "plannedRemovalVersion": "2.15" + } + }, + { + "name": "findUniqueCreator", + "args": [ { - "name": "orderBy", - "isRequired": false, + "name": "where", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "PatientOrderByInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true - }, - { - "type": "PatientOrderByInput", + "type": "CreatorWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false } ] - }, + } + ], + "isNullable": true, + "outputType": { + "type": "Creator", + "namespace": "model", + "location": "outputObjectTypes", + "isList": false + } + } + ] + }, + { + "name": "Mutation", + "fields": [ + { + "name": "createOneUser", + "args": [ { - "name": "cursor", - "isRequired": false, + "name": "data", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "PatientWhereUniqueInput", + "type": "UserCreateInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - } - ] - }, - { - "name": "take", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "Int", - "location": "scalar", - "isList": false - } - ] - }, - { - "name": "skip", - "isRequired": false, - "isNullable": false, - "inputTypes": [ + }, { - "type": "Int", - "location": "scalar", + "type": "UserUncheckedCreateInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] @@ -20007,14 +26370,14 @@ ], "isNullable": false, "outputType": { - "type": "AggregatePatient", - "namespace": "prisma", + "type": "User", + "namespace": "model", "location": "outputObjectTypes", "isList": false } }, { - "name": "findOnePatient", + "name": "deleteOneUser", "args": [ { "name": "where", @@ -20022,7 +26385,7 @@ "isNullable": false, "inputTypes": [ { - "type": "PatientWhereUniqueInput", + "type": "UserWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -20032,27 +26395,41 @@ ], "isNullable": true, "outputType": { - "type": "Patient", + "type": "User", "namespace": "model", "location": "outputObjectTypes", "isList": false - }, - "deprecation": { - "sinceVersion": "2.14", - "reason": "The `findOne` query has been deprecated and replaced with `findUnique`.", - "plannedRemovalVersion": "2.15" } }, { - "name": "findUniquePatient", + "name": "updateOneUser", "args": [ + { + "name": "data", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "UserUpdateInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "UserUncheckedUpdateInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, { "name": "where", "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "PatientWhereUniqueInput", + "type": "UserWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -20062,22 +26439,22 @@ ], "isNullable": true, "outputType": { - "type": "Patient", + "type": "User", "namespace": "model", "location": "outputObjectTypes", "isList": false } }, { - "name": "findFirstMovie", + "name": "upsertOneUser", "args": [ { "name": "where", - "isRequired": false, + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "MovieWhereInput", + "type": "UserWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -20085,18 +26462,18 @@ ] }, { - "name": "orderBy", - "isRequired": false, + "name": "create", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "MovieOrderByInput", + "type": "UserCreateInput", "namespace": "prisma", "location": "inputObjectTypes", - "isList": true + "isList": false }, { - "type": "MovieOrderByInput", + "type": "UserUncheckedCreateInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -20104,66 +26481,79 @@ ] }, { - "name": "cursor", - "isRequired": false, + "name": "update", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "MovieWhereUniqueInput", + "type": "UserUpdateInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - } - ] - }, - { - "name": "take", - "isRequired": false, - "isNullable": false, - "inputTypes": [ + }, { - "type": "Int", - "location": "scalar", + "type": "UserUncheckedUpdateInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] - }, + } + ], + "isNullable": false, + "outputType": { + "type": "User", + "namespace": "model", + "location": "outputObjectTypes", + "isList": false + } + }, + { + "name": "updateManyUser", + "args": [ { - "name": "skip", - "isRequired": false, + "name": "data", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", + "type": "UserUpdateManyMutationInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "UserUncheckedUpdateManyInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] }, { - "name": "distinct", + "name": "where", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "MovieScalarFieldEnum", + "type": "UserWhereInput", "namespace": "prisma", - "location": "enumTypes", - "isList": true + "location": "inputObjectTypes", + "isList": false } ] } ], - "isNullable": true, + "isNullable": false, "outputType": { - "type": "Movie", - "namespace": "model", + "type": "BatchPayload", + "namespace": "prisma", "location": "outputObjectTypes", "isList": false } }, { - "name": "findManyMovie", + "name": "deleteManyUser", "args": [ { "name": "where", @@ -20171,101 +26561,132 @@ "isNullable": false, "inputTypes": [ { - "type": "MovieWhereInput", + "type": "UserWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false } ] - }, + } + ], + "isNullable": false, + "outputType": { + "type": "BatchPayload", + "namespace": "prisma", + "location": "outputObjectTypes", + "isList": false + } + }, + { + "name": "createOnepost", + "args": [ { - "name": "orderBy", - "isRequired": false, + "name": "data", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "MovieOrderByInput", + "type": "postCreateInput", "namespace": "prisma", "location": "inputObjectTypes", - "isList": true + "isList": false }, { - "type": "MovieOrderByInput", + "type": "postUncheckedCreateInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false } ] - }, + } + ], + "isNullable": false, + "outputType": { + "type": "post", + "namespace": "model", + "location": "outputObjectTypes", + "isList": false + } + }, + { + "name": "deleteOnepost", + "args": [ { - "name": "cursor", - "isRequired": false, + "name": "where", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "MovieWhereUniqueInput", + "type": "postWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false } ] - }, + } + ], + "isNullable": true, + "outputType": { + "type": "post", + "namespace": "model", + "location": "outputObjectTypes", + "isList": false + } + }, + { + "name": "updateOnepost", + "args": [ { - "name": "take", - "isRequired": false, + "name": "data", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", + "type": "postUpdateInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false - } - ] - }, - { - "name": "skip", - "isRequired": false, - "isNullable": false, - "inputTypes": [ + }, { - "type": "Int", - "location": "scalar", + "type": "postUncheckedUpdateInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] }, { - "name": "distinct", - "isRequired": false, + "name": "where", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "MovieScalarFieldEnum", + "type": "postWhereUniqueInput", "namespace": "prisma", - "location": "enumTypes", - "isList": true + "location": "inputObjectTypes", + "isList": false } ] } ], - "isNullable": false, + "isNullable": true, "outputType": { - "type": "Movie", + "type": "post", "namespace": "model", "location": "outputObjectTypes", - "isList": true + "isList": false } }, { - "name": "aggregateMovie", + "name": "upsertOnepost", "args": [ { "name": "where", - "isRequired": false, + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "MovieWhereInput", + "type": "postWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -20273,57 +26694,83 @@ ] }, { - "name": "orderBy", - "isRequired": false, + "name": "create", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "MovieOrderByInput", + "type": "postCreateInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "postUncheckedCreateInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "update", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "postUpdateInput", "namespace": "prisma", "location": "inputObjectTypes", - "isList": true + "isList": false }, { - "type": "MovieOrderByInput", + "type": "postUncheckedUpdateInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false } ] - }, + } + ], + "isNullable": false, + "outputType": { + "type": "post", + "namespace": "model", + "location": "outputObjectTypes", + "isList": false + } + }, + { + "name": "updateManypost", + "args": [ { - "name": "cursor", - "isRequired": false, + "name": "data", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "MovieWhereUniqueInput", + "type": "postUpdateManyMutationInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - } - ] - }, - { - "name": "take", - "isRequired": false, - "isNullable": false, - "inputTypes": [ + }, { - "type": "Int", - "location": "scalar", + "type": "postUncheckedUpdateManyInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] }, { - "name": "skip", + "name": "where", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", + "type": "postWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] @@ -20331,22 +26778,22 @@ ], "isNullable": false, "outputType": { - "type": "AggregateMovie", + "type": "BatchPayload", "namespace": "prisma", "location": "outputObjectTypes", "isList": false } }, { - "name": "findOneMovie", + "name": "deleteManypost", "args": [ { "name": "where", - "isRequired": true, + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "MovieWhereUniqueInput", + "type": "postWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -20354,29 +26801,30 @@ ] } ], - "isNullable": true, + "isNullable": false, "outputType": { - "type": "Movie", - "namespace": "model", + "type": "BatchPayload", + "namespace": "prisma", "location": "outputObjectTypes", "isList": false - }, - "deprecation": { - "sinceVersion": "2.14", - "reason": "The `findOne` query has been deprecated and replaced with `findUnique`.", - "plannedRemovalVersion": "2.15" } }, { - "name": "findUniqueMovie", + "name": "createOneCategory", "args": [ { - "name": "where", + "name": "data", "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "MovieWhereUniqueInput", + "type": "CategoryCreateInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "CategoryUncheckedCreateInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -20384,43 +26832,55 @@ ] } ], - "isNullable": true, + "isNullable": false, "outputType": { - "type": "Movie", + "type": "Category", "namespace": "model", "location": "outputObjectTypes", "isList": false } }, { - "name": "findFirstDirector", + "name": "deleteOneCategory", "args": [ { "name": "where", - "isRequired": false, + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "DirectorWhereInput", + "type": "CategoryWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false } ] - }, + } + ], + "isNullable": true, + "outputType": { + "type": "Category", + "namespace": "model", + "location": "outputObjectTypes", + "isList": false + } + }, + { + "name": "updateOneCategory", + "args": [ { - "name": "orderBy", - "isRequired": false, + "name": "data", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "DirectorOrderByInput", + "type": "CategoryUpdateInput", "namespace": "prisma", "location": "inputObjectTypes", - "isList": true + "isList": false }, { - "type": "DirectorOrderByInput", + "type": "CategoryUncheckedUpdateInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -20428,74 +26888,37 @@ ] }, { - "name": "cursor", - "isRequired": false, + "name": "where", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "DirectorWhereUniqueInput", + "type": "CategoryWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false } ] - }, - { - "name": "take", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "Int", - "location": "scalar", - "isList": false - } - ] - }, - { - "name": "skip", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "Int", - "location": "scalar", - "isList": false - } - ] - }, - { - "name": "distinct", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "DirectorScalarFieldEnum", - "namespace": "prisma", - "location": "enumTypes", - "isList": true - } - ] } ], "isNullable": true, "outputType": { - "type": "Director", + "type": "Category", "namespace": "model", "location": "outputObjectTypes", "isList": false } }, { - "name": "findManyDirector", + "name": "upsertOneCategory", "args": [ { "name": "where", - "isRequired": false, + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "DirectorWhereInput", + "type": "CategoryWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -20503,18 +26926,18 @@ ] }, { - "name": "orderBy", - "isRequired": false, + "name": "create", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "DirectorOrderByInput", + "type": "CategoryCreateInput", "namespace": "prisma", "location": "inputObjectTypes", - "isList": true + "isList": false }, { - "type": "DirectorOrderByInput", + "type": "CategoryUncheckedCreateInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -20522,106 +26945,49 @@ ] }, { - "name": "cursor", - "isRequired": false, + "name": "update", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "DirectorWhereUniqueInput", + "type": "CategoryUpdateInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - } - ] - }, - { - "name": "take", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "Int", - "location": "scalar", - "isList": false - } - ] - }, - { - "name": "skip", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "Int", - "location": "scalar", - "isList": false - } - ] - }, - { - "name": "distinct", - "isRequired": false, - "isNullable": false, - "inputTypes": [ + }, { - "type": "DirectorScalarFieldEnum", + "type": "CategoryUncheckedUpdateInput", "namespace": "prisma", - "location": "enumTypes", - "isList": true + "location": "inputObjectTypes", + "isList": false } ] } ], "isNullable": false, "outputType": { - "type": "Director", + "type": "Category", "namespace": "model", "location": "outputObjectTypes", - "isList": true + "isList": false } }, { - "name": "aggregateDirector", + "name": "updateManyCategory", "args": [ { - "name": "where", - "isRequired": false, + "name": "data", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "DirectorWhereInput", + "type": "CategoryUpdateManyMutationInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - } - ] - }, - { - "name": "orderBy", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "DirectorOrderByInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true }, { - "type": "DirectorOrderByInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - }, - { - "name": "cursor", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "DirectorWhereUniqueInput", + "type": "CategoryUncheckedUpdateManyInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -20629,25 +26995,39 @@ ] }, { - "name": "take", + "name": "where", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", + "type": "CategoryWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] - }, + } + ], + "isNullable": false, + "outputType": { + "type": "BatchPayload", + "namespace": "prisma", + "location": "outputObjectTypes", + "isList": false + } + }, + { + "name": "deleteManyCategory", + "args": [ { - "name": "skip", + "name": "where", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", + "type": "CategoryWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] @@ -20655,22 +27035,28 @@ ], "isNullable": false, "outputType": { - "type": "AggregateDirector", + "type": "BatchPayload", "namespace": "prisma", "location": "outputObjectTypes", "isList": false } }, { - "name": "findOneDirector", + "name": "createOnePatient", "args": [ { - "name": "where", + "name": "data", "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "DirectorWhereUniqueInput", + "type": "PatientCreateInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "PatientUncheckedCreateInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -20678,21 +27064,16 @@ ] } ], - "isNullable": true, + "isNullable": false, "outputType": { - "type": "Director", + "type": "Patient", "namespace": "model", "location": "outputObjectTypes", "isList": false - }, - "deprecation": { - "sinceVersion": "2.14", - "reason": "The `findOne` query has been deprecated and replaced with `findUnique`.", - "plannedRemovalVersion": "2.15" } }, { - "name": "findUniqueDirector", + "name": "deleteOnePatient", "args": [ { "name": "where", @@ -20700,7 +27081,7 @@ "isNullable": false, "inputTypes": [ { - "type": "DirectorWhereUniqueInput", + "type": "PatientWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -20710,41 +27091,28 @@ ], "isNullable": true, "outputType": { - "type": "Director", + "type": "Patient", "namespace": "model", "location": "outputObjectTypes", "isList": false } }, { - "name": "findFirstProblem", + "name": "updateOnePatient", "args": [ { - "name": "where", - "isRequired": false, + "name": "data", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "ProblemWhereInput", + "type": "PatientUpdateInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - } - ] - }, - { - "name": "orderBy", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "ProblemOrderByInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true }, { - "type": "ProblemOrderByInput", + "type": "PatientUncheckedUpdateInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -20752,74 +27120,37 @@ ] }, { - "name": "cursor", - "isRequired": false, + "name": "where", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "ProblemWhereUniqueInput", + "type": "PatientWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false } ] - }, - { - "name": "take", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "Int", - "location": "scalar", - "isList": false - } - ] - }, - { - "name": "skip", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "Int", - "location": "scalar", - "isList": false - } - ] - }, - { - "name": "distinct", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "ProblemScalarFieldEnum", - "namespace": "prisma", - "location": "enumTypes", - "isList": true - } - ] } ], "isNullable": true, "outputType": { - "type": "Problem", + "type": "Patient", "namespace": "model", "location": "outputObjectTypes", "isList": false } }, { - "name": "findManyProblem", + "name": "upsertOnePatient", "args": [ { "name": "where", - "isRequired": false, + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "ProblemWhereInput", + "type": "PatientWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -20827,18 +27158,18 @@ ] }, { - "name": "orderBy", - "isRequired": false, + "name": "create", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "ProblemOrderByInput", + "type": "PatientCreateInput", "namespace": "prisma", "location": "inputObjectTypes", - "isList": true + "isList": false }, { - "type": "ProblemOrderByInput", + "type": "PatientUncheckedCreateInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -20846,93 +27177,49 @@ ] }, { - "name": "cursor", - "isRequired": false, + "name": "update", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "ProblemWhereUniqueInput", + "type": "PatientUpdateInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - } - ] - }, - { - "name": "take", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "Int", - "location": "scalar", - "isList": false - } - ] - }, - { - "name": "skip", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "Int", - "location": "scalar", - "isList": false - } - ] - }, - { - "name": "distinct", - "isRequired": false, - "isNullable": false, - "inputTypes": [ + }, { - "type": "ProblemScalarFieldEnum", + "type": "PatientUncheckedUpdateInput", "namespace": "prisma", - "location": "enumTypes", - "isList": true + "location": "inputObjectTypes", + "isList": false } ] } ], "isNullable": false, "outputType": { - "type": "Problem", + "type": "Patient", "namespace": "model", "location": "outputObjectTypes", - "isList": true + "isList": false } }, { - "name": "aggregateProblem", + "name": "updateManyPatient", "args": [ { - "name": "where", - "isRequired": false, + "name": "data", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "ProblemWhereInput", + "type": "PatientUpdateManyMutationInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - } - ] - }, - { - "name": "orderBy", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "ProblemOrderByInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true }, { - "type": "ProblemOrderByInput", + "type": "PatientUncheckedUpdateManyInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -20940,38 +27227,39 @@ ] }, { - "name": "cursor", + "name": "where", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "ProblemWhereUniqueInput", + "type": "PatientWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false } ] - }, - { - "name": "take", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "Int", - "location": "scalar", - "isList": false - } - ] - }, + } + ], + "isNullable": false, + "outputType": { + "type": "BatchPayload", + "namespace": "prisma", + "location": "outputObjectTypes", + "isList": false + } + }, + { + "name": "deleteManyPatient", + "args": [ { - "name": "skip", + "name": "where", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", + "type": "PatientWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] @@ -20979,22 +27267,28 @@ ], "isNullable": false, "outputType": { - "type": "AggregateProblem", + "type": "BatchPayload", "namespace": "prisma", "location": "outputObjectTypes", "isList": false } }, { - "name": "findOneProblem", + "name": "createOneMovie", "args": [ { - "name": "where", + "name": "data", "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "ProblemWhereUniqueInput", + "type": "MovieCreateInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "MovieUncheckedCreateInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -21002,21 +27296,16 @@ ] } ], - "isNullable": true, + "isNullable": false, "outputType": { - "type": "Problem", + "type": "Movie", "namespace": "model", "location": "outputObjectTypes", "isList": false - }, - "deprecation": { - "sinceVersion": "2.14", - "reason": "The `findOne` query has been deprecated and replaced with `findUnique`.", - "plannedRemovalVersion": "2.15" } }, { - "name": "findUniqueProblem", + "name": "deleteOneMovie", "args": [ { "name": "where", @@ -21024,7 +27313,7 @@ "isNullable": false, "inputTypes": [ { - "type": "ProblemWhereUniqueInput", + "type": "MovieWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -21034,41 +27323,28 @@ ], "isNullable": true, "outputType": { - "type": "Problem", + "type": "Movie", "namespace": "model", "location": "outputObjectTypes", "isList": false } }, { - "name": "findFirstCreator", + "name": "updateOneMovie", "args": [ { - "name": "where", - "isRequired": false, + "name": "data", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "CreatorWhereInput", + "type": "MovieUpdateInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - } - ] - }, - { - "name": "orderBy", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "CreatorOrderByInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true }, { - "type": "CreatorOrderByInput", + "type": "MovieUncheckedUpdateInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -21076,74 +27352,37 @@ ] }, { - "name": "cursor", - "isRequired": false, + "name": "where", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "CreatorWhereUniqueInput", + "type": "MovieWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false } ] - }, - { - "name": "take", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "Int", - "location": "scalar", - "isList": false - } - ] - }, - { - "name": "skip", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "Int", - "location": "scalar", - "isList": false - } - ] - }, - { - "name": "distinct", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "CreatorScalarFieldEnum", - "namespace": "prisma", - "location": "enumTypes", - "isList": true - } - ] } ], "isNullable": true, "outputType": { - "type": "Creator", + "type": "Movie", "namespace": "model", "location": "outputObjectTypes", "isList": false } }, { - "name": "findManyCreator", + "name": "upsertOneMovie", "args": [ { "name": "where", - "isRequired": false, + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "CreatorWhereInput", + "type": "MovieWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -21151,18 +27390,18 @@ ] }, { - "name": "orderBy", - "isRequired": false, + "name": "create", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "CreatorOrderByInput", + "type": "MovieCreateInput", "namespace": "prisma", "location": "inputObjectTypes", - "isList": true + "isList": false }, { - "type": "CreatorOrderByInput", + "type": "MovieUncheckedCreateInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -21170,93 +27409,49 @@ ] }, { - "name": "cursor", - "isRequired": false, + "name": "update", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "CreatorWhereUniqueInput", + "type": "MovieUpdateInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - } - ] - }, - { - "name": "take", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "Int", - "location": "scalar", - "isList": false - } - ] - }, - { - "name": "skip", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "Int", - "location": "scalar", - "isList": false - } - ] - }, - { - "name": "distinct", - "isRequired": false, - "isNullable": false, - "inputTypes": [ + }, { - "type": "CreatorScalarFieldEnum", + "type": "MovieUncheckedUpdateInput", "namespace": "prisma", - "location": "enumTypes", - "isList": true + "location": "inputObjectTypes", + "isList": false } ] } ], "isNullable": false, "outputType": { - "type": "Creator", + "type": "Movie", "namespace": "model", "location": "outputObjectTypes", - "isList": true + "isList": false } }, { - "name": "aggregateCreator", + "name": "updateManyMovie", "args": [ { - "name": "where", - "isRequired": false, + "name": "data", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "CreatorWhereInput", + "type": "MovieUpdateManyMutationInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - } - ] - }, - { - "name": "orderBy", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "CreatorOrderByInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true }, { - "type": "CreatorOrderByInput", + "type": "MovieUncheckedUpdateManyInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -21264,61 +27459,37 @@ ] }, { - "name": "cursor", + "name": "where", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "CreatorWhereUniqueInput", + "type": "MovieWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false } ] - }, - { - "name": "take", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "Int", - "location": "scalar", - "isList": false - } - ] - }, - { - "name": "skip", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "Int", - "location": "scalar", - "isList": false - } - ] } ], "isNullable": false, "outputType": { - "type": "AggregateCreator", + "type": "BatchPayload", "namespace": "prisma", "location": "outputObjectTypes", "isList": false } }, { - "name": "findOneCreator", + "name": "deleteManyMovie", "args": [ { "name": "where", - "isRequired": true, + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "CreatorWhereUniqueInput", + "type": "MovieWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -21326,51 +27497,16 @@ ] } ], - "isNullable": true, + "isNullable": false, "outputType": { - "type": "Creator", - "namespace": "model", + "type": "BatchPayload", + "namespace": "prisma", "location": "outputObjectTypes", "isList": false - }, - "deprecation": { - "sinceVersion": "2.14", - "reason": "The `findOne` query has been deprecated and replaced with `findUnique`.", - "plannedRemovalVersion": "2.15" } }, { - "name": "findUniqueCreator", - "args": [ - { - "name": "where", - "isRequired": true, - "isNullable": false, - "inputTypes": [ - { - "type": "CreatorWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - } - ], - "isNullable": true, - "outputType": { - "type": "Creator", - "namespace": "model", - "location": "outputObjectTypes", - "isList": false - } - } - ] - }, - { - "name": "Mutation", - "fields": [ - { - "name": "createOneUser", + "name": "createOneDirector", "args": [ { "name": "data", @@ -21378,13 +27514,13 @@ "isNullable": false, "inputTypes": [ { - "type": "UserCreateInput", + "type": "DirectorCreateInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "UserUncheckedCreateInput", + "type": "DirectorUncheckedCreateInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -21394,14 +27530,14 @@ ], "isNullable": false, "outputType": { - "type": "User", + "type": "Director", "namespace": "model", "location": "outputObjectTypes", "isList": false } }, { - "name": "deleteOneUser", + "name": "deleteOneDirector", "args": [ { "name": "where", @@ -21409,7 +27545,7 @@ "isNullable": false, "inputTypes": [ { - "type": "UserWhereUniqueInput", + "type": "DirectorWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -21419,14 +27555,14 @@ ], "isNullable": true, "outputType": { - "type": "User", + "type": "Director", "namespace": "model", "location": "outputObjectTypes", "isList": false } }, { - "name": "updateOneUser", + "name": "updateOneDirector", "args": [ { "name": "data", @@ -21434,13 +27570,13 @@ "isNullable": false, "inputTypes": [ { - "type": "UserUpdateInput", + "type": "DirectorUpdateInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "UserUncheckedUpdateInput", + "type": "DirectorUncheckedUpdateInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -21453,7 +27589,7 @@ "isNullable": false, "inputTypes": [ { - "type": "UserWhereUniqueInput", + "type": "DirectorWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -21463,14 +27599,14 @@ ], "isNullable": true, "outputType": { - "type": "User", + "type": "Director", "namespace": "model", "location": "outputObjectTypes", "isList": false } }, { - "name": "upsertOneUser", + "name": "upsertOneDirector", "args": [ { "name": "where", @@ -21478,7 +27614,7 @@ "isNullable": false, "inputTypes": [ { - "type": "UserWhereUniqueInput", + "type": "DirectorWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -21491,13 +27627,13 @@ "isNullable": false, "inputTypes": [ { - "type": "UserCreateInput", + "type": "DirectorCreateInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "UserUncheckedCreateInput", + "type": "DirectorUncheckedCreateInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -21510,13 +27646,13 @@ "isNullable": false, "inputTypes": [ { - "type": "UserUpdateInput", + "type": "DirectorUpdateInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "UserUncheckedUpdateInput", + "type": "DirectorUncheckedUpdateInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -21526,14 +27662,14 @@ ], "isNullable": false, "outputType": { - "type": "User", + "type": "Director", "namespace": "model", "location": "outputObjectTypes", "isList": false } }, { - "name": "updateManyUser", + "name": "updateManyDirector", "args": [ { "name": "data", @@ -21541,13 +27677,13 @@ "isNullable": false, "inputTypes": [ { - "type": "UserUpdateManyMutationInput", + "type": "DirectorUpdateManyMutationInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "UserUncheckedUpdateManyInput", + "type": "DirectorUncheckedUpdateManyInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -21560,7 +27696,7 @@ "isNullable": false, "inputTypes": [ { - "type": "UserWhereInput", + "type": "DirectorWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -21577,7 +27713,7 @@ } }, { - "name": "deleteManyUser", + "name": "deleteManyDirector", "args": [ { "name": "where", @@ -21585,7 +27721,7 @@ "isNullable": false, "inputTypes": [ { - "type": "UserWhereInput", + "type": "DirectorWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -21602,7 +27738,7 @@ } }, { - "name": "createOnepost", + "name": "createOneProblem", "args": [ { "name": "data", @@ -21610,13 +27746,13 @@ "isNullable": false, "inputTypes": [ { - "type": "postCreateInput", + "type": "ProblemCreateInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "postUncheckedCreateInput", + "type": "ProblemUncheckedCreateInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -21626,14 +27762,14 @@ ], "isNullable": false, "outputType": { - "type": "post", + "type": "Problem", "namespace": "model", "location": "outputObjectTypes", "isList": false } }, { - "name": "deleteOnepost", + "name": "deleteOneProblem", "args": [ { "name": "where", @@ -21641,7 +27777,7 @@ "isNullable": false, "inputTypes": [ { - "type": "postWhereUniqueInput", + "type": "ProblemWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -21651,14 +27787,14 @@ ], "isNullable": true, "outputType": { - "type": "post", + "type": "Problem", "namespace": "model", "location": "outputObjectTypes", "isList": false } }, { - "name": "updateOnepost", + "name": "updateOneProblem", "args": [ { "name": "data", @@ -21666,13 +27802,13 @@ "isNullable": false, "inputTypes": [ { - "type": "postUpdateInput", + "type": "ProblemUpdateInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "postUncheckedUpdateInput", + "type": "ProblemUncheckedUpdateInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -21685,7 +27821,7 @@ "isNullable": false, "inputTypes": [ { - "type": "postWhereUniqueInput", + "type": "ProblemWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -21695,14 +27831,14 @@ ], "isNullable": true, "outputType": { - "type": "post", + "type": "Problem", "namespace": "model", "location": "outputObjectTypes", "isList": false } }, { - "name": "upsertOnepost", + "name": "upsertOneProblem", "args": [ { "name": "where", @@ -21710,7 +27846,7 @@ "isNullable": false, "inputTypes": [ { - "type": "postWhereUniqueInput", + "type": "ProblemWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -21723,13 +27859,13 @@ "isNullable": false, "inputTypes": [ { - "type": "postCreateInput", + "type": "ProblemCreateInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "postUncheckedCreateInput", + "type": "ProblemUncheckedCreateInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -21742,13 +27878,13 @@ "isNullable": false, "inputTypes": [ { - "type": "postUpdateInput", + "type": "ProblemUpdateInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "postUncheckedUpdateInput", + "type": "ProblemUncheckedUpdateInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -21758,14 +27894,14 @@ ], "isNullable": false, "outputType": { - "type": "post", + "type": "Problem", "namespace": "model", "location": "outputObjectTypes", "isList": false } }, { - "name": "updateManypost", + "name": "updateManyProblem", "args": [ { "name": "data", @@ -21773,13 +27909,13 @@ "isNullable": false, "inputTypes": [ { - "type": "postUpdateManyMutationInput", + "type": "ProblemUpdateManyMutationInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "postUncheckedUpdateManyInput", + "type": "ProblemUncheckedUpdateManyInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -21792,7 +27928,7 @@ "isNullable": false, "inputTypes": [ { - "type": "postWhereInput", + "type": "ProblemWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -21809,7 +27945,7 @@ } }, { - "name": "deleteManypost", + "name": "deleteManyProblem", "args": [ { "name": "where", @@ -21817,7 +27953,7 @@ "isNullable": false, "inputTypes": [ { - "type": "postWhereInput", + "type": "ProblemWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -21834,7 +27970,7 @@ } }, { - "name": "createOneCategory", + "name": "createOneCreator", "args": [ { "name": "data", @@ -21842,13 +27978,13 @@ "isNullable": false, "inputTypes": [ { - "type": "CategoryCreateInput", + "type": "CreatorCreateInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "CategoryUncheckedCreateInput", + "type": "CreatorUncheckedCreateInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -21858,14 +27994,14 @@ ], "isNullable": false, "outputType": { - "type": "Category", + "type": "Creator", "namespace": "model", "location": "outputObjectTypes", "isList": false } }, { - "name": "deleteOneCategory", + "name": "deleteOneCreator", "args": [ { "name": "where", @@ -21873,7 +28009,7 @@ "isNullable": false, "inputTypes": [ { - "type": "CategoryWhereUniqueInput", + "type": "CreatorWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -21883,14 +28019,14 @@ ], "isNullable": true, "outputType": { - "type": "Category", + "type": "Creator", "namespace": "model", "location": "outputObjectTypes", "isList": false } }, { - "name": "updateOneCategory", + "name": "updateOneCreator", "args": [ { "name": "data", @@ -21898,13 +28034,13 @@ "isNullable": false, "inputTypes": [ { - "type": "CategoryUpdateInput", + "type": "CreatorUpdateInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "CategoryUncheckedUpdateInput", + "type": "CreatorUncheckedUpdateInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -21917,7 +28053,7 @@ "isNullable": false, "inputTypes": [ { - "type": "CategoryWhereUniqueInput", + "type": "CreatorWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -21927,62 +28063,167 @@ ], "isNullable": true, "outputType": { - "type": "Category", + "type": "Creator", + "namespace": "model", + "location": "outputObjectTypes", + "isList": false + } + }, + { + "name": "upsertOneCreator", + "args": [ + { + "name": "where", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "CreatorWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "create", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "CreatorCreateInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "CreatorUncheckedCreateInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "update", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "CreatorUpdateInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "CreatorUncheckedUpdateInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ], + "isNullable": false, + "outputType": { + "type": "Creator", "namespace": "model", "location": "outputObjectTypes", "isList": false } }, { - "name": "upsertOneCategory", + "name": "updateManyCreator", + "args": [ + { + "name": "data", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "CreatorUpdateManyMutationInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "CreatorUncheckedUpdateManyInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "where", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "CreatorWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ], + "isNullable": false, + "outputType": { + "type": "BatchPayload", + "namespace": "prisma", + "location": "outputObjectTypes", + "isList": false + } + }, + { + "name": "deleteManyCreator", + "args": [ + { + "name": "where", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "CreatorWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ], + "isNullable": false, + "outputType": { + "type": "BatchPayload", + "namespace": "prisma", + "location": "outputObjectTypes", + "isList": false + } + }, + { + "name": "executeRaw", "args": [ { - "name": "where", - "isRequired": true, - "isNullable": false, - "inputTypes": [ - { - "type": "CategoryWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - }, - { - "name": "create", + "name": "query", "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "CategoryCreateInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "CategoryUncheckedCreateInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "String", + "location": "scalar", "isList": false } ] }, { - "name": "update", - "isRequired": true, + "name": "parameters", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "CategoryUpdateInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "CategoryUncheckedUpdateInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Json", + "location": "scalar", "isList": false } ] @@ -21990,43 +28231,34 @@ ], "isNullable": false, "outputType": { - "type": "Category", - "namespace": "model", - "location": "outputObjectTypes", + "type": "Json", + "location": "scalar", "isList": false } }, { - "name": "updateManyCategory", + "name": "queryRaw", "args": [ { - "name": "data", + "name": "query", "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "CategoryUpdateManyMutationInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "CategoryUncheckedUpdateManyInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "String", + "location": "scalar", "isList": false } ] }, { - "name": "where", + "name": "parameters", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "CategoryWhereInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Json", + "location": "scalar", "isList": false } ] @@ -22034,1300 +28266,700 @@ ], "isNullable": false, "outputType": { - "type": "BatchPayload", + "type": "Json", + "location": "scalar", + "isList": false + } + } + ] + }, + { + "name": "AggregateUser", + "fields": [ + { + "name": "count", + "args": [], + "isNullable": true, + "outputType": { + "type": "UserCountAggregateOutputType", + "namespace": "prisma", + "location": "outputObjectTypes", + "isList": false + } + }, + { + "name": "avg", + "args": [], + "isNullable": true, + "outputType": { + "type": "UserAvgAggregateOutputType", + "namespace": "prisma", + "location": "outputObjectTypes", + "isList": false + } + }, + { + "name": "sum", + "args": [], + "isNullable": true, + "outputType": { + "type": "UserSumAggregateOutputType", + "namespace": "prisma", + "location": "outputObjectTypes", + "isList": false + } + }, + { + "name": "min", + "args": [], + "isNullable": true, + "outputType": { + "type": "UserMinAggregateOutputType", + "namespace": "prisma", + "location": "outputObjectTypes", + "isList": false + } + }, + { + "name": "max", + "args": [], + "isNullable": true, + "outputType": { + "type": "UserMaxAggregateOutputType", + "namespace": "prisma", + "location": "outputObjectTypes", + "isList": false + } + } + ] + }, + { + "name": "UserGroupByOutputType", + "fields": [ + { + "name": "id", + "args": [], + "isNullable": false, + "outputType": { + "type": "Int", + "location": "scalar", + "isList": false + } + }, + { + "name": "email", + "args": [], + "isNullable": false, + "outputType": { + "type": "String", + "location": "scalar", + "isList": false + } + }, + { + "name": "name", + "args": [], + "isNullable": true, + "outputType": { + "type": "String", + "location": "scalar", + "isList": false + } + }, + { + "name": "age", + "args": [], + "isNullable": false, + "outputType": { + "type": "Int", + "location": "scalar", + "isList": false + } + }, + { + "name": "balance", + "args": [], + "isNullable": false, + "outputType": { + "type": "Float", + "location": "scalar", + "isList": false + } + }, + { + "name": "amount", + "args": [], + "isNullable": false, + "outputType": { + "type": "Float", + "location": "scalar", + "isList": false + } + }, + { + "name": "role", + "args": [], + "isNullable": false, + "outputType": { + "type": "Role", + "namespace": "model", + "location": "enumTypes", + "isList": false + } + }, + { + "name": "count", + "args": [], + "isNullable": true, + "outputType": { + "type": "UserCountAggregateOutputType", + "namespace": "prisma", + "location": "outputObjectTypes", + "isList": false + } + }, + { + "name": "avg", + "args": [], + "isNullable": true, + "outputType": { + "type": "UserAvgAggregateOutputType", + "namespace": "prisma", + "location": "outputObjectTypes", + "isList": false + } + }, + { + "name": "sum", + "args": [], + "isNullable": true, + "outputType": { + "type": "UserSumAggregateOutputType", + "namespace": "prisma", + "location": "outputObjectTypes", + "isList": false + } + }, + { + "name": "min", + "args": [], + "isNullable": true, + "outputType": { + "type": "UserMinAggregateOutputType", + "namespace": "prisma", + "location": "outputObjectTypes", + "isList": false + } + }, + { + "name": "max", + "args": [], + "isNullable": true, + "outputType": { + "type": "UserMaxAggregateOutputType", + "namespace": "prisma", + "location": "outputObjectTypes", + "isList": false + } + } + ] + }, + { + "name": "AggregatePost", + "fields": [ + { + "name": "count", + "args": [], + "isNullable": true, + "outputType": { + "type": "PostCountAggregateOutputType", "namespace": "prisma", "location": "outputObjectTypes", "isList": false } }, { - "name": "deleteManyCategory", - "args": [ - { - "name": "where", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "CategoryWhereInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - } - ], - "isNullable": false, + "name": "avg", + "args": [], + "isNullable": true, "outputType": { - "type": "BatchPayload", + "type": "PostAvgAggregateOutputType", "namespace": "prisma", "location": "outputObjectTypes", "isList": false } }, { - "name": "createOnePatient", - "args": [ - { - "name": "data", - "isRequired": true, - "isNullable": false, - "inputTypes": [ - { - "type": "PatientCreateInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "PatientUncheckedCreateInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - } - ], - "isNullable": false, + "name": "sum", + "args": [], + "isNullable": true, "outputType": { - "type": "Patient", - "namespace": "model", + "type": "PostSumAggregateOutputType", + "namespace": "prisma", "location": "outputObjectTypes", "isList": false } }, { - "name": "deleteOnePatient", - "args": [ - { - "name": "where", - "isRequired": true, - "isNullable": false, - "inputTypes": [ - { - "type": "PatientWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - } - ], + "name": "min", + "args": [], "isNullable": true, "outputType": { - "type": "Patient", - "namespace": "model", + "type": "PostMinAggregateOutputType", + "namespace": "prisma", "location": "outputObjectTypes", "isList": false } }, { - "name": "updateOnePatient", - "args": [ - { - "name": "data", - "isRequired": true, - "isNullable": false, - "inputTypes": [ - { - "type": "PatientUpdateInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "PatientUncheckedUpdateInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - }, - { - "name": "where", - "isRequired": true, - "isNullable": false, - "inputTypes": [ - { - "type": "PatientWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - } - ], + "name": "max", + "args": [], "isNullable": true, "outputType": { - "type": "Patient", - "namespace": "model", + "type": "PostMaxAggregateOutputType", + "namespace": "prisma", "location": "outputObjectTypes", "isList": false } + } + ] + }, + { + "name": "PostGroupByOutputType", + "fields": [ + { + "name": "uuid", + "args": [], + "isNullable": false, + "outputType": { + "type": "String", + "location": "scalar", + "isList": false + } }, { - "name": "upsertOnePatient", - "args": [ - { - "name": "where", - "isRequired": true, - "isNullable": false, - "inputTypes": [ - { - "type": "PatientWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - }, - { - "name": "create", - "isRequired": true, - "isNullable": false, - "inputTypes": [ - { - "type": "PatientCreateInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "PatientUncheckedCreateInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - }, - { - "name": "update", - "isRequired": true, - "isNullable": false, - "inputTypes": [ - { - "type": "PatientUpdateInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "PatientUncheckedUpdateInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - } - ], + "name": "createdAt", + "args": [], "isNullable": false, "outputType": { - "type": "Patient", - "namespace": "model", - "location": "outputObjectTypes", + "type": "DateTime", + "location": "scalar", "isList": false } }, { - "name": "updateManyPatient", - "args": [ - { - "name": "data", - "isRequired": true, - "isNullable": false, - "inputTypes": [ - { - "type": "PatientUpdateManyMutationInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "PatientUncheckedUpdateManyInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - }, - { - "name": "where", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "PatientWhereInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - } - ], + "name": "updatedAt", + "args": [], + "isNullable": false, + "outputType": { + "type": "DateTime", + "location": "scalar", + "isList": false + } + }, + { + "name": "published", + "args": [], "isNullable": false, "outputType": { - "type": "BatchPayload", - "namespace": "prisma", - "location": "outputObjectTypes", + "type": "Boolean", + "location": "scalar", "isList": false } }, { - "name": "deleteManyPatient", - "args": [ - { - "name": "where", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "PatientWhereInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - } - ], + "name": "title", + "args": [], "isNullable": false, "outputType": { - "type": "BatchPayload", - "namespace": "prisma", - "location": "outputObjectTypes", + "type": "String", + "location": "scalar", "isList": false } }, { - "name": "createOneMovie", - "args": [ - { - "name": "data", - "isRequired": true, - "isNullable": false, - "inputTypes": [ - { - "type": "MovieCreateInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "MovieUncheckedCreateInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - } - ], + "name": "subtitle", + "args": [], "isNullable": false, "outputType": { - "type": "Movie", - "namespace": "model", - "location": "outputObjectTypes", + "type": "String", + "location": "scalar", "isList": false } }, { - "name": "deleteOneMovie", - "args": [ - { - "name": "where", - "isRequired": true, - "isNullable": false, - "inputTypes": [ - { - "type": "MovieWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - } - ], + "name": "content", + "args": [], "isNullable": true, "outputType": { - "type": "Movie", - "namespace": "model", - "location": "outputObjectTypes", + "type": "String", + "location": "scalar", "isList": false } }, { - "name": "updateOneMovie", - "args": [ - { - "name": "data", - "isRequired": true, - "isNullable": false, - "inputTypes": [ - { - "type": "MovieUpdateInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "MovieUncheckedUpdateInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - }, - { - "name": "where", - "isRequired": true, - "isNullable": false, - "inputTypes": [ - { - "type": "MovieWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - } - ], - "isNullable": true, + "name": "authorId", + "args": [], + "isNullable": false, "outputType": { - "type": "Movie", - "namespace": "model", - "location": "outputObjectTypes", + "type": "Int", + "location": "scalar", "isList": false } }, { - "name": "upsertOneMovie", - "args": [ - { - "name": "where", - "isRequired": true, - "isNullable": false, - "inputTypes": [ - { - "type": "MovieWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - }, - { - "name": "create", - "isRequired": true, - "isNullable": false, - "inputTypes": [ - { - "type": "MovieCreateInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "MovieUncheckedCreateInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - }, - { - "name": "update", - "isRequired": true, - "isNullable": false, - "inputTypes": [ - { - "type": "MovieUpdateInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "MovieUncheckedUpdateInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - } - ], - "isNullable": false, + "name": "editorId", + "args": [], + "isNullable": true, "outputType": { - "type": "Movie", - "namespace": "model", - "location": "outputObjectTypes", + "type": "Int", + "location": "scalar", "isList": false } }, { - "name": "updateManyMovie", - "args": [ - { - "name": "data", - "isRequired": true, - "isNullable": false, - "inputTypes": [ - { - "type": "MovieUpdateManyMutationInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "MovieUncheckedUpdateManyInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - }, - { - "name": "where", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "MovieWhereInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - } - ], - "isNullable": false, + "name": "kind", + "args": [], + "isNullable": true, "outputType": { - "type": "BatchPayload", - "namespace": "prisma", - "location": "outputObjectTypes", + "type": "PostKind", + "namespace": "model", + "location": "enumTypes", "isList": false } }, { - "name": "deleteManyMovie", - "args": [ - { - "name": "where", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "MovieWhereInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - } - ], + "name": "metadata", + "args": [], "isNullable": false, "outputType": { - "type": "BatchPayload", + "type": "Json", + "location": "scalar", + "isList": false + } + }, + { + "name": "count", + "args": [], + "isNullable": true, + "outputType": { + "type": "PostCountAggregateOutputType", "namespace": "prisma", "location": "outputObjectTypes", "isList": false } }, { - "name": "createOneDirector", - "args": [ - { - "name": "data", - "isRequired": true, - "isNullable": false, - "inputTypes": [ - { - "type": "DirectorCreateInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "DirectorUncheckedCreateInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - } - ], - "isNullable": false, + "name": "avg", + "args": [], + "isNullable": true, "outputType": { - "type": "Director", - "namespace": "model", + "type": "PostAvgAggregateOutputType", + "namespace": "prisma", "location": "outputObjectTypes", "isList": false } }, { - "name": "deleteOneDirector", - "args": [ - { - "name": "where", - "isRequired": true, - "isNullable": false, - "inputTypes": [ - { - "type": "DirectorWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - } - ], + "name": "sum", + "args": [], "isNullable": true, "outputType": { - "type": "Director", - "namespace": "model", + "type": "PostSumAggregateOutputType", + "namespace": "prisma", "location": "outputObjectTypes", "isList": false } }, { - "name": "updateOneDirector", - "args": [ - { - "name": "data", - "isRequired": true, - "isNullable": false, - "inputTypes": [ - { - "type": "DirectorUpdateInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "DirectorUncheckedUpdateInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - }, - { - "name": "where", - "isRequired": true, - "isNullable": false, - "inputTypes": [ - { - "type": "DirectorWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - } - ], + "name": "min", + "args": [], "isNullable": true, "outputType": { - "type": "Director", - "namespace": "model", + "type": "PostMinAggregateOutputType", + "namespace": "prisma", "location": "outputObjectTypes", "isList": false } }, { - "name": "upsertOneDirector", - "args": [ - { - "name": "where", - "isRequired": true, - "isNullable": false, - "inputTypes": [ - { - "type": "DirectorWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - }, - { - "name": "create", - "isRequired": true, - "isNullable": false, - "inputTypes": [ - { - "type": "DirectorCreateInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "DirectorUncheckedCreateInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - }, - { - "name": "update", - "isRequired": true, - "isNullable": false, - "inputTypes": [ - { - "type": "DirectorUpdateInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "DirectorUncheckedUpdateInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - } - ], - "isNullable": false, + "name": "max", + "args": [], + "isNullable": true, "outputType": { - "type": "Director", - "namespace": "model", + "type": "PostMaxAggregateOutputType", + "namespace": "prisma", "location": "outputObjectTypes", "isList": false } - }, + } + ] + }, + { + "name": "AggregateCategory", + "fields": [ { - "name": "updateManyDirector", - "args": [ - { - "name": "data", - "isRequired": true, - "isNullable": false, - "inputTypes": [ - { - "type": "DirectorUpdateManyMutationInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "DirectorUncheckedUpdateManyInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - }, - { - "name": "where", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "DirectorWhereInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - } - ], - "isNullable": false, + "name": "count", + "args": [], + "isNullable": true, "outputType": { - "type": "BatchPayload", + "type": "CategoryCountAggregateOutputType", "namespace": "prisma", "location": "outputObjectTypes", "isList": false } }, { - "name": "deleteManyDirector", - "args": [ - { - "name": "where", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "DirectorWhereInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - } - ], - "isNullable": false, + "name": "avg", + "args": [], + "isNullable": true, "outputType": { - "type": "BatchPayload", + "type": "CategoryAvgAggregateOutputType", "namespace": "prisma", "location": "outputObjectTypes", "isList": false } }, { - "name": "createOneProblem", - "args": [ - { - "name": "data", - "isRequired": true, - "isNullable": false, - "inputTypes": [ - { - "type": "ProblemCreateInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "ProblemUncheckedCreateInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - } - ], - "isNullable": false, + "name": "sum", + "args": [], + "isNullable": true, "outputType": { - "type": "Problem", - "namespace": "model", + "type": "CategorySumAggregateOutputType", + "namespace": "prisma", "location": "outputObjectTypes", "isList": false } }, { - "name": "deleteOneProblem", - "args": [ - { - "name": "where", - "isRequired": true, - "isNullable": false, - "inputTypes": [ - { - "type": "ProblemWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - } - ], + "name": "min", + "args": [], "isNullable": true, "outputType": { - "type": "Problem", - "namespace": "model", + "type": "CategoryMinAggregateOutputType", + "namespace": "prisma", "location": "outputObjectTypes", "isList": false } }, { - "name": "updateOneProblem", - "args": [ - { - "name": "data", - "isRequired": true, - "isNullable": false, - "inputTypes": [ - { - "type": "ProblemUpdateInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "ProblemUncheckedUpdateInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - }, - { - "name": "where", - "isRequired": true, - "isNullable": false, - "inputTypes": [ - { - "type": "ProblemWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - } - ], + "name": "max", + "args": [], "isNullable": true, "outputType": { - "type": "Problem", - "namespace": "model", + "type": "CategoryMaxAggregateOutputType", + "namespace": "prisma", "location": "outputObjectTypes", "isList": false } - }, + } + ] + }, + { + "name": "CategoryGroupByOutputType", + "fields": [ { - "name": "upsertOneProblem", - "args": [ - { - "name": "where", - "isRequired": true, - "isNullable": false, - "inputTypes": [ - { - "type": "ProblemWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - }, - { - "name": "create", - "isRequired": true, - "isNullable": false, - "inputTypes": [ - { - "type": "ProblemCreateInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "ProblemUncheckedCreateInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - }, - { - "name": "update", - "isRequired": true, - "isNullable": false, - "inputTypes": [ - { - "type": "ProblemUpdateInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "ProblemUncheckedUpdateInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - } - ], + "name": "name", + "args": [], "isNullable": false, "outputType": { - "type": "Problem", - "namespace": "model", - "location": "outputObjectTypes", + "type": "String", + "location": "scalar", "isList": false } }, { - "name": "updateManyProblem", - "args": [ - { - "name": "data", - "isRequired": true, - "isNullable": false, - "inputTypes": [ - { - "type": "ProblemUpdateManyMutationInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "ProblemUncheckedUpdateManyInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - }, - { - "name": "where", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "ProblemWhereInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - } - ], + "name": "slug", + "args": [], "isNullable": false, "outputType": { - "type": "BatchPayload", - "namespace": "prisma", - "location": "outputObjectTypes", + "type": "String", + "location": "scalar", "isList": false } }, { - "name": "deleteManyProblem", - "args": [ - { - "name": "where", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "ProblemWhereInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - } - ], + "name": "number", + "args": [], "isNullable": false, "outputType": { - "type": "BatchPayload", + "type": "Int", + "location": "scalar", + "isList": false + } + }, + { + "name": "count", + "args": [], + "isNullable": true, + "outputType": { + "type": "CategoryCountAggregateOutputType", "namespace": "prisma", "location": "outputObjectTypes", "isList": false } }, { - "name": "createOneCreator", - "args": [ - { - "name": "data", - "isRequired": true, - "isNullable": false, - "inputTypes": [ - { - "type": "CreatorCreateInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "CreatorUncheckedCreateInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - } - ], - "isNullable": false, + "name": "avg", + "args": [], + "isNullable": true, "outputType": { - "type": "Creator", - "namespace": "model", + "type": "CategoryAvgAggregateOutputType", + "namespace": "prisma", "location": "outputObjectTypes", "isList": false } }, - { - "name": "deleteOneCreator", - "args": [ - { - "name": "where", - "isRequired": true, - "isNullable": false, - "inputTypes": [ - { - "type": "CreatorWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - } - ], + { + "name": "sum", + "args": [], "isNullable": true, "outputType": { - "type": "Creator", - "namespace": "model", + "type": "CategorySumAggregateOutputType", + "namespace": "prisma", "location": "outputObjectTypes", "isList": false } }, { - "name": "updateOneCreator", - "args": [ - { - "name": "data", - "isRequired": true, - "isNullable": false, - "inputTypes": [ - { - "type": "CreatorUpdateInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "CreatorUncheckedUpdateInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - }, - { - "name": "where", - "isRequired": true, - "isNullable": false, - "inputTypes": [ - { - "type": "CreatorWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - } - ], + "name": "min", + "args": [], "isNullable": true, "outputType": { - "type": "Creator", - "namespace": "model", + "type": "CategoryMinAggregateOutputType", + "namespace": "prisma", "location": "outputObjectTypes", "isList": false } }, { - "name": "upsertOneCreator", - "args": [ - { - "name": "where", - "isRequired": true, - "isNullable": false, - "inputTypes": [ - { - "type": "CreatorWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - }, - { - "name": "create", - "isRequired": true, - "isNullable": false, - "inputTypes": [ - { - "type": "CreatorCreateInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "CreatorUncheckedCreateInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - }, - { - "name": "update", - "isRequired": true, - "isNullable": false, - "inputTypes": [ - { - "type": "CreatorUpdateInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "CreatorUncheckedUpdateInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - } - ], - "isNullable": false, + "name": "max", + "args": [], + "isNullable": true, "outputType": { - "type": "Creator", - "namespace": "model", + "type": "CategoryMaxAggregateOutputType", + "namespace": "prisma", "location": "outputObjectTypes", "isList": false } - }, + } + ] + }, + { + "name": "AggregatePatient", + "fields": [ { - "name": "updateManyCreator", - "args": [ - { - "name": "data", - "isRequired": true, - "isNullable": false, - "inputTypes": [ - { - "type": "CreatorUpdateManyMutationInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "CreatorUncheckedUpdateManyInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - }, - { - "name": "where", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "CreatorWhereInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - } - ], - "isNullable": false, + "name": "count", + "args": [], + "isNullable": true, "outputType": { - "type": "BatchPayload", + "type": "PatientCountAggregateOutputType", "namespace": "prisma", "location": "outputObjectTypes", "isList": false } }, { - "name": "deleteManyCreator", - "args": [ - { - "name": "where", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "CreatorWhereInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - } - ], - "isNullable": false, + "name": "min", + "args": [], + "isNullable": true, "outputType": { - "type": "BatchPayload", + "type": "PatientMinAggregateOutputType", "namespace": "prisma", "location": "outputObjectTypes", "isList": false } }, { - "name": "executeRaw", - "args": [ - { - "name": "query", - "isRequired": true, - "isNullable": false, - "inputTypes": [ - { - "type": "String", - "location": "scalar", - "isList": false - } - ] - }, - { - "name": "parameters", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "Json", - "location": "scalar", - "isList": false - } - ] - } - ], - "isNullable": false, + "name": "max", + "args": [], + "isNullable": true, "outputType": { - "type": "Json", - "location": "scalar", + "type": "PatientMaxAggregateOutputType", + "namespace": "prisma", + "location": "outputObjectTypes", "isList": false } - }, + } + ] + }, + { + "name": "PatientGroupByOutputType", + "fields": [ { - "name": "queryRaw", - "args": [ - { - "name": "query", - "isRequired": true, - "isNullable": false, - "inputTypes": [ - { - "type": "String", - "location": "scalar", - "isList": false - } - ] - }, - { - "name": "parameters", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "Json", - "location": "scalar", - "isList": false - } - ] - } - ], + "name": "firstName", + "args": [], + "isNullable": false, + "outputType": { + "type": "String", + "location": "scalar", + "isList": false + } + }, + { + "name": "lastName", + "args": [], "isNullable": false, "outputType": { - "type": "Json", + "type": "String", "location": "scalar", "isList": false } - } - ] - }, - { - "name": "AggregateUser", - "fields": [ + }, + { + "name": "email", + "args": [], + "isNullable": false, + "outputType": { + "type": "String", + "location": "scalar", + "isList": false + } + }, { "name": "count", "args": [], "isNullable": true, "outputType": { - "type": "UserCountAggregateOutputType", + "type": "PatientCountAggregateOutputType", "namespace": "prisma", "location": "outputObjectTypes", "isList": false } }, { - "name": "avg", + "name": "min", "args": [], "isNullable": true, "outputType": { - "type": "UserAvgAggregateOutputType", + "type": "PatientMinAggregateOutputType", "namespace": "prisma", "location": "outputObjectTypes", "isList": false } }, { - "name": "sum", + "name": "max", "args": [], "isNullable": true, "outputType": { - "type": "UserSumAggregateOutputType", + "type": "PatientMaxAggregateOutputType", + "namespace": "prisma", + "location": "outputObjectTypes", + "isList": false + } + } + ] + }, + { + "name": "AggregateMovie", + "fields": [ + { + "name": "count", + "args": [], + "isNullable": true, + "outputType": { + "type": "MovieCountAggregateOutputType", "namespace": "prisma", "location": "outputObjectTypes", "isList": false @@ -23338,7 +28970,7 @@ "args": [], "isNullable": true, "outputType": { - "type": "UserMinAggregateOutputType", + "type": "MovieMinAggregateOutputType", "namespace": "prisma", "location": "outputObjectTypes", "isList": false @@ -23349,7 +28981,7 @@ "args": [], "isNullable": true, "outputType": { - "type": "UserMaxAggregateOutputType", + "type": "MovieMaxAggregateOutputType", "namespace": "prisma", "location": "outputObjectTypes", "isList": false @@ -23358,36 +28990,44 @@ ] }, { - "name": "AggregatePost", + "name": "MovieGroupByOutputType", "fields": [ { - "name": "count", + "name": "directorFirstName", "args": [], - "isNullable": true, + "isNullable": false, "outputType": { - "type": "PostCountAggregateOutputType", - "namespace": "prisma", - "location": "outputObjectTypes", + "type": "String", + "location": "scalar", "isList": false } }, { - "name": "avg", + "name": "directorLastName", "args": [], - "isNullable": true, + "isNullable": false, "outputType": { - "type": "PostAvgAggregateOutputType", - "namespace": "prisma", - "location": "outputObjectTypes", + "type": "String", + "location": "scalar", "isList": false } }, { - "name": "sum", + "name": "title", + "args": [], + "isNullable": false, + "outputType": { + "type": "String", + "location": "scalar", + "isList": false + } + }, + { + "name": "count", "args": [], "isNullable": true, "outputType": { - "type": "PostSumAggregateOutputType", + "type": "MovieCountAggregateOutputType", "namespace": "prisma", "location": "outputObjectTypes", "isList": false @@ -23398,7 +29038,7 @@ "args": [], "isNullable": true, "outputType": { - "type": "PostMinAggregateOutputType", + "type": "MovieMinAggregateOutputType", "namespace": "prisma", "location": "outputObjectTypes", "isList": false @@ -23409,7 +29049,7 @@ "args": [], "isNullable": true, "outputType": { - "type": "PostMaxAggregateOutputType", + "type": "MovieMaxAggregateOutputType", "namespace": "prisma", "location": "outputObjectTypes", "isList": false @@ -23418,36 +29058,72 @@ ] }, { - "name": "AggregateCategory", + "name": "AggregateDirector", "fields": [ { "name": "count", "args": [], "isNullable": true, "outputType": { - "type": "CategoryCountAggregateOutputType", + "type": "DirectorCountAggregateOutputType", "namespace": "prisma", "location": "outputObjectTypes", "isList": false } }, { - "name": "avg", + "name": "min", "args": [], "isNullable": true, "outputType": { - "type": "CategoryAvgAggregateOutputType", + "type": "DirectorMinAggregateOutputType", "namespace": "prisma", "location": "outputObjectTypes", "isList": false } }, { - "name": "sum", + "name": "max", "args": [], "isNullable": true, "outputType": { - "type": "CategorySumAggregateOutputType", + "type": "DirectorMaxAggregateOutputType", + "namespace": "prisma", + "location": "outputObjectTypes", + "isList": false + } + } + ] + }, + { + "name": "DirectorGroupByOutputType", + "fields": [ + { + "name": "firstName", + "args": [], + "isNullable": false, + "outputType": { + "type": "String", + "location": "scalar", + "isList": false + } + }, + { + "name": "lastName", + "args": [], + "isNullable": false, + "outputType": { + "type": "String", + "location": "scalar", + "isList": false + } + }, + { + "name": "count", + "args": [], + "isNullable": true, + "outputType": { + "type": "DirectorCountAggregateOutputType", "namespace": "prisma", "location": "outputObjectTypes", "isList": false @@ -23458,7 +29134,7 @@ "args": [], "isNullable": true, "outputType": { - "type": "CategoryMinAggregateOutputType", + "type": "DirectorMinAggregateOutputType", "namespace": "prisma", "location": "outputObjectTypes", "isList": false @@ -23469,7 +29145,7 @@ "args": [], "isNullable": true, "outputType": { - "type": "CategoryMaxAggregateOutputType", + "type": "DirectorMaxAggregateOutputType", "namespace": "prisma", "location": "outputObjectTypes", "isList": false @@ -23478,14 +29154,36 @@ ] }, { - "name": "AggregatePatient", + "name": "AggregateProblem", "fields": [ { "name": "count", "args": [], "isNullable": true, "outputType": { - "type": "PatientCountAggregateOutputType", + "type": "ProblemCountAggregateOutputType", + "namespace": "prisma", + "location": "outputObjectTypes", + "isList": false + } + }, + { + "name": "avg", + "args": [], + "isNullable": true, + "outputType": { + "type": "ProblemAvgAggregateOutputType", + "namespace": "prisma", + "location": "outputObjectTypes", + "isList": false + } + }, + { + "name": "sum", + "args": [], + "isNullable": true, + "outputType": { + "type": "ProblemSumAggregateOutputType", "namespace": "prisma", "location": "outputObjectTypes", "isList": false @@ -23496,7 +29194,7 @@ "args": [], "isNullable": true, "outputType": { - "type": "PatientMinAggregateOutputType", + "type": "ProblemMinAggregateOutputType", "namespace": "prisma", "location": "outputObjectTypes", "isList": false @@ -23507,7 +29205,7 @@ "args": [], "isNullable": true, "outputType": { - "type": "PatientMaxAggregateOutputType", + "type": "ProblemMaxAggregateOutputType", "namespace": "prisma", "location": "outputObjectTypes", "isList": false @@ -23516,52 +29214,66 @@ ] }, { - "name": "AggregateMovie", + "name": "ProblemGroupByOutputType", "fields": [ { - "name": "count", + "name": "id", + "args": [], + "isNullable": false, + "outputType": { + "type": "Int", + "location": "scalar", + "isList": false + } + }, + { + "name": "problemText", + "args": [], + "isNullable": false, + "outputType": { + "type": "String", + "location": "scalar", + "isList": false + } + }, + { + "name": "creatorId", "args": [], "isNullable": true, "outputType": { - "type": "MovieCountAggregateOutputType", - "namespace": "prisma", - "location": "outputObjectTypes", + "type": "Int", + "location": "scalar", "isList": false } }, { - "name": "min", + "name": "count", "args": [], "isNullable": true, "outputType": { - "type": "MovieMinAggregateOutputType", + "type": "ProblemCountAggregateOutputType", "namespace": "prisma", "location": "outputObjectTypes", "isList": false } }, { - "name": "max", + "name": "avg", "args": [], "isNullable": true, "outputType": { - "type": "MovieMaxAggregateOutputType", + "type": "ProblemAvgAggregateOutputType", "namespace": "prisma", "location": "outputObjectTypes", "isList": false } - } - ] - }, - { - "name": "AggregateDirector", - "fields": [ + }, { - "name": "count", + "name": "sum", "args": [], "isNullable": true, "outputType": { - "type": "DirectorCountAggregateOutputType", + "type": "ProblemSumAggregateOutputType", "namespace": "prisma", "location": "outputObjectTypes", "isList": false @@ -23572,7 +29284,7 @@ "args": [], "isNullable": true, "outputType": { - "type": "DirectorMinAggregateOutputType", + "type": "ProblemMinAggregateOutputType", "namespace": "prisma", "location": "outputObjectTypes", "isList": false @@ -23583,7 +29295,7 @@ "args": [], "isNullable": true, "outputType": { - "type": "DirectorMaxAggregateOutputType", + "type": "ProblemMaxAggregateOutputType", "namespace": "prisma", "location": "outputObjectTypes", "isList": false @@ -23592,14 +29304,14 @@ ] }, { - "name": "AggregateProblem", + "name": "AggregateCreator", "fields": [ { "name": "count", "args": [], "isNullable": true, "outputType": { - "type": "ProblemCountAggregateOutputType", + "type": "CreatorCountAggregateOutputType", "namespace": "prisma", "location": "outputObjectTypes", "isList": false @@ -23610,7 +29322,7 @@ "args": [], "isNullable": true, "outputType": { - "type": "ProblemAvgAggregateOutputType", + "type": "CreatorAvgAggregateOutputType", "namespace": "prisma", "location": "outputObjectTypes", "isList": false @@ -23621,7 +29333,7 @@ "args": [], "isNullable": true, "outputType": { - "type": "ProblemSumAggregateOutputType", + "type": "CreatorSumAggregateOutputType", "namespace": "prisma", "location": "outputObjectTypes", "isList": false @@ -23632,7 +29344,7 @@ "args": [], "isNullable": true, "outputType": { - "type": "ProblemMinAggregateOutputType", + "type": "CreatorMinAggregateOutputType", "namespace": "prisma", "location": "outputObjectTypes", "isList": false @@ -23643,7 +29355,7 @@ "args": [], "isNullable": true, "outputType": { - "type": "ProblemMaxAggregateOutputType", + "type": "CreatorMaxAggregateOutputType", "namespace": "prisma", "location": "outputObjectTypes", "isList": false @@ -23652,8 +29364,28 @@ ] }, { - "name": "AggregateCreator", + "name": "CreatorGroupByOutputType", "fields": [ + { + "name": "id", + "args": [], + "isNullable": false, + "outputType": { + "type": "Int", + "location": "scalar", + "isList": false + } + }, + { + "name": "name", + "args": [], + "isNullable": false, + "outputType": { + "type": "String", + "location": "scalar", + "isList": false + } + }, { "name": "count", "args": [], @@ -26315,6 +32047,7 @@ "findMany": "findManyUser", "findOne": "findOneUser", "findUnique": "findUniqueUser", + "groupBy": "groupByUser", "updateMany": "updateManyUser", "updateOne": "updateOneUser", "upsertOne": "upsertOneUser" @@ -26329,6 +32062,7 @@ "findMany": "findManypost", "findOne": "findOnepost", "findUnique": "findUniquepost", + "groupBy": "groupBypost", "updateMany": "updateManypost", "updateOne": "updateOnepost", "upsertOne": "upsertOnepost" @@ -26343,6 +32077,7 @@ "findMany": "findManyCategory", "findOne": "findOneCategory", "findUnique": "findUniqueCategory", + "groupBy": "groupByCategory", "updateMany": "updateManyCategory", "updateOne": "updateOneCategory", "upsertOne": "upsertOneCategory" @@ -26357,6 +32092,7 @@ "findMany": "findManyPatient", "findOne": "findOnePatient", "findUnique": "findUniquePatient", + "groupBy": "groupByPatient", "updateMany": "updateManyPatient", "updateOne": "updateOnePatient", "upsertOne": "upsertOnePatient" @@ -26371,6 +32107,7 @@ "findMany": "findManyMovie", "findOne": "findOneMovie", "findUnique": "findUniqueMovie", + "groupBy": "groupByMovie", "updateMany": "updateManyMovie", "updateOne": "updateOneMovie", "upsertOne": "upsertOneMovie" @@ -26385,6 +32122,7 @@ "findMany": "findManyDirector", "findOne": "findOneDirector", "findUnique": "findUniqueDirector", + "groupBy": "groupByDirector", "updateMany": "updateManyDirector", "updateOne": "updateOneDirector", "upsertOne": "upsertOneDirector" @@ -26399,6 +32137,7 @@ "findMany": "findManyProblem", "findOne": "findOneProblem", "findUnique": "findUniqueProblem", + "groupBy": "groupByProblem", "updateMany": "updateManyProblem", "updateOne": "updateOneProblem", "upsertOne": "upsertOneProblem" @@ -26413,6 +32152,7 @@ "findMany": "findManyCreator", "findOne": "findOneCreator", "findUnique": "findUniqueCreator", + "groupBy": "groupByCreator", "updateMany": "updateManyCreator", "updateOne": "updateOneCreator", "upsertOne": "upsertOneCreator" diff --git a/experiments/prisma/generated/type-graphql/enhance.ts b/experiments/prisma/generated/type-graphql/enhance.ts index b9b7b33e..6d78b418 100644 --- a/experiments/prisma/generated/type-graphql/enhance.ts +++ b/experiments/prisma/generated/type-graphql/enhance.ts @@ -25,7 +25,8 @@ const actionResolversMap = { deleteManyClient: actionResolvers.DeleteManyClientResolver, updateManyClient: actionResolvers.UpdateManyClientResolver, upsertClient: actionResolvers.UpsertClientResolver, - aggregateClient: actionResolvers.AggregateClientResolver + aggregateClient: actionResolvers.AggregateClientResolver, + groupByClient: actionResolvers.GroupByClientResolver }, Post: { post: actionResolvers.FindUniquePostResolver, @@ -37,7 +38,8 @@ const actionResolversMap = { deleteManyPost: actionResolvers.DeleteManyPostResolver, updateManyPost: actionResolvers.UpdateManyPostResolver, upsertPost: actionResolvers.UpsertPostResolver, - aggregatePost: actionResolvers.AggregatePostResolver + aggregatePost: actionResolvers.AggregatePostResolver, + groupByPost: actionResolvers.GroupByPostResolver }, Category: { category: actionResolvers.FindUniqueCategoryResolver, @@ -49,7 +51,8 @@ const actionResolversMap = { deleteManyCategory: actionResolvers.DeleteManyCategoryResolver, updateManyCategory: actionResolvers.UpdateManyCategoryResolver, upsertCategory: actionResolvers.UpsertCategoryResolver, - aggregateCategory: actionResolvers.AggregateCategoryResolver + aggregateCategory: actionResolvers.AggregateCategoryResolver, + groupByCategory: actionResolvers.GroupByCategoryResolver }, Patient: { patient: actionResolvers.FindUniquePatientResolver, @@ -61,7 +64,8 @@ const actionResolversMap = { deleteManyPatient: actionResolvers.DeleteManyPatientResolver, updateManyPatient: actionResolvers.UpdateManyPatientResolver, upsertPatient: actionResolvers.UpsertPatientResolver, - aggregatePatient: actionResolvers.AggregatePatientResolver + aggregatePatient: actionResolvers.AggregatePatientResolver, + groupByPatient: actionResolvers.GroupByPatientResolver }, Movie: { movie: actionResolvers.FindUniqueMovieResolver, @@ -73,7 +77,8 @@ const actionResolversMap = { deleteManyMovie: actionResolvers.DeleteManyMovieResolver, updateManyMovie: actionResolvers.UpdateManyMovieResolver, upsertMovie: actionResolvers.UpsertMovieResolver, - aggregateMovie: actionResolvers.AggregateMovieResolver + aggregateMovie: actionResolvers.AggregateMovieResolver, + groupByMovie: actionResolvers.GroupByMovieResolver }, Director: { director: actionResolvers.FindUniqueDirectorResolver, @@ -85,7 +90,8 @@ const actionResolversMap = { deleteManyDirector: actionResolvers.DeleteManyDirectorResolver, updateManyDirector: actionResolvers.UpdateManyDirectorResolver, upsertDirector: actionResolvers.UpsertDirectorResolver, - aggregateDirector: actionResolvers.AggregateDirectorResolver + aggregateDirector: actionResolvers.AggregateDirectorResolver, + groupByDirector: actionResolvers.GroupByDirectorResolver }, Problem: { problem: actionResolvers.FindUniqueProblemResolver, @@ -97,7 +103,8 @@ const actionResolversMap = { deleteManyProblem: actionResolvers.DeleteManyProblemResolver, updateManyProblem: actionResolvers.UpdateManyProblemResolver, upsertProblem: actionResolvers.UpsertProblemResolver, - aggregateProblem: actionResolvers.AggregateProblemResolver + aggregateProblem: actionResolvers.AggregateProblemResolver, + groupByProblem: actionResolvers.GroupByProblemResolver }, Creator: { creator: actionResolvers.FindUniqueCreatorResolver, @@ -109,7 +116,8 @@ const actionResolversMap = { deleteManyCreator: actionResolvers.DeleteManyCreatorResolver, updateManyCreator: actionResolvers.UpdateManyCreatorResolver, upsertCreator: actionResolvers.UpsertCreatorResolver, - aggregateCreator: actionResolvers.AggregateCreatorResolver + aggregateCreator: actionResolvers.AggregateCreatorResolver, + groupByCreator: actionResolvers.GroupByCreatorResolver } }; diff --git a/experiments/prisma/generated/type-graphql/prisma-client-dmmf.json b/experiments/prisma/generated/type-graphql/prisma-client-dmmf.json index e5a466bc..6b51d536 100644 --- a/experiments/prisma/generated/type-graphql/prisma-client-dmmf.json +++ b/experiments/prisma/generated/type-graphql/prisma-client-dmmf.json @@ -1162,6 +1162,198 @@ } ] }, + { + "name": "UserScalarWhereWithAggregatesInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "AND", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "UserScalarWhereWithAggregatesInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "UserScalarWhereWithAggregatesInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true + } + ] + }, + { + "name": "OR", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "UserScalarWhereWithAggregatesInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true + } + ] + }, + { + "name": "NOT", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "UserScalarWhereWithAggregatesInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "UserScalarWhereWithAggregatesInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true + } + ] + }, + { + "name": "id", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "IntWithAggregatesFilter", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "email", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "StringWithAggregatesFilter", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "String", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "name", + "isRequired": false, + "isNullable": true, + "inputTypes": [ + { + "type": "StringNullableWithAggregatesFilter", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "Null", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "age", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "IntWithAggregatesFilter", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "balance", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "FloatWithAggregatesFilter", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "Float", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "amount", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "FloatWithAggregatesFilter", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "Float", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "role", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "EnumRoleWithAggregatesFilter", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "Role", + "namespace": "model", + "location": "enumTypes", + "isList": false + } + ] + } + ] + }, { "name": "postWhereInput", "constraints": { @@ -1648,7 +1840,7 @@ ] }, { - "name": "CategoryWhereInput", + "name": "postScalarWhereWithAggregatesInput", "constraints": { "maxNumFields": null, "minNumFields": null @@ -1660,13 +1852,13 @@ "isNullable": false, "inputTypes": [ { - "type": "CategoryWhereInput", + "type": "postScalarWhereWithAggregatesInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "CategoryWhereInput", + "type": "postScalarWhereWithAggregatesInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true @@ -1679,7 +1871,7 @@ "isNullable": false, "inputTypes": [ { - "type": "CategoryWhereInput", + "type": "postScalarWhereWithAggregatesInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true @@ -1692,13 +1884,13 @@ "isNullable": false, "inputTypes": [ { - "type": "CategoryWhereInput", + "type": "postScalarWhereWithAggregatesInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "CategoryWhereInput", + "type": "postScalarWhereWithAggregatesInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true @@ -1706,12 +1898,12 @@ ] }, { - "name": "name", + "name": "uuid", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "StringFilter", + "type": "StringWithAggregatesFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -1724,115 +1916,200 @@ ] }, { - "name": "slug", + "name": "createdAt", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "StringFilter", + "type": "DateTimeWithAggregatesFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "String", + "type": "DateTime", "location": "scalar", "isList": false } ] }, { - "name": "number", + "name": "updatedAt", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "IntFilter", + "type": "DateTimeWithAggregatesFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "Int", + "type": "DateTime", "location": "scalar", "isList": false } ] - } - ] - }, - { - "name": "CategoryOrderByInput", - "constraints": { - "maxNumFields": 1, - "minNumFields": 0 - }, - "fields": [ + }, { - "name": "name", + "name": "published", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "SortOrder", + "type": "BoolWithAggregatesFilter", "namespace": "prisma", - "location": "enumTypes", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "Boolean", + "location": "scalar", "isList": false } ] }, { - "name": "slug", + "name": "title", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "SortOrder", + "type": "StringWithAggregatesFilter", "namespace": "prisma", - "location": "enumTypes", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "String", + "location": "scalar", "isList": false } ] }, { - "name": "number", + "name": "subtitle", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "SortOrder", + "type": "StringWithAggregatesFilter", "namespace": "prisma", - "location": "enumTypes", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "String", + "location": "scalar", "isList": false } ] - } - ] - }, - { - "name": "CategoryWhereUniqueInput", - "constraints": { - "maxNumFields": 1, - "minNumFields": 1 - }, - "fields": [ + }, { - "name": "slug_number", + "name": "content", "isRequired": false, - "isNullable": false, + "isNullable": true, "inputTypes": [ { - "type": "CategorySlugNumberCompoundUniqueInput", + "type": "StringNullableWithAggregatesFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - } + }, + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "Null", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "authorId", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "IntWithAggregatesFilter", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "editorId", + "isRequired": false, + "isNullable": true, + "inputTypes": [ + { + "type": "IntNullableWithAggregatesFilter", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "Int", + "location": "scalar", + "isList": false + }, + { + "type": "Null", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "kind", + "isRequired": false, + "isNullable": true, + "inputTypes": [ + { + "type": "EnumPostKindNullableWithAggregatesFilter", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "PostKind", + "namespace": "model", + "location": "enumTypes", + "isList": false + }, + { + "type": "Null", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "metadata", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "JsonWithAggregatesFilter", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } ] } ] }, { - "name": "PatientWhereInput", + "name": "CategoryWhereInput", "constraints": { "maxNumFields": null, "minNumFields": null @@ -1844,13 +2121,13 @@ "isNullable": false, "inputTypes": [ { - "type": "PatientWhereInput", + "type": "CategoryWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "PatientWhereInput", + "type": "CategoryWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true @@ -1863,7 +2140,7 @@ "isNullable": false, "inputTypes": [ { - "type": "PatientWhereInput", + "type": "CategoryWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true @@ -1876,13 +2153,13 @@ "isNullable": false, "inputTypes": [ { - "type": "PatientWhereInput", + "type": "CategoryWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "PatientWhereInput", + "type": "CategoryWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true @@ -1890,7 +2167,7 @@ ] }, { - "name": "firstName", + "name": "name", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -1908,7 +2185,7 @@ ] }, { - "name": "lastName", + "name": "slug", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -1926,18 +2203,18 @@ ] }, { - "name": "email", + "name": "number", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "StringFilter", + "type": "IntFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "String", + "type": "Int", "location": "scalar", "isList": false } @@ -1946,14 +2223,14 @@ ] }, { - "name": "PatientOrderByInput", + "name": "CategoryOrderByInput", "constraints": { "maxNumFields": 1, "minNumFields": 0 }, "fields": [ { - "name": "firstName", + "name": "name", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -1966,7 +2243,7 @@ ] }, { - "name": "lastName", + "name": "slug", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -1979,7 +2256,7 @@ ] }, { - "name": "email", + "name": "number", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -1994,19 +2271,19 @@ ] }, { - "name": "PatientWhereUniqueInput", + "name": "CategoryWhereUniqueInput", "constraints": { "maxNumFields": 1, "minNumFields": 1 }, "fields": [ { - "name": "firstName_lastName", + "name": "slug_number", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "PatientFirstNameLastNameCompoundUniqueInput", + "type": "CategorySlugNumberCompoundUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -2016,7 +2293,7 @@ ] }, { - "name": "MovieWhereInput", + "name": "CategoryScalarWhereWithAggregatesInput", "constraints": { "maxNumFields": null, "minNumFields": null @@ -2028,13 +2305,13 @@ "isNullable": false, "inputTypes": [ { - "type": "MovieWhereInput", + "type": "CategoryScalarWhereWithAggregatesInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "MovieWhereInput", + "type": "CategoryScalarWhereWithAggregatesInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true @@ -2047,7 +2324,7 @@ "isNullable": false, "inputTypes": [ { - "type": "MovieWhereInput", + "type": "CategoryScalarWhereWithAggregatesInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true @@ -2060,13 +2337,13 @@ "isNullable": false, "inputTypes": [ { - "type": "MovieWhereInput", + "type": "CategoryScalarWhereWithAggregatesInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "MovieWhereInput", + "type": "CategoryScalarWhereWithAggregatesInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true @@ -2074,12 +2351,12 @@ ] }, { - "name": "directorFirstName", + "name": "name", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "StringFilter", + "type": "StringWithAggregatesFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -2092,12 +2369,12 @@ ] }, { - "name": "directorLastName", + "name": "slug", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "StringFilter", + "type": "StringWithAggregatesFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -2110,26 +2387,121 @@ ] }, { - "name": "director", + "name": "number", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "DirectorRelationFilter", + "type": "IntWithAggregatesFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "DirectorWhereInput", + "type": "Int", + "location": "scalar", + "isList": false + } + ] + } + ] + }, + { + "name": "PatientWhereInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "AND", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "PatientWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false + }, + { + "type": "PatientWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "title", + "name": "OR", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "PatientWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true + } + ] + }, + { + "name": "NOT", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "PatientWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "PatientWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true + } + ] + }, + { + "name": "firstName", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "StringFilter", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "String", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "lastName", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "StringFilter", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "String", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "email", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -2149,14 +2521,14 @@ ] }, { - "name": "MovieOrderByInput", + "name": "PatientOrderByInput", "constraints": { "maxNumFields": 1, "minNumFields": 0 }, "fields": [ { - "name": "directorFirstName", + "name": "firstName", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -2169,7 +2541,7 @@ ] }, { - "name": "directorLastName", + "name": "lastName", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -2182,7 +2554,7 @@ ] }, { - "name": "title", + "name": "email", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -2197,19 +2569,19 @@ ] }, { - "name": "MovieWhereUniqueInput", + "name": "PatientWhereUniqueInput", "constraints": { "maxNumFields": 1, "minNumFields": 1 }, "fields": [ { - "name": "directorFirstName_directorLastName_title", + "name": "firstName_lastName", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "MovieDirectorFirstNameDirectorLastNameTitleCompoundUniqueInput", + "type": "PatientFirstNameLastNameCompoundUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -2219,7 +2591,7 @@ ] }, { - "name": "DirectorWhereInput", + "name": "PatientScalarWhereWithAggregatesInput", "constraints": { "maxNumFields": null, "minNumFields": null @@ -2231,13 +2603,13 @@ "isNullable": false, "inputTypes": [ { - "type": "DirectorWhereInput", + "type": "PatientScalarWhereWithAggregatesInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "DirectorWhereInput", + "type": "PatientScalarWhereWithAggregatesInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true @@ -2250,7 +2622,7 @@ "isNullable": false, "inputTypes": [ { - "type": "DirectorWhereInput", + "type": "PatientScalarWhereWithAggregatesInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true @@ -2263,13 +2635,13 @@ "isNullable": false, "inputTypes": [ { - "type": "DirectorWhereInput", + "type": "PatientScalarWhereWithAggregatesInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "DirectorWhereInput", + "type": "PatientScalarWhereWithAggregatesInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true @@ -2282,7 +2654,7 @@ "isNullable": false, "inputTypes": [ { - "type": "StringFilter", + "type": "StringWithAggregatesFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -2300,7 +2672,7 @@ "isNullable": false, "inputTypes": [ { - "type": "StringFilter", + "type": "StringWithAggregatesFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -2313,71 +2685,19 @@ ] }, { - "name": "movies", + "name": "email", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "MovieListRelationFilter", + "type": "StringWithAggregatesFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - } - ] - } - ] - }, - { - "name": "DirectorOrderByInput", - "constraints": { - "maxNumFields": 1, - "minNumFields": 0 - }, - "fields": [ - { - "name": "firstName", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "SortOrder", - "namespace": "prisma", - "location": "enumTypes", - "isList": false - } - ] - }, - { - "name": "lastName", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "SortOrder", - "namespace": "prisma", - "location": "enumTypes", - "isList": false - } - ] - } - ] - }, - { - "name": "DirectorWhereUniqueInput", - "constraints": { - "maxNumFields": 1, - "minNumFields": 1 - }, - "fields": [ - { - "name": "firstName_lastName", - "isRequired": false, - "isNullable": false, - "inputTypes": [ + }, { - "type": "DirectorFirstNameLastNameCompoundUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "String", + "location": "scalar", "isList": false } ] @@ -2385,7 +2705,7 @@ ] }, { - "name": "ProblemWhereInput", + "name": "MovieWhereInput", "constraints": { "maxNumFields": null, "minNumFields": null @@ -2397,13 +2717,13 @@ "isNullable": false, "inputTypes": [ { - "type": "ProblemWhereInput", + "type": "MovieWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "ProblemWhereInput", + "type": "MovieWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true @@ -2416,7 +2736,7 @@ "isNullable": false, "inputTypes": [ { - "type": "ProblemWhereInput", + "type": "MovieWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true @@ -2429,13 +2749,13 @@ "isNullable": false, "inputTypes": [ { - "type": "ProblemWhereInput", + "type": "MovieWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "ProblemWhereInput", + "type": "MovieWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true @@ -2443,25 +2763,25 @@ ] }, { - "name": "id", + "name": "directorFirstName", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "IntFilter", + "type": "StringFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "Int", + "type": "String", "location": "scalar", "isList": false } ] }, { - "name": "problemText", + "name": "directorLastName", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -2479,60 +2799,37 @@ ] }, { - "name": "likedBy", + "name": "director", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "CreatorListRelationFilter", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - }, - { - "name": "creator", - "isRequired": false, - "isNullable": true, - "inputTypes": [ - { - "type": "CreatorRelationFilter", + "type": "DirectorRelationFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "CreatorWhereInput", + "type": "DirectorWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - }, - { - "type": "Null", - "location": "scalar", - "isList": false } ] }, { - "name": "creatorId", + "name": "title", "isRequired": false, - "isNullable": true, + "isNullable": false, "inputTypes": [ { - "type": "IntNullableFilter", + "type": "StringFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "Int", - "location": "scalar", - "isList": false - }, - { - "type": "Null", + "type": "String", "location": "scalar", "isList": false } @@ -2541,14 +2838,14 @@ ] }, { - "name": "ProblemOrderByInput", + "name": "MovieOrderByInput", "constraints": { "maxNumFields": 1, "minNumFields": 0 }, "fields": [ { - "name": "id", + "name": "directorFirstName", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -2561,7 +2858,7 @@ ] }, { - "name": "problemText", + "name": "directorLastName", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -2574,7 +2871,7 @@ ] }, { - "name": "creatorId", + "name": "title", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -2589,20 +2886,21 @@ ] }, { - "name": "ProblemWhereUniqueInput", + "name": "MovieWhereUniqueInput", "constraints": { "maxNumFields": 1, "minNumFields": 1 }, "fields": [ { - "name": "id", + "name": "directorFirstName_directorLastName_title", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", + "type": "MovieDirectorFirstNameDirectorLastNameTitleCompoundUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] @@ -2610,7 +2908,7 @@ ] }, { - "name": "CreatorWhereInput", + "name": "MovieScalarWhereWithAggregatesInput", "constraints": { "maxNumFields": null, "minNumFields": null @@ -2622,13 +2920,13 @@ "isNullable": false, "inputTypes": [ { - "type": "CreatorWhereInput", + "type": "MovieScalarWhereWithAggregatesInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "CreatorWhereInput", + "type": "MovieScalarWhereWithAggregatesInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true @@ -2641,7 +2939,7 @@ "isNullable": false, "inputTypes": [ { - "type": "CreatorWhereInput", + "type": "MovieScalarWhereWithAggregatesInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true @@ -2654,13 +2952,13 @@ "isNullable": false, "inputTypes": [ { - "type": "CreatorWhereInput", + "type": "MovieScalarWhereWithAggregatesInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "CreatorWhereInput", + "type": "MovieScalarWhereWithAggregatesInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true @@ -2668,30 +2966,30 @@ ] }, { - "name": "id", + "name": "directorFirstName", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "IntFilter", + "type": "StringWithAggregatesFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "Int", + "type": "String", "location": "scalar", "isList": false } ] }, { - "name": "name", + "name": "directorLastName", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "StringFilter", + "type": "StringWithAggregatesFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -2704,27 +3002,19 @@ ] }, { - "name": "likes", + "name": "title", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "ProblemListRelationFilter", + "type": "StringWithAggregatesFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - } - ] - }, - { - "name": "problems", - "isRequired": false, - "isNullable": false, - "inputTypes": [ + }, { - "type": "ProblemListRelationFilter", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "String", + "location": "scalar", "isList": false } ] @@ -2732,73 +3022,74 @@ ] }, { - "name": "CreatorOrderByInput", + "name": "DirectorWhereInput", "constraints": { - "maxNumFields": 1, - "minNumFields": 0 + "maxNumFields": null, + "minNumFields": null }, "fields": [ { - "name": "id", + "name": "AND", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "SortOrder", + "type": "DirectorWhereInput", "namespace": "prisma", - "location": "enumTypes", + "location": "inputObjectTypes", "isList": false + }, + { + "type": "DirectorWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "name", + "name": "OR", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "SortOrder", + "type": "DirectorWhereInput", "namespace": "prisma", - "location": "enumTypes", - "isList": false + "location": "inputObjectTypes", + "isList": true } ] - } - ] - }, - { - "name": "CreatorWhereUniqueInput", - "constraints": { - "maxNumFields": 1, - "minNumFields": 1 - }, - "fields": [ + }, { - "name": "id", + "name": "NOT", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", + "type": "DirectorWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false + }, + { + "type": "DirectorWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] - } - ] - }, - { - "name": "UserCreateInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "email", - "isRequired": true, + "name": "firstName", + "isRequired": false, "isNullable": false, "inputTypes": [ + { + "type": "StringFilter", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, { "type": "String", "location": "scalar", @@ -2807,91 +3098,87 @@ ] }, { - "name": "name", + "name": "lastName", "isRequired": false, - "isNullable": true, + "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "StringFilter", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false }, { - "type": "Null", + "type": "String", "location": "scalar", "isList": false } ] }, { - "name": "age", - "isRequired": true, + "name": "movies", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", - "isList": false - } - ] - }, - { - "name": "balance", - "isRequired": true, - "isNullable": false, - "inputTypes": [ - { - "type": "Float", - "location": "scalar", - "isList": false - } - ] - }, - { - "name": "amount", - "isRequired": true, - "isNullable": false, - "inputTypes": [ - { - "type": "Float", - "location": "scalar", + "type": "MovieListRelationFilter", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] - }, + } + ] + }, + { + "name": "DirectorOrderByInput", + "constraints": { + "maxNumFields": 1, + "minNumFields": 0 + }, + "fields": [ { - "name": "role", - "isRequired": true, + "name": "firstName", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Role", - "namespace": "model", + "type": "SortOrder", + "namespace": "prisma", "location": "enumTypes", "isList": false } ] }, { - "name": "posts", + "name": "lastName", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postCreateManyWithoutAuthorInput", + "type": "SortOrder", "namespace": "prisma", - "location": "inputObjectTypes", + "location": "enumTypes", "isList": false } ] - }, + } + ] + }, + { + "name": "DirectorWhereUniqueInput", + "constraints": { + "maxNumFields": 1, + "minNumFields": 1 + }, + "fields": [ { - "name": "editorPosts", + "name": "firstName_lastName", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postCreateManyWithoutEditorInput", + "type": "DirectorFirstNameLastNameCompoundUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -2901,124 +3188,95 @@ ] }, { - "name": "UserUncheckedCreateInput", + "name": "DirectorScalarWhereWithAggregatesInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "id", + "name": "AND", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", + "type": "DirectorScalarWhereWithAggregatesInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false + }, + { + "type": "DirectorScalarWhereWithAggregatesInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "email", - "isRequired": true, + "name": "OR", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", - "isList": false + "type": "DirectorScalarWhereWithAggregatesInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "name", + "name": "NOT", "isRequired": false, - "isNullable": true, + "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "DirectorScalarWhereWithAggregatesInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false }, { - "type": "Null", - "location": "scalar", - "isList": false - } - ] - }, - { - "name": "age", - "isRequired": true, - "isNullable": false, - "inputTypes": [ - { - "type": "Int", - "location": "scalar", - "isList": false + "type": "DirectorScalarWhereWithAggregatesInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "balance", - "isRequired": true, + "name": "firstName", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Float", - "location": "scalar", + "type": "StringWithAggregatesFilter", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false - } - ] - }, - { - "name": "amount", - "isRequired": true, - "isNullable": false, - "inputTypes": [ + }, { - "type": "Float", + "type": "String", "location": "scalar", "isList": false } ] }, { - "name": "role", - "isRequired": true, - "isNullable": false, - "inputTypes": [ - { - "type": "Role", - "namespace": "model", - "location": "enumTypes", - "isList": false - } - ] - }, - { - "name": "posts", + "name": "lastName", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postUncheckedCreateManyWithoutAuthorInput", + "type": "StringWithAggregatesFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - } - ] - }, - { - "name": "editorPosts", - "isRequired": false, - "isNullable": false, - "inputTypes": [ + }, { - "type": "postUncheckedCreateManyWithoutEditorInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "String", + "location": "scalar", "isList": false } ] @@ -3026,120 +3284,106 @@ ] }, { - "name": "UserUpdateInput", + "name": "ProblemWhereInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "email", + "name": "AND", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "ProblemWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false }, { - "type": "StringFieldUpdateOperationsInput", + "type": "ProblemWhereInput", "namespace": "prisma", "location": "inputObjectTypes", - "isList": false + "isList": true } ] }, { - "name": "name", + "name": "OR", "isRequired": false, - "isNullable": true, + "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", - "isList": false - }, - { - "type": "NullableStringFieldUpdateOperationsInput", + "type": "ProblemWhereInput", "namespace": "prisma", "location": "inputObjectTypes", - "isList": false - }, - { - "type": "Null", - "location": "scalar", - "isList": false + "isList": true } ] }, { - "name": "age", + "name": "NOT", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", + "type": "ProblemWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false }, { - "type": "IntFieldUpdateOperationsInput", + "type": "ProblemWhereInput", "namespace": "prisma", "location": "inputObjectTypes", - "isList": false + "isList": true } ] }, { - "name": "balance", + "name": "id", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Float", - "location": "scalar", + "type": "IntFilter", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false }, { - "type": "FloatFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Int", + "location": "scalar", "isList": false } ] }, { - "name": "amount", + "name": "problemText", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Float", - "location": "scalar", + "type": "StringFilter", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false }, { - "type": "FloatFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "String", + "location": "scalar", "isList": false } ] }, { - "name": "role", + "name": "likedBy", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Role", - "namespace": "model", - "location": "enumTypes", - "isList": false - }, - { - "type": "EnumRoleFieldUpdateOperationsInput", + "type": "CreatorListRelationFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -3147,38 +3391,59 @@ ] }, { - "name": "posts", + "name": "creator", "isRequired": false, - "isNullable": false, + "isNullable": true, "inputTypes": [ { - "type": "postUpdateManyWithoutAuthorInput", + "type": "CreatorRelationFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - } - ] - }, - { - "name": "editorPosts", - "isRequired": false, - "isNullable": false, - "inputTypes": [ + }, { - "type": "postUpdateManyWithoutEditorInput", + "type": "CreatorWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false + }, + { + "type": "Null", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "creatorId", + "isRequired": false, + "isNullable": true, + "inputTypes": [ + { + "type": "IntNullableFilter", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "Int", + "location": "scalar", + "isList": false + }, + { + "type": "Null", + "location": "scalar", + "isList": false } ] } ] }, { - "name": "UserUncheckedUpdateInput", + "name": "ProblemOrderByInput", "constraints": { - "maxNumFields": null, - "minNumFields": null + "maxNumFields": 1, + "minNumFields": 0 }, "fields": [ { @@ -3187,275 +3452,295 @@ "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", - "isList": false - }, - { - "type": "IntFieldUpdateOperationsInput", + "type": "SortOrder", "namespace": "prisma", - "location": "inputObjectTypes", + "location": "enumTypes", "isList": false } ] }, { - "name": "email", + "name": "problemText", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", - "isList": false - }, - { - "type": "StringFieldUpdateOperationsInput", + "type": "SortOrder", "namespace": "prisma", - "location": "inputObjectTypes", + "location": "enumTypes", "isList": false } ] }, { - "name": "name", + "name": "creatorId", "isRequired": false, - "isNullable": true, + "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", - "isList": false - }, - { - "type": "NullableStringFieldUpdateOperationsInput", + "type": "SortOrder", "namespace": "prisma", - "location": "inputObjectTypes", + "location": "enumTypes", "isList": false - }, + } + ] + } + ] + }, + { + "name": "ProblemWhereUniqueInput", + "constraints": { + "maxNumFields": 1, + "minNumFields": 1 + }, + "fields": [ + { + "name": "id", + "isRequired": false, + "isNullable": false, + "inputTypes": [ { - "type": "Null", + "type": "Int", "location": "scalar", "isList": false } ] - }, + } + ] + }, + { + "name": "ProblemScalarWhereWithAggregatesInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ { - "name": "age", + "name": "AND", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", + "type": "ProblemScalarWhereWithAggregatesInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false }, { - "type": "IntFieldUpdateOperationsInput", + "type": "ProblemScalarWhereWithAggregatesInput", "namespace": "prisma", "location": "inputObjectTypes", - "isList": false + "isList": true } ] }, { - "name": "balance", + "name": "OR", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Float", - "location": "scalar", - "isList": false - }, - { - "type": "FloatFieldUpdateOperationsInput", + "type": "ProblemScalarWhereWithAggregatesInput", "namespace": "prisma", "location": "inputObjectTypes", - "isList": false + "isList": true } ] }, { - "name": "amount", + "name": "NOT", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Float", - "location": "scalar", + "type": "ProblemScalarWhereWithAggregatesInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false }, { - "type": "FloatFieldUpdateOperationsInput", + "type": "ProblemScalarWhereWithAggregatesInput", "namespace": "prisma", "location": "inputObjectTypes", - "isList": false + "isList": true } ] }, { - "name": "role", + "name": "id", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Role", - "namespace": "model", - "location": "enumTypes", + "type": "IntWithAggregatesFilter", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false }, { - "type": "EnumRoleFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Int", + "location": "scalar", "isList": false } ] }, { - "name": "posts", + "name": "problemText", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postUncheckedUpdateManyWithoutAuthorInput", + "type": "StringWithAggregatesFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false + }, + { + "type": "String", + "location": "scalar", + "isList": false } ] }, { - "name": "editorPosts", + "name": "creatorId", "isRequired": false, - "isNullable": false, + "isNullable": true, "inputTypes": [ { - "type": "postUncheckedUpdateManyWithoutEditorInput", + "type": "IntNullableWithAggregatesFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false + }, + { + "type": "Int", + "location": "scalar", + "isList": false + }, + { + "type": "Null", + "location": "scalar", + "isList": false } ] } ] }, { - "name": "UserUpdateManyMutationInput", + "name": "CreatorWhereInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "email", + "name": "AND", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "CreatorWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false }, { - "type": "StringFieldUpdateOperationsInput", + "type": "CreatorWhereInput", "namespace": "prisma", "location": "inputObjectTypes", - "isList": false + "isList": true } ] }, { - "name": "name", + "name": "OR", "isRequired": false, - "isNullable": true, + "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", - "isList": false - }, - { - "type": "NullableStringFieldUpdateOperationsInput", + "type": "CreatorWhereInput", "namespace": "prisma", "location": "inputObjectTypes", - "isList": false - }, - { - "type": "Null", - "location": "scalar", - "isList": false + "isList": true } ] }, { - "name": "age", + "name": "NOT", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", + "type": "CreatorWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false }, { - "type": "IntFieldUpdateOperationsInput", + "type": "CreatorWhereInput", "namespace": "prisma", "location": "inputObjectTypes", - "isList": false + "isList": true } ] }, { - "name": "balance", + "name": "id", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Float", - "location": "scalar", + "type": "IntFilter", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false }, { - "type": "FloatFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Int", + "location": "scalar", "isList": false } ] }, { - "name": "amount", + "name": "name", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Float", - "location": "scalar", + "type": "StringFilter", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false }, { - "type": "FloatFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "String", + "location": "scalar", "isList": false } ] }, { - "name": "role", + "name": "likes", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Role", - "namespace": "model", - "location": "enumTypes", + "type": "ProblemListRelationFilter", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false - }, + } + ] + }, + { + "name": "problems", + "isRequired": false, + "isNullable": false, + "inputTypes": [ { - "type": "EnumRoleFieldUpdateOperationsInput", + "type": "ProblemListRelationFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -3465,10 +3750,10 @@ ] }, { - "name": "UserUncheckedUpdateManyInput", + "name": "CreatorOrderByInput", "constraints": { - "maxNumFields": null, - "minNumFields": null + "maxNumFields": 1, + "minNumFields": 0 }, "fields": [ { @@ -3477,128 +3762,139 @@ "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", - "isList": false - }, - { - "type": "IntFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "SortOrder", + "namespace": "prisma", + "location": "enumTypes", "isList": false } ] }, { - "name": "email", + "name": "name", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", - "isList": false - }, - { - "type": "StringFieldUpdateOperationsInput", + "type": "SortOrder", "namespace": "prisma", - "location": "inputObjectTypes", + "location": "enumTypes", "isList": false } ] - }, + } + ] + }, + { + "name": "CreatorWhereUniqueInput", + "constraints": { + "maxNumFields": 1, + "minNumFields": 1 + }, + "fields": [ { - "name": "name", + "name": "id", "isRequired": false, - "isNullable": true, + "isNullable": false, "inputTypes": [ { - "type": "String", + "type": "Int", "location": "scalar", "isList": false - }, + } + ] + } + ] + }, + { + "name": "CreatorScalarWhereWithAggregatesInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "AND", + "isRequired": false, + "isNullable": false, + "inputTypes": [ { - "type": "NullableStringFieldUpdateOperationsInput", + "type": "CreatorScalarWhereWithAggregatesInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "Null", - "location": "scalar", - "isList": false + "type": "CreatorScalarWhereWithAggregatesInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "age", + "name": "OR", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", - "isList": false - }, - { - "type": "IntFieldUpdateOperationsInput", + "type": "CreatorScalarWhereWithAggregatesInput", "namespace": "prisma", "location": "inputObjectTypes", - "isList": false + "isList": true } ] }, { - "name": "balance", + "name": "NOT", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Float", - "location": "scalar", + "type": "CreatorScalarWhereWithAggregatesInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false }, { - "type": "FloatFieldUpdateOperationsInput", + "type": "CreatorScalarWhereWithAggregatesInput", "namespace": "prisma", "location": "inputObjectTypes", - "isList": false + "isList": true } ] }, { - "name": "amount", + "name": "id", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Float", - "location": "scalar", + "type": "IntWithAggregatesFilter", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false }, { - "type": "FloatFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Int", + "location": "scalar", "isList": false } ] }, { - "name": "role", + "name": "name", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Role", - "namespace": "model", - "location": "enumTypes", + "type": "StringWithAggregatesFilter", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false }, { - "type": "EnumRoleFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "String", + "location": "scalar", "isList": false } ] @@ -3606,15 +3902,15 @@ ] }, { - "name": "postCreateInput", + "name": "UserCreateInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "uuid", - "isRequired": false, + "name": "email", + "isRequired": true, "isNullable": false, "inputTypes": [ { @@ -3625,119 +3921,78 @@ ] }, { - "name": "createdAt", + "name": "name", "isRequired": false, - "isNullable": false, + "isNullable": true, "inputTypes": [ { - "type": "DateTime", + "type": "String", "location": "scalar", "isList": false - } - ] - }, - { - "name": "updatedAt", - "isRequired": false, - "isNullable": false, - "inputTypes": [ + }, { - "type": "DateTime", + "type": "Null", "location": "scalar", "isList": false } ] }, { - "name": "published", + "name": "age", "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "Boolean", + "type": "Int", "location": "scalar", "isList": false } ] }, { - "name": "title", + "name": "balance", "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "String", + "type": "Float", "location": "scalar", "isList": false } ] }, { - "name": "subtitle", + "name": "amount", "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", - "isList": false - } - ] - }, - { - "name": "content", - "isRequired": false, - "isNullable": true, - "inputTypes": [ - { - "type": "String", - "location": "scalar", - "isList": false - }, - { - "type": "Null", - "location": "scalar", - "isList": false - } - ] - }, - { - "name": "kind", - "isRequired": false, - "isNullable": true, - "inputTypes": [ - { - "type": "PostKind", - "namespace": "model", - "location": "enumTypes", - "isList": false - }, - { - "type": "Null", + "type": "Float", "location": "scalar", "isList": false } ] }, { - "name": "metadata", + "name": "role", "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "Json", - "location": "scalar", + "type": "Role", + "namespace": "model", + "location": "enumTypes", "isList": false } ] }, { - "name": "author", - "isRequired": true, + "name": "posts", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "UserCreateOneWithoutPostsInput", + "type": "postCreateManyWithoutAuthorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -3745,12 +4000,12 @@ ] }, { - "name": "editor", + "name": "editorPosts", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "UserCreateOneWithoutEditorPostsInput", + "type": "postCreateManyWithoutEditorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -3760,156 +4015,124 @@ ] }, { - "name": "postUncheckedCreateInput", + "name": "UserUncheckedCreateInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "uuid", + "name": "id", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", + "type": "Int", "location": "scalar", "isList": false } ] }, { - "name": "createdAt", - "isRequired": false, + "name": "email", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "DateTime", + "type": "String", "location": "scalar", "isList": false } ] }, { - "name": "updatedAt", + "name": "name", "isRequired": false, - "isNullable": false, + "isNullable": true, "inputTypes": [ { - "type": "DateTime", + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "Null", "location": "scalar", "isList": false } ] }, { - "name": "published", + "name": "age", "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "Boolean", + "type": "Int", "location": "scalar", "isList": false } ] }, { - "name": "title", + "name": "balance", "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "String", + "type": "Float", "location": "scalar", "isList": false } ] }, { - "name": "subtitle", + "name": "amount", "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "String", + "type": "Float", "location": "scalar", "isList": false } ] }, { - "name": "content", - "isRequired": false, - "isNullable": true, + "name": "role", + "isRequired": true, + "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", - "isList": false - }, - { - "type": "Null", - "location": "scalar", + "type": "Role", + "namespace": "model", + "location": "enumTypes", "isList": false } ] }, { - "name": "authorId", - "isRequired": true, + "name": "posts", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", + "type": "postUncheckedCreateManyWithoutAuthorInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] }, { - "name": "editorId", + "name": "editorPosts", "isRequired": false, - "isNullable": true, + "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", - "isList": false - }, - { - "type": "Null", - "location": "scalar", - "isList": false - } - ] - }, - { - "name": "kind", - "isRequired": false, - "isNullable": true, - "inputTypes": [ - { - "type": "PostKind", - "namespace": "model", - "location": "enumTypes", - "isList": false - }, - { - "type": "Null", - "location": "scalar", - "isList": false - } - ] - }, - { - "name": "metadata", - "isRequired": true, - "isNullable": false, - "inputTypes": [ - { - "type": "Json", - "location": "scalar", + "type": "postUncheckedCreateManyWithoutEditorInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] @@ -3917,14 +4140,14 @@ ] }, { - "name": "postUpdateInput", + "name": "UserUpdateInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "uuid", + "name": "email", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -3942,35 +4165,40 @@ ] }, { - "name": "createdAt", + "name": "name", "isRequired": false, - "isNullable": false, + "isNullable": true, "inputTypes": [ { - "type": "DateTime", + "type": "String", "location": "scalar", "isList": false }, { - "type": "DateTimeFieldUpdateOperationsInput", + "type": "NullableStringFieldUpdateOperationsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false + }, + { + "type": "Null", + "location": "scalar", + "isList": false } ] }, { - "name": "updatedAt", + "name": "age", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "DateTime", + "type": "Int", "location": "scalar", "isList": false }, { - "type": "DateTimeFieldUpdateOperationsInput", + "type": "IntFieldUpdateOperationsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -3978,17 +4206,17 @@ ] }, { - "name": "published", + "name": "balance", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Boolean", + "type": "Float", "location": "scalar", "isList": false }, { - "type": "BoolFieldUpdateOperationsInput", + "type": "FloatFieldUpdateOperationsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -3996,17 +4224,17 @@ ] }, { - "name": "title", + "name": "amount", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", + "type": "Float", "location": "scalar", "isList": false }, { - "type": "StringFieldUpdateOperationsInput", + "type": "FloatFieldUpdateOperationsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -4014,17 +4242,18 @@ ] }, { - "name": "subtitle", + "name": "role", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "Role", + "namespace": "model", + "location": "enumTypes", "isList": false }, { - "type": "StringFieldUpdateOperationsInput", + "type": "EnumRoleFieldUpdateOperationsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -4032,71 +4261,70 @@ ] }, { - "name": "content", + "name": "posts", "isRequired": false, - "isNullable": true, + "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", - "isList": false - }, - { - "type": "NullableStringFieldUpdateOperationsInput", + "type": "postUpdateManyWithoutAuthorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - }, - { - "type": "Null", - "location": "scalar", - "isList": false } ] }, { - "name": "kind", + "name": "editorPosts", "isRequired": false, - "isNullable": true, + "isNullable": false, "inputTypes": [ { - "type": "PostKind", - "namespace": "model", - "location": "enumTypes", - "isList": false - }, - { - "type": "NullableEnumPostKindFieldUpdateOperationsInput", + "type": "postUpdateManyWithoutEditorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - }, - { - "type": "Null", - "location": "scalar", - "isList": false } ] - }, + } + ] + }, + { + "name": "UserUncheckedUpdateInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ { - "name": "metadata", + "name": "id", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Json", + "type": "Int", "location": "scalar", "isList": false + }, + { + "type": "IntFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false } ] }, { - "name": "author", + "name": "email", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "UserUpdateOneRequiredWithoutPostsInput", + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -4104,39 +4332,40 @@ ] }, { - "name": "editor", + "name": "name", "isRequired": false, - "isNullable": false, + "isNullable": true, "inputTypes": [ { - "type": "UserUpdateOneWithoutEditorPostsInput", + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "NullableStringFieldUpdateOperationsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false + }, + { + "type": "Null", + "location": "scalar", + "isList": false } ] - } - ] - }, - { - "name": "postUncheckedUpdateInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "uuid", + "name": "age", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", + "type": "Int", "location": "scalar", "isList": false }, { - "type": "StringFieldUpdateOperationsInput", + "type": "IntFieldUpdateOperationsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -4144,17 +4373,17 @@ ] }, { - "name": "createdAt", + "name": "balance", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "DateTime", + "type": "Float", "location": "scalar", "isList": false }, { - "type": "DateTimeFieldUpdateOperationsInput", + "type": "FloatFieldUpdateOperationsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -4162,17 +4391,17 @@ ] }, { - "name": "updatedAt", + "name": "amount", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "DateTime", + "type": "Float", "location": "scalar", "isList": false }, { - "type": "DateTimeFieldUpdateOperationsInput", + "type": "FloatFieldUpdateOperationsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -4180,17 +4409,18 @@ ] }, { - "name": "published", + "name": "role", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Boolean", - "location": "scalar", + "type": "Role", + "namespace": "model", + "location": "enumTypes", "isList": false }, { - "type": "BoolFieldUpdateOperationsInput", + "type": "EnumRoleFieldUpdateOperationsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -4198,25 +4428,42 @@ ] }, { - "name": "title", + "name": "posts", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "postUncheckedUpdateManyWithoutAuthorInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false - }, + } + ] + }, + { + "name": "editorPosts", + "isRequired": false, + "isNullable": false, + "inputTypes": [ { - "type": "StringFieldUpdateOperationsInput", + "type": "postUncheckedUpdateManyWithoutEditorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false } ] - }, + } + ] + }, + { + "name": "UserUpdateManyMutationInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ { - "name": "subtitle", + "name": "email", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -4234,7 +4481,7 @@ ] }, { - "name": "content", + "name": "name", "isRequired": false, "isNullable": true, "inputTypes": [ @@ -4257,7 +4504,7 @@ ] }, { - "name": "authorId", + "name": "age", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -4275,60 +4522,56 @@ ] }, { - "name": "editorId", + "name": "balance", "isRequired": false, - "isNullable": true, + "isNullable": false, "inputTypes": [ { - "type": "Int", + "type": "Float", "location": "scalar", "isList": false }, { - "type": "NullableIntFieldUpdateOperationsInput", + "type": "FloatFieldUpdateOperationsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - }, - { - "type": "Null", - "location": "scalar", - "isList": false } ] }, { - "name": "kind", + "name": "amount", "isRequired": false, - "isNullable": true, + "isNullable": false, "inputTypes": [ { - "type": "PostKind", - "namespace": "model", - "location": "enumTypes", + "type": "Float", + "location": "scalar", "isList": false }, { - "type": "NullableEnumPostKindFieldUpdateOperationsInput", + "type": "FloatFieldUpdateOperationsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - }, - { - "type": "Null", - "location": "scalar", - "isList": false } ] }, { - "name": "metadata", + "name": "role", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Json", - "location": "scalar", + "type": "Role", + "namespace": "model", + "location": "enumTypes", + "isList": false + }, + { + "type": "EnumRoleFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] @@ -4336,24 +4579,24 @@ ] }, { - "name": "postUpdateManyMutationInput", + "name": "UserUncheckedUpdateManyInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "uuid", + "name": "id", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", + "type": "Int", "location": "scalar", "isList": false }, { - "type": "StringFieldUpdateOperationsInput", + "type": "IntFieldUpdateOperationsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -4361,17 +4604,17 @@ ] }, { - "name": "createdAt", + "name": "email", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "DateTime", + "type": "String", "location": "scalar", "isList": false }, { - "type": "DateTimeFieldUpdateOperationsInput", + "type": "StringFieldUpdateOperationsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -4379,53 +4622,40 @@ ] }, { - "name": "updatedAt", + "name": "name", "isRequired": false, - "isNullable": false, + "isNullable": true, "inputTypes": [ { - "type": "DateTime", + "type": "String", "location": "scalar", "isList": false }, { - "type": "DateTimeFieldUpdateOperationsInput", + "type": "NullableStringFieldUpdateOperationsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - } - ] - }, - { - "name": "published", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "Boolean", - "location": "scalar", - "isList": false }, { - "type": "BoolFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Null", + "location": "scalar", "isList": false } ] }, { - "name": "title", + "name": "age", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", + "type": "Int", "location": "scalar", "isList": false }, { - "type": "StringFieldUpdateOperationsInput", + "type": "IntFieldUpdateOperationsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -4433,17 +4663,17 @@ ] }, { - "name": "subtitle", + "name": "balance", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", + "type": "Float", "location": "scalar", "isList": false }, { - "type": "StringFieldUpdateOperationsInput", + "type": "FloatFieldUpdateOperationsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -4451,68 +4681,46 @@ ] }, { - "name": "content", + "name": "amount", "isRequired": false, - "isNullable": true, + "isNullable": false, "inputTypes": [ { - "type": "String", + "type": "Float", "location": "scalar", "isList": false }, { - "type": "NullableStringFieldUpdateOperationsInput", + "type": "FloatFieldUpdateOperationsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - }, - { - "type": "Null", - "location": "scalar", - "isList": false } ] }, { - "name": "kind", + "name": "role", "isRequired": false, - "isNullable": true, + "isNullable": false, "inputTypes": [ { - "type": "PostKind", + "type": "Role", "namespace": "model", "location": "enumTypes", "isList": false }, { - "type": "NullableEnumPostKindFieldUpdateOperationsInput", + "type": "EnumRoleFieldUpdateOperationsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - }, - { - "type": "Null", - "location": "scalar", - "isList": false - } - ] - }, - { - "name": "metadata", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "Json", - "location": "scalar", - "isList": false } ] } ] }, { - "name": "postUncheckedUpdateManyInput", + "name": "postCreateInput", "constraints": { "maxNumFields": null, "minNumFields": null @@ -4527,12 +4735,6 @@ "type": "String", "location": "scalar", "isList": false - }, - { - "type": "StringFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false } ] }, @@ -4545,12 +4747,6 @@ "type": "DateTime", "location": "scalar", "isList": false - }, - { - "type": "DateTimeFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false } ] }, @@ -4563,66 +4759,42 @@ "type": "DateTime", "location": "scalar", "isList": false - }, - { - "type": "DateTimeFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false } ] }, { "name": "published", - "isRequired": false, + "isRequired": true, "isNullable": false, "inputTypes": [ { "type": "Boolean", "location": "scalar", "isList": false - }, - { - "type": "BoolFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false } ] }, { "name": "title", - "isRequired": false, + "isRequired": true, "isNullable": false, "inputTypes": [ { "type": "String", "location": "scalar", "isList": false - }, - { - "type": "StringFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false } ] }, { "name": "subtitle", - "isRequired": false, + "isRequired": true, "isNullable": false, "inputTypes": [ { "type": "String", "location": "scalar", "isList": false - }, - { - "type": "StringFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false } ] }, @@ -4636,12 +4808,6 @@ "location": "scalar", "isList": false }, - { - "type": "NullableStringFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, { "type": "Null", "location": "scalar", @@ -4650,78 +4816,57 @@ ] }, { - "name": "authorId", + "name": "kind", "isRequired": false, - "isNullable": false, + "isNullable": true, "inputTypes": [ { - "type": "Int", - "location": "scalar", + "type": "PostKind", + "namespace": "model", + "location": "enumTypes", "isList": false }, { - "type": "IntFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Null", + "location": "scalar", "isList": false } ] }, { - "name": "editorId", - "isRequired": false, - "isNullable": true, + "name": "metadata", + "isRequired": true, + "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", - "isList": false - }, - { - "type": "NullableIntFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "Null", + "type": "Json", "location": "scalar", "isList": false } ] }, { - "name": "kind", - "isRequired": false, - "isNullable": true, + "name": "author", + "isRequired": true, + "isNullable": false, "inputTypes": [ { - "type": "PostKind", - "namespace": "model", - "location": "enumTypes", - "isList": false - }, - { - "type": "NullableEnumPostKindFieldUpdateOperationsInput", + "type": "UserCreateOneWithoutPostsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - }, - { - "type": "Null", - "location": "scalar", - "isList": false } ] }, { - "name": "metadata", + "name": "editor", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Json", - "location": "scalar", + "type": "UserCreateOneWithoutEditorPostsInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] @@ -4729,15 +4874,15 @@ ] }, { - "name": "CategoryCreateInput", + "name": "postUncheckedCreateInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "name", - "isRequired": true, + "name": "uuid", + "isRequired": false, "isNullable": false, "inputTypes": [ { @@ -4748,52 +4893,43 @@ ] }, { - "name": "slug", - "isRequired": true, + "name": "createdAt", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", + "type": "DateTime", "location": "scalar", "isList": false } ] }, { - "name": "number", - "isRequired": true, + "name": "updatedAt", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", + "type": "DateTime", "location": "scalar", "isList": false } ] - } - ] - }, - { - "name": "CategoryUncheckedCreateInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "name", + "name": "published", "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "String", + "type": "Boolean", "location": "scalar", "isList": false } ] }, { - "name": "slug", + "name": "title", "isRequired": true, "isNullable": false, "inputTypes": [ @@ -4805,30 +4941,21 @@ ] }, { - "name": "number", + "name": "subtitle", "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "Int", + "type": "String", "location": "scalar", "isList": false } ] - } - ] - }, - { - "name": "CategoryUpdateInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "name", + "name": "content", "isRequired": false, - "isNullable": false, + "isNullable": true, "inputTypes": [ { "type": "String", @@ -4836,35 +4963,28 @@ "isList": false }, { - "type": "StringFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Null", + "location": "scalar", "isList": false } ] }, { - "name": "slug", - "isRequired": false, + "name": "authorId", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "String", + "type": "Int", "location": "scalar", "isList": false - }, - { - "type": "StringFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false } ] }, { - "name": "number", + "name": "editorId", "isRequired": false, - "isNullable": false, + "isNullable": true, "inputTypes": [ { "type": "Int", @@ -4872,87 +4992,53 @@ "isList": false }, { - "type": "IntFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - } - ] - }, - { - "name": "CategoryUncheckedUpdateInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ - { - "name": "name", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "String", + "type": "Null", "location": "scalar", "isList": false - }, - { - "type": "StringFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false } ] }, { - "name": "slug", + "name": "kind", "isRequired": false, - "isNullable": false, + "isNullable": true, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "PostKind", + "namespace": "model", + "location": "enumTypes", "isList": false }, { - "type": "StringFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Null", + "location": "scalar", "isList": false } ] }, { - "name": "number", - "isRequired": false, + "name": "metadata", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "Int", + "type": "Json", "location": "scalar", "isList": false - }, - { - "type": "IntFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false } ] } ] }, { - "name": "CategoryUpdateManyMutationInput", + "name": "postUpdateInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "name", + "name": "uuid", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -4970,17 +5056,17 @@ ] }, { - "name": "slug", + "name": "createdAt", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", + "type": "DateTime", "location": "scalar", "isList": false }, { - "type": "StringFieldUpdateOperationsInput", + "type": "DateTimeFieldUpdateOperationsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -4988,44 +5074,35 @@ ] }, { - "name": "number", + "name": "updatedAt", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", + "type": "DateTime", "location": "scalar", "isList": false }, { - "type": "IntFieldUpdateOperationsInput", + "type": "DateTimeFieldUpdateOperationsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false } ] - } - ] - }, - { - "name": "CategoryUncheckedUpdateManyInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "name", + "name": "published", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", + "type": "Boolean", "location": "scalar", "isList": false }, { - "type": "StringFieldUpdateOperationsInput", + "type": "BoolFieldUpdateOperationsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -5033,7 +5110,7 @@ ] }, { - "name": "slug", + "name": "title", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -5051,109 +5128,104 @@ ] }, { - "name": "number", + "name": "subtitle", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", + "type": "String", "location": "scalar", "isList": false }, { - "type": "IntFieldUpdateOperationsInput", + "type": "StringFieldUpdateOperationsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false } ] - } - ] - }, - { - "name": "PatientCreateInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "firstName", - "isRequired": true, - "isNullable": false, + "name": "content", + "isRequired": false, + "isNullable": true, "inputTypes": [ { "type": "String", "location": "scalar", "isList": false - } - ] - }, - { - "name": "lastName", - "isRequired": true, - "isNullable": false, - "inputTypes": [ + }, { - "type": "String", + "type": "NullableStringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "Null", "location": "scalar", "isList": false } ] }, { - "name": "email", - "isRequired": true, - "isNullable": false, + "name": "kind", + "isRequired": false, + "isNullable": true, "inputTypes": [ { - "type": "String", + "type": "PostKind", + "namespace": "model", + "location": "enumTypes", + "isList": false + }, + { + "type": "NullableEnumPostKindFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "Null", "location": "scalar", "isList": false } ] - } - ] - }, - { - "name": "PatientUncheckedCreateInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "firstName", - "isRequired": true, + "name": "metadata", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", + "type": "Json", "location": "scalar", "isList": false } ] }, { - "name": "lastName", - "isRequired": true, + "name": "author", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "UserUpdateOneRequiredWithoutPostsInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] }, { - "name": "email", - "isRequired": true, + "name": "editor", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "UserUpdateOneWithoutEditorPostsInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] @@ -5161,14 +5233,14 @@ ] }, { - "name": "PatientUpdateInput", + "name": "postUncheckedUpdateInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "firstName", + "name": "uuid", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -5186,17 +5258,17 @@ ] }, { - "name": "lastName", + "name": "createdAt", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", + "type": "DateTime", "location": "scalar", "isList": false }, { - "type": "StringFieldUpdateOperationsInput", + "type": "DateTimeFieldUpdateOperationsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -5204,44 +5276,35 @@ ] }, { - "name": "email", + "name": "updatedAt", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", + "type": "DateTime", "location": "scalar", "isList": false }, { - "type": "StringFieldUpdateOperationsInput", + "type": "DateTimeFieldUpdateOperationsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false } ] - } - ] - }, - { - "name": "PatientUncheckedUpdateInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "firstName", + "name": "published", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", + "type": "Boolean", "location": "scalar", "isList": false }, { - "type": "StringFieldUpdateOperationsInput", + "type": "BoolFieldUpdateOperationsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -5249,7 +5312,7 @@ ] }, { - "name": "lastName", + "name": "title", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -5267,7 +5330,7 @@ ] }, { - "name": "email", + "name": "subtitle", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -5283,20 +5346,11 @@ "isList": false } ] - } - ] - }, - { - "name": "PatientUpdateManyMutationInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "firstName", + "name": "content", "isRequired": false, - "isNullable": false, + "isNullable": true, "inputTypes": [ { "type": "String", @@ -5304,25 +5358,30 @@ "isList": false }, { - "type": "StringFieldUpdateOperationsInput", + "type": "NullableStringFieldUpdateOperationsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false + }, + { + "type": "Null", + "location": "scalar", + "isList": false } ] }, { - "name": "lastName", + "name": "authorId", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", + "type": "Int", "location": "scalar", "isList": false }, { - "type": "StringFieldUpdateOperationsInput", + "type": "IntFieldUpdateOperationsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -5330,34 +5389,75 @@ ] }, { - "name": "email", + "name": "editorId", "isRequired": false, - "isNullable": false, + "isNullable": true, "inputTypes": [ { - "type": "String", + "type": "Int", "location": "scalar", "isList": false }, { - "type": "StringFieldUpdateOperationsInput", + "type": "NullableIntFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "Null", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "kind", + "isRequired": false, + "isNullable": true, + "inputTypes": [ + { + "type": "PostKind", + "namespace": "model", + "location": "enumTypes", + "isList": false + }, + { + "type": "NullableEnumPostKindFieldUpdateOperationsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false + }, + { + "type": "Null", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "metadata", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Json", + "location": "scalar", + "isList": false } ] } ] }, { - "name": "PatientUncheckedUpdateManyInput", + "name": "postUpdateManyMutationInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "firstName", + "name": "uuid", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -5375,17 +5475,17 @@ ] }, { - "name": "lastName", + "name": "createdAt", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", + "type": "DateTime", "location": "scalar", "isList": false }, { - "type": "StringFieldUpdateOperationsInput", + "type": "DateTimeFieldUpdateOperationsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -5393,138 +5493,132 @@ ] }, { - "name": "email", + "name": "updatedAt", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", + "type": "DateTime", "location": "scalar", "isList": false }, { - "type": "StringFieldUpdateOperationsInput", + "type": "DateTimeFieldUpdateOperationsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false } ] - } - ] - }, - { - "name": "MovieCreateInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "title", - "isRequired": true, + "name": "published", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", + "type": "Boolean", "location": "scalar", "isList": false - } - ] - }, - { - "name": "director", - "isRequired": true, - "isNullable": false, - "inputTypes": [ + }, { - "type": "DirectorCreateOneWithoutMoviesInput", + "type": "BoolFieldUpdateOperationsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false } ] - } - ] - }, - { - "name": "MovieUncheckedCreateInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "directorFirstName", - "isRequired": true, + "name": "title", + "isRequired": false, "isNullable": false, "inputTypes": [ { "type": "String", "location": "scalar", "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false } ] }, { - "name": "directorLastName", - "isRequired": true, + "name": "subtitle", + "isRequired": false, "isNullable": false, "inputTypes": [ { "type": "String", "location": "scalar", "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false } ] }, { - "name": "title", - "isRequired": true, - "isNullable": false, + "name": "content", + "isRequired": false, + "isNullable": true, "inputTypes": [ { "type": "String", "location": "scalar", "isList": false + }, + { + "type": "NullableStringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "Null", + "location": "scalar", + "isList": false } ] - } - ] - }, - { - "name": "MovieUpdateInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "title", + "name": "kind", "isRequired": false, - "isNullable": false, + "isNullable": true, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "PostKind", + "namespace": "model", + "location": "enumTypes", "isList": false }, { - "type": "StringFieldUpdateOperationsInput", + "type": "NullableEnumPostKindFieldUpdateOperationsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false + }, + { + "type": "Null", + "location": "scalar", + "isList": false } ] }, { - "name": "director", + "name": "metadata", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "DirectorUpdateOneRequiredWithoutMoviesInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Json", + "location": "scalar", "isList": false } ] @@ -5532,14 +5626,14 @@ ] }, { - "name": "MovieUncheckedUpdateInput", + "name": "postUncheckedUpdateManyInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "directorFirstName", + "name": "uuid", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -5557,17 +5651,17 @@ ] }, { - "name": "directorLastName", + "name": "createdAt", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", + "type": "DateTime", "location": "scalar", "isList": false }, { - "type": "StringFieldUpdateOperationsInput", + "type": "DateTimeFieldUpdateOperationsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -5575,61 +5669,43 @@ ] }, { - "name": "title", + "name": "updatedAt", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", + "type": "DateTime", "location": "scalar", "isList": false }, { - "type": "StringFieldUpdateOperationsInput", + "type": "DateTimeFieldUpdateOperationsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false } ] - } - ] - }, - { - "name": "MovieUpdateManyMutationInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "title", + "name": "published", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", + "type": "Boolean", "location": "scalar", "isList": false }, { - "type": "StringFieldUpdateOperationsInput", + "type": "BoolFieldUpdateOperationsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false } ] - } - ] - }, - { - "name": "MovieUncheckedUpdateManyInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "directorFirstName", + "name": "title", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -5647,7 +5723,7 @@ ] }, { - "name": "directorLastName", + "name": "subtitle", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -5665,9 +5741,9 @@ ] }, { - "name": "title", + "name": "content", "isRequired": false, - "isNullable": false, + "isNullable": true, "inputTypes": [ { "type": "String", @@ -5675,24 +5751,106 @@ "isList": false }, { - "type": "StringFieldUpdateOperationsInput", + "type": "NullableStringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "Null", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "authorId", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + }, + { + "type": "IntFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "editorId", + "isRequired": false, + "isNullable": true, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + }, + { + "type": "NullableIntFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "Null", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "kind", + "isRequired": false, + "isNullable": true, + "inputTypes": [ + { + "type": "PostKind", + "namespace": "model", + "location": "enumTypes", + "isList": false + }, + { + "type": "NullableEnumPostKindFieldUpdateOperationsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false + }, + { + "type": "Null", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "metadata", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Json", + "location": "scalar", + "isList": false } ] } ] }, { - "name": "DirectorCreateInput", + "name": "CategoryCreateInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "firstName", + "name": "name", "isRequired": true, "isNullable": false, "inputTypes": [ @@ -5704,7 +5862,7 @@ ] }, { - "name": "lastName", + "name": "slug", "isRequired": true, "isNullable": false, "inputTypes": [ @@ -5716,14 +5874,13 @@ ] }, { - "name": "movies", - "isRequired": false, + "name": "number", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "MovieCreateManyWithoutDirectorInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Int", + "location": "scalar", "isList": false } ] @@ -5731,14 +5888,14 @@ ] }, { - "name": "DirectorUncheckedCreateInput", + "name": "CategoryUncheckedCreateInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "firstName", + "name": "name", "isRequired": true, "isNullable": false, "inputTypes": [ @@ -5750,7 +5907,7 @@ ] }, { - "name": "lastName", + "name": "slug", "isRequired": true, "isNullable": false, "inputTypes": [ @@ -5762,14 +5919,13 @@ ] }, { - "name": "movies", - "isRequired": false, + "name": "number", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "MovieUncheckedCreateManyWithoutDirectorInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Int", + "location": "scalar", "isList": false } ] @@ -5777,14 +5933,14 @@ ] }, { - "name": "DirectorUpdateInput", + "name": "CategoryUpdateInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "firstName", + "name": "name", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -5802,7 +5958,7 @@ ] }, { - "name": "lastName", + "name": "slug", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -5820,12 +5976,17 @@ ] }, { - "name": "movies", + "name": "number", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "MovieUpdateManyWithoutDirectorInput", + "type": "Int", + "location": "scalar", + "isList": false + }, + { + "type": "IntFieldUpdateOperationsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -5835,14 +5996,14 @@ ] }, { - "name": "DirectorUncheckedUpdateInput", + "name": "CategoryUncheckedUpdateInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "firstName", + "name": "name", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -5860,7 +6021,7 @@ ] }, { - "name": "lastName", + "name": "slug", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -5878,12 +6039,17 @@ ] }, { - "name": "movies", + "name": "number", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "MovieUncheckedUpdateManyWithoutDirectorInput", + "type": "Int", + "location": "scalar", + "isList": false + }, + { + "type": "IntFieldUpdateOperationsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -5893,14 +6059,14 @@ ] }, { - "name": "DirectorUpdateManyMutationInput", + "name": "CategoryUpdateManyMutationInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "firstName", + "name": "name", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -5918,7 +6084,7 @@ ] }, { - "name": "lastName", + "name": "slug", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -5934,18 +6100,36 @@ "isList": false } ] + }, + { + "name": "number", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + }, + { + "type": "IntFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] } ] }, { - "name": "DirectorUncheckedUpdateManyInput", + "name": "CategoryUncheckedUpdateManyInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "firstName", + "name": "name", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -5963,7 +6147,7 @@ ] }, { - "name": "lastName", + "name": "slug", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -5979,18 +6163,36 @@ "isList": false } ] + }, + { + "name": "number", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + }, + { + "type": "IntFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] } ] }, { - "name": "ProblemCreateInput", + "name": "PatientCreateInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "problemText", + "name": "firstName", "isRequired": true, "isNullable": false, "inputTypes": [ @@ -6002,27 +6204,25 @@ ] }, { - "name": "likedBy", - "isRequired": false, + "name": "lastName", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "CreatorCreateManyWithoutLikesInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "String", + "location": "scalar", "isList": false } ] }, { - "name": "creator", - "isRequired": false, + "name": "email", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "CreatorCreateOneWithoutProblemsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "String", + "location": "scalar", "isList": false } ] @@ -6030,26 +6230,26 @@ ] }, { - "name": "ProblemUncheckedCreateInput", + "name": "PatientUncheckedCreateInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "id", - "isRequired": false, + "name": "firstName", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "Int", + "type": "String", "location": "scalar", "isList": false } ] }, { - "name": "problemText", + "name": "lastName", "isRequired": true, "isNullable": false, "inputTypes": [ @@ -6061,17 +6261,12 @@ ] }, { - "name": "creatorId", - "isRequired": false, - "isNullable": true, + "name": "email", + "isRequired": true, + "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", - "isList": false - }, - { - "type": "Null", + "type": "String", "location": "scalar", "isList": false } @@ -6080,14 +6275,14 @@ ] }, { - "name": "ProblemUpdateInput", + "name": "PatientUpdateInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "problemText", + "name": "firstName", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -6105,12 +6300,17 @@ ] }, { - "name": "likedBy", + "name": "lastName", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "CreatorUpdateManyWithoutLikesInput", + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -6118,39 +6318,44 @@ ] }, { - "name": "creator", + "name": "email", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "CreatorUpdateOneWithoutProblemsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false } ] } ] }, { - "name": "ProblemUncheckedUpdateInput", + "name": "PatientUncheckedUpdateInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "id", + "name": "firstName", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", + "type": "String", "location": "scalar", "isList": false }, { - "type": "IntFieldUpdateOperationsInput", + "type": "StringFieldUpdateOperationsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -6158,7 +6363,7 @@ ] }, { - "name": "problemText", + "name": "lastName", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -6176,39 +6381,70 @@ ] }, { - "name": "creatorId", + "name": "email", "isRequired": false, - "isNullable": true, + "isNullable": false, "inputTypes": [ { - "type": "Int", + "type": "String", "location": "scalar", "isList": false }, { - "type": "NullableIntFieldUpdateOperationsInput", + "type": "StringFieldUpdateOperationsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - }, - { - "type": "Null", - "location": "scalar", - "isList": false } ] } ] }, { - "name": "ProblemUpdateManyMutationInput", + "name": "PatientUpdateManyMutationInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "problemText", + "name": "firstName", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "lastName", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "email", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -6228,24 +6464,24 @@ ] }, { - "name": "ProblemUncheckedUpdateManyInput", + "name": "PatientUncheckedUpdateManyInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "id", + "name": "firstName", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", + "type": "String", "location": "scalar", "isList": false }, { - "type": "IntFieldUpdateOperationsInput", + "type": "StringFieldUpdateOperationsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -6253,7 +6489,7 @@ ] }, { - "name": "problemText", + "name": "lastName", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -6271,39 +6507,34 @@ ] }, { - "name": "creatorId", + "name": "email", "isRequired": false, - "isNullable": true, + "isNullable": false, "inputTypes": [ { - "type": "Int", + "type": "String", "location": "scalar", "isList": false }, { - "type": "NullableIntFieldUpdateOperationsInput", + "type": "StringFieldUpdateOperationsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - }, - { - "type": "Null", - "location": "scalar", - "isList": false } ] } ] }, { - "name": "CreatorCreateInput", + "name": "MovieCreateInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "name", + "name": "title", "isRequired": true, "isNullable": false, "inputTypes": [ @@ -6315,25 +6546,12 @@ ] }, { - "name": "likes", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "ProblemCreateManyWithoutLikedByInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - }, - { - "name": "problems", - "isRequired": false, + "name": "director", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "ProblemCreateManyWithoutCreatorInput", + "type": "DirectorCreateOneWithoutMoviesInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -6343,26 +6561,26 @@ ] }, { - "name": "CreatorUncheckedCreateInput", + "name": "MovieUncheckedCreateInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "id", - "isRequired": false, + "name": "directorFirstName", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "Int", + "type": "String", "location": "scalar", "isList": false } ] }, { - "name": "name", + "name": "directorLastName", "isRequired": true, "isNullable": false, "inputTypes": [ @@ -6374,14 +6592,13 @@ ] }, { - "name": "problems", - "isRequired": false, + "name": "title", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "ProblemUncheckedCreateManyWithoutCreatorInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "String", + "location": "scalar", "isList": false } ] @@ -6389,14 +6606,14 @@ ] }, { - "name": "CreatorUpdateInput", + "name": "MovieUpdateInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "name", + "name": "title", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -6414,25 +6631,12 @@ ] }, { - "name": "likes", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "ProblemUpdateManyWithoutLikedByInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - }, - { - "name": "problems", + "name": "director", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "ProblemUpdateManyWithoutCreatorInput", + "type": "DirectorUpdateOneRequiredWithoutMoviesInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -6442,24 +6646,24 @@ ] }, { - "name": "CreatorUncheckedUpdateInput", + "name": "MovieUncheckedUpdateInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "id", + "name": "directorFirstName", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", + "type": "String", "location": "scalar", "isList": false }, { - "type": "IntFieldUpdateOperationsInput", + "type": "StringFieldUpdateOperationsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -6467,7 +6671,7 @@ ] }, { - "name": "name", + "name": "directorLastName", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -6485,12 +6689,17 @@ ] }, { - "name": "problems", + "name": "title", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "ProblemUncheckedUpdateManyWithoutCreatorInput", + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -6500,14 +6709,14 @@ ] }, { - "name": "CreatorUpdateManyMutationInput", + "name": "MovieUpdateManyMutationInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "name", + "name": "title", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -6527,24 +6736,24 @@ ] }, { - "name": "CreatorUncheckedUpdateManyInput", + "name": "MovieUncheckedUpdateManyInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "id", + "name": "directorFirstName", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", + "type": "String", "location": "scalar", "isList": false }, { - "type": "IntFieldUpdateOperationsInput", + "type": "StringFieldUpdateOperationsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -6552,7 +6761,25 @@ ] }, { - "name": "name", + "name": "directorLastName", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "title", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -6572,108 +6799,147 @@ ] }, { - "name": "IntFilter", + "name": "DirectorCreateInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "equals", - "isRequired": false, + "name": "firstName", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "Int", + "type": "String", "location": "scalar", "isList": false } ] }, { - "name": "in", - "isRequired": false, + "name": "lastName", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "Int", + "type": "String", "location": "scalar", - "isList": true + "isList": false } ] }, { - "name": "notIn", + "name": "movies", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", - "isList": true + "type": "MovieCreateManyWithoutDirectorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false } ] - }, + } + ] + }, + { + "name": "DirectorUncheckedCreateInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ { - "name": "lt", - "isRequired": false, + "name": "firstName", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "Int", + "type": "String", "location": "scalar", "isList": false } ] }, { - "name": "lte", - "isRequired": false, + "name": "lastName", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "Int", + "type": "String", "location": "scalar", "isList": false } ] }, { - "name": "gt", + "name": "movies", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", + "type": "MovieUncheckedCreateManyWithoutDirectorInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] - }, + } + ] + }, + { + "name": "DirectorUpdateInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ { - "name": "gte", + "name": "firstName", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", + "type": "String", "location": "scalar", "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false } ] }, { - "name": "not", + "name": "lastName", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", + "type": "String", "location": "scalar", "isList": false }, { - "type": "NestedIntFilter", + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "movies", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "MovieUpdateManyWithoutDirectorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -6683,14 +6949,14 @@ ] }, { - "name": "StringFilter", + "name": "DirectorUncheckedUpdateInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "equals", + "name": "firstName", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -6698,59 +6964,57 @@ "type": "String", "location": "scalar", "isList": false - } - ] - }, - { - "name": "in", - "isRequired": false, - "isNullable": false, - "inputTypes": [ + }, { - "type": "String", - "location": "scalar", - "isList": true + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false } ] }, { - "name": "notIn", + "name": "lastName", "isRequired": false, "isNullable": false, "inputTypes": [ { "type": "String", "location": "scalar", - "isList": true - } - ] - }, - { - "name": "lt", - "isRequired": false, - "isNullable": false, - "inputTypes": [ + "isList": false + }, { - "type": "String", - "location": "scalar", + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] }, { - "name": "lte", + "name": "movies", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "MovieUncheckedUpdateManyWithoutDirectorInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] - }, + } + ] + }, + { + "name": "DirectorUpdateManyMutationInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ { - "name": "gt", + "name": "firstName", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -6758,11 +7022,17 @@ "type": "String", "location": "scalar", "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false } ] }, { - "name": "gte", + "name": "lastName", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -6770,11 +7040,26 @@ "type": "String", "location": "scalar", "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false } ] - }, + } + ] + }, + { + "name": "DirectorUncheckedUpdateManyInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ { - "name": "contains", + "name": "firstName", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -6782,11 +7067,17 @@ "type": "String", "location": "scalar", "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false } ] }, { - "name": "startsWith", + "name": "lastName", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -6794,12 +7085,27 @@ "type": "String", "location": "scalar", "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false } ] - }, + } + ] + }, + { + "name": "ProblemCreateInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ { - "name": "endsWith", - "isRequired": false, + "name": "problemText", + "isRequired": true, "isNullable": false, "inputTypes": [ { @@ -6810,30 +7116,25 @@ ] }, { - "name": "mode", + "name": "likedBy", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "QueryMode", + "type": "CreatorCreateManyWithoutLikesInput", "namespace": "prisma", - "location": "enumTypes", + "location": "inputObjectTypes", "isList": false } ] }, { - "name": "not", + "name": "creator", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", - "isList": false - }, - { - "type": "NestedStringFilter", + "type": "CreatorCreateOneWithoutProblemsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -6843,55 +7144,45 @@ ] }, { - "name": "StringNullableFilter", + "name": "ProblemUncheckedCreateInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "equals", + "name": "id", "isRequired": false, - "isNullable": true, + "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", - "isList": false - }, - { - "type": "Null", + "type": "Int", "location": "scalar", "isList": false } ] }, { - "name": "in", - "isRequired": false, - "isNullable": true, + "name": "problemText", + "isRequired": true, + "isNullable": false, "inputTypes": [ { "type": "String", "location": "scalar", - "isList": true - }, - { - "type": "Null", - "location": "scalar", "isList": false } ] }, { - "name": "notIn", + "name": "creatorId", "isRequired": false, "isNullable": true, "inputTypes": [ { - "type": "String", + "type": "Int", "location": "scalar", - "isList": true + "isList": false }, { "type": "Null", @@ -6899,9 +7190,18 @@ "isList": false } ] - }, + } + ] + }, + { + "name": "ProblemUpdateInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ { - "name": "lt", + "name": "problemText", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -6909,47 +7209,70 @@ "type": "String", "location": "scalar", "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false } ] }, { - "name": "lte", + "name": "likedBy", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "CreatorUpdateManyWithoutLikesInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] }, { - "name": "gt", + "name": "creator", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "CreatorUpdateOneWithoutProblemsInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] - }, + } + ] + }, + { + "name": "ProblemUncheckedUpdateInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ { - "name": "gte", + "name": "id", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", + "type": "Int", "location": "scalar", "isList": false - } + }, + { + "type": "IntFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } ] }, { - "name": "contains", + "name": "problemText", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -6957,11 +7280,49 @@ "type": "String", "location": "scalar", "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false } ] }, { - "name": "startsWith", + "name": "creatorId", + "isRequired": false, + "isNullable": true, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + }, + { + "type": "NullableIntFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "Null", + "location": "scalar", + "isList": false + } + ] + } + ] + }, + { + "name": "ProblemUpdateManyMutationInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "problemText", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -6969,46 +7330,72 @@ "type": "String", "location": "scalar", "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false } ] - }, + } + ] + }, + { + "name": "ProblemUncheckedUpdateManyInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ { - "name": "endsWith", + "name": "id", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", + "type": "Int", "location": "scalar", "isList": false + }, + { + "type": "IntFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false } ] }, { - "name": "mode", + "name": "problemText", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "QueryMode", + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", "namespace": "prisma", - "location": "enumTypes", + "location": "inputObjectTypes", "isList": false } ] }, { - "name": "not", + "name": "creatorId", "isRequired": false, "isNullable": true, "inputTypes": [ { - "type": "String", + "type": "Int", "location": "scalar", "isList": false }, { - "type": "NestedStringNullableFilter", + "type": "NullableIntFieldUpdateOperationsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -7023,108 +7410,90 @@ ] }, { - "name": "FloatFilter", + "name": "CreatorCreateInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "equals", - "isRequired": false, + "name": "name", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "Float", + "type": "String", "location": "scalar", "isList": false } ] }, { - "name": "in", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "Float", - "location": "scalar", - "isList": true - } - ] - }, - { - "name": "notIn", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "Float", - "location": "scalar", - "isList": true - } - ] - }, - { - "name": "lt", + "name": "likes", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Float", - "location": "scalar", + "type": "ProblemCreateManyWithoutLikedByInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] }, { - "name": "lte", + "name": "problems", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Float", - "location": "scalar", + "type": "ProblemCreateManyWithoutCreatorInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] - }, + } + ] + }, + { + "name": "CreatorUncheckedCreateInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ { - "name": "gt", + "name": "id", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Float", + "type": "Int", "location": "scalar", "isList": false } ] }, { - "name": "gte", - "isRequired": false, + "name": "name", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "Float", + "type": "String", "location": "scalar", "isList": false } ] }, { - "name": "not", + "name": "problems", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Float", - "location": "scalar", - "isList": false - }, - { - "type": "NestedFloatFilter", + "type": "ProblemUncheckedCreateManyWithoutCreatorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -7134,19 +7503,24 @@ ] }, { - "name": "PostListRelationFilter", + "name": "CreatorUpdateInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "every", + "name": "name", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postWhereInput", + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -7154,12 +7528,12 @@ ] }, { - "name": "some", + "name": "likes", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postWhereInput", + "type": "ProblemUpdateManyWithoutLikedByInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -7167,12 +7541,12 @@ ] }, { - "name": "none", + "name": "problems", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postWhereInput", + "type": "ProblemUpdateManyWithoutCreatorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -7182,64 +7556,82 @@ ] }, { - "name": "EnumRoleFilter", + "name": "CreatorUncheckedUpdateInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "equals", + "name": "id", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Role", - "namespace": "model", - "location": "enumTypes", + "type": "Int", + "location": "scalar", + "isList": false + }, + { + "type": "IntFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] }, { - "name": "in", + "name": "name", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Role", - "namespace": "model", - "location": "enumTypes", - "isList": true + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false } ] }, { - "name": "notIn", + "name": "problems", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Role", - "namespace": "model", - "location": "enumTypes", - "isList": true + "type": "ProblemUncheckedUpdateManyWithoutCreatorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false } ] - }, + } + ] + }, + { + "name": "CreatorUpdateManyMutationInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ { - "name": "not", + "name": "name", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Role", - "namespace": "model", - "location": "enumTypes", + "type": "String", + "location": "scalar", "isList": false }, { - "type": "NestedEnumRoleFilter", + "type": "StringFieldUpdateOperationsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -7249,23 +7641,68 @@ ] }, { - "name": "DateTimeFilter", + "name": "CreatorUncheckedUpdateManyInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "equals", + "name": "id", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "DateTime", + "type": "Int", "location": "scalar", "isList": false - } - ] + }, + { + "type": "IntFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "name", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ] + }, + { + "name": "IntFilter", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "equals", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] }, { "name": "in", @@ -7273,7 +7710,7 @@ "isNullable": false, "inputTypes": [ { - "type": "DateTime", + "type": "Int", "location": "scalar", "isList": true } @@ -7285,7 +7722,7 @@ "isNullable": false, "inputTypes": [ { - "type": "DateTime", + "type": "Int", "location": "scalar", "isList": true } @@ -7297,7 +7734,7 @@ "isNullable": false, "inputTypes": [ { - "type": "DateTime", + "type": "Int", "location": "scalar", "isList": false } @@ -7309,7 +7746,7 @@ "isNullable": false, "inputTypes": [ { - "type": "DateTime", + "type": "Int", "location": "scalar", "isList": false } @@ -7321,7 +7758,7 @@ "isNullable": false, "inputTypes": [ { - "type": "DateTime", + "type": "Int", "location": "scalar", "isList": false } @@ -7333,7 +7770,7 @@ "isNullable": false, "inputTypes": [ { - "type": "DateTime", + "type": "Int", "location": "scalar", "isList": false } @@ -7345,12 +7782,12 @@ "isNullable": false, "inputTypes": [ { - "type": "DateTime", + "type": "Int", "location": "scalar", "isList": false }, { - "type": "NestedDateTimeFilter", + "type": "NestedIntFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -7360,7 +7797,7 @@ ] }, { - "name": "BoolFilter", + "name": "StringFilter", "constraints": { "maxNumFields": null, "minNumFields": null @@ -7372,169 +7809,129 @@ "isNullable": false, "inputTypes": [ { - "type": "Boolean", + "type": "String", "location": "scalar", "isList": false } ] }, { - "name": "not", + "name": "in", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Boolean", + "type": "String", "location": "scalar", - "isList": false - }, - { - "type": "NestedBoolFilter", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false + "isList": true } ] - } - ] - }, - { - "name": "UserRelationFilter", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "is", + "name": "notIn", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "UserWhereInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false + "type": "String", + "location": "scalar", + "isList": true } ] }, { - "name": "isNot", + "name": "lt", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "UserWhereInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "String", + "location": "scalar", "isList": false } ] - } - ] - }, - { - "name": "IntNullableFilter", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "equals", + "name": "lte", "isRequired": false, - "isNullable": true, + "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", - "isList": false - }, - { - "type": "Null", + "type": "String", "location": "scalar", "isList": false } ] }, { - "name": "in", + "name": "gt", "isRequired": false, - "isNullable": true, + "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", - "isList": true - }, - { - "type": "Null", + "type": "String", "location": "scalar", "isList": false } ] }, { - "name": "notIn", + "name": "gte", "isRequired": false, - "isNullable": true, + "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", - "isList": true - }, - { - "type": "Null", + "type": "String", "location": "scalar", "isList": false } ] }, { - "name": "lt", + "name": "contains", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", + "type": "String", "location": "scalar", "isList": false } ] }, { - "name": "lte", + "name": "startsWith", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", + "type": "String", "location": "scalar", "isList": false } ] }, { - "name": "gt", + "name": "endsWith", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", + "type": "String", "location": "scalar", "isList": false } ] }, { - "name": "gte", + "name": "mode", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", + "type": "QueryMode", + "namespace": "prisma", + "location": "enumTypes", "isList": false } ] @@ -7542,30 +7939,25 @@ { "name": "not", "isRequired": false, - "isNullable": true, + "isNullable": false, "inputTypes": [ { - "type": "Int", + "type": "String", "location": "scalar", "isList": false }, { - "type": "NestedIntNullableFilter", + "type": "NestedStringFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - }, - { - "type": "Null", - "location": "scalar", - "isList": false } ] } ] }, { - "name": "EnumPostKindNullableFilter", + "name": "StringNullableFilter", "constraints": { "maxNumFields": null, "minNumFields": null @@ -7577,9 +7969,8 @@ "isNullable": true, "inputTypes": [ { - "type": "PostKind", - "namespace": "model", - "location": "enumTypes", + "type": "String", + "location": "scalar", "isList": false }, { @@ -7595,9 +7986,8 @@ "isNullable": true, "inputTypes": [ { - "type": "PostKind", - "namespace": "model", - "location": "enumTypes", + "type": "String", + "location": "scalar", "isList": true }, { @@ -7613,9 +8003,8 @@ "isNullable": true, "inputTypes": [ { - "type": "PostKind", - "namespace": "model", - "location": "enumTypes", + "type": "String", + "location": "scalar", "isList": true }, { @@ -7626,74 +8015,44 @@ ] }, { - "name": "not", + "name": "lt", "isRequired": false, - "isNullable": true, + "isNullable": false, "inputTypes": [ { - "type": "PostKind", - "namespace": "model", - "location": "enumTypes", - "isList": false - }, - { - "type": "NestedEnumPostKindNullableFilter", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "Null", + "type": "String", "location": "scalar", "isList": false } ] - } - ] - }, - { - "name": "JsonFilter", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "equals", + "name": "lte", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Json", + "type": "String", "location": "scalar", "isList": false } ] }, { - "name": "not", + "name": "gt", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Json", + "type": "String", "location": "scalar", "isList": false } ] - } - ] - }, - { - "name": "CategorySlugNumberCompoundUniqueInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "slug", - "isRequired": true, + "name": "gte", + "isRequired": false, "isNullable": false, "inputTypes": [ { @@ -7704,29 +8063,20 @@ ] }, { - "name": "number", - "isRequired": true, + "name": "contains", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", + "type": "String", "location": "scalar", "isList": false } ] - } - ] - }, - { - "name": "PatientFirstNameLastNameCompoundUniqueInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "firstName", - "isRequired": true, + "name": "startsWith", + "isRequired": false, "isNullable": false, "inputTypes": [ { @@ -7737,8 +8087,8 @@ ] }, { - "name": "lastName", - "isRequired": true, + "name": "endsWith", + "isRequired": false, "isNullable": false, "inputTypes": [ { @@ -7747,172 +8097,158 @@ "isList": false } ] - } - ] - }, - { - "name": "DirectorRelationFilter", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "is", + "name": "mode", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "DirectorWhereInput", + "type": "QueryMode", "namespace": "prisma", - "location": "inputObjectTypes", + "location": "enumTypes", "isList": false } ] }, { - "name": "isNot", + "name": "not", "isRequired": false, - "isNullable": false, + "isNullable": true, "inputTypes": [ { - "type": "DirectorWhereInput", + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "NestedStringNullableFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false + }, + { + "type": "Null", + "location": "scalar", + "isList": false } ] } ] }, { - "name": "MovieDirectorFirstNameDirectorLastNameTitleCompoundUniqueInput", + "name": "FloatFilter", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "directorFirstName", - "isRequired": true, + "name": "equals", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", + "type": "Float", "location": "scalar", "isList": false } ] }, { - "name": "directorLastName", - "isRequired": true, + "name": "in", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", + "type": "Float", "location": "scalar", - "isList": false + "isList": true } ] }, { - "name": "title", - "isRequired": true, + "name": "notIn", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", + "type": "Float", "location": "scalar", - "isList": false + "isList": true } ] - } - ] - }, - { - "name": "MovieListRelationFilter", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "every", + "name": "lt", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "MovieWhereInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Float", + "location": "scalar", "isList": false } ] }, { - "name": "some", + "name": "lte", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "MovieWhereInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Float", + "location": "scalar", "isList": false } ] }, { - "name": "none", + "name": "gt", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "MovieWhereInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Float", + "location": "scalar", "isList": false } ] - } - ] - }, - { - "name": "DirectorFirstNameLastNameCompoundUniqueInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "firstName", - "isRequired": true, + "name": "gte", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", + "type": "Float", "location": "scalar", "isList": false } ] }, { - "name": "lastName", - "isRequired": true, + "name": "not", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", + "type": "Float", "location": "scalar", "isList": false + }, + { + "type": "NestedFloatFilter", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false } ] } ] }, { - "name": "CreatorListRelationFilter", + "name": "PostListRelationFilter", "constraints": { "maxNumFields": null, "minNumFields": null @@ -7924,7 +8260,7 @@ "isNullable": false, "inputTypes": [ { - "type": "CreatorWhereInput", + "type": "postWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -7937,7 +8273,7 @@ "isNullable": false, "inputTypes": [ { - "type": "CreatorWhereInput", + "type": "postWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -7950,7 +8286,7 @@ "isNullable": false, "inputTypes": [ { - "type": "CreatorWhereInput", + "type": "postWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -7960,90 +8296,64 @@ ] }, { - "name": "CreatorRelationFilter", + "name": "EnumRoleFilter", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "is", + "name": "equals", "isRequired": false, - "isNullable": true, + "isNullable": false, "inputTypes": [ { - "type": "CreatorWhereInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "Null", - "location": "scalar", + "type": "Role", + "namespace": "model", + "location": "enumTypes", "isList": false } ] }, { - "name": "isNot", - "isRequired": false, - "isNullable": true, - "inputTypes": [ - { - "type": "CreatorWhereInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "Null", - "location": "scalar", - "isList": false - } - ] - } - ] - }, - { - "name": "ProblemListRelationFilter", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ - { - "name": "every", + "name": "in", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "ProblemWhereInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false + "type": "Role", + "namespace": "model", + "location": "enumTypes", + "isList": true } ] }, { - "name": "some", + "name": "notIn", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "ProblemWhereInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false + "type": "Role", + "namespace": "model", + "location": "enumTypes", + "isList": true } ] }, { - "name": "none", + "name": "not", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "ProblemWhereInput", + "type": "Role", + "namespace": "model", + "location": "enumTypes", + "isList": false + }, + { + "type": "NestedEnumRoleFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -8053,326 +8363,190 @@ ] }, { - "name": "postCreateManyWithoutAuthorInput", + "name": "IntWithAggregatesFilter", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "create", + "name": "equals", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postCreateWithoutAuthorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "postCreateWithoutAuthorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true - }, - { - "type": "postUncheckedCreateWithoutAuthorInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Int", + "location": "scalar", "isList": false - }, + } + ] + }, + { + "name": "in", + "isRequired": false, + "isNullable": false, + "inputTypes": [ { - "type": "postUncheckedCreateWithoutAuthorInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Int", + "location": "scalar", "isList": true } ] }, { - "name": "connect", + "name": "notIn", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "postWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Int", + "location": "scalar", "isList": true } ] }, { - "name": "connectOrCreate", + "name": "lt", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postCreateOrConnectWithoutauthorInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Int", + "location": "scalar", "isList": false - }, - { - "type": "postCreateOrConnectWithoutauthorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] - } - ] - }, - { - "name": "postCreateManyWithoutEditorInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "create", + "name": "lte", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postCreateWithoutEditorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "postCreateWithoutEditorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true - }, - { - "type": "postUncheckedCreateWithoutEditorInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Int", + "location": "scalar", "isList": false - }, - { - "type": "postUncheckedCreateWithoutEditorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] }, { - "name": "connect", + "name": "gt", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Int", + "location": "scalar", "isList": false - }, - { - "type": "postWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] }, { - "name": "connectOrCreate", + "name": "gte", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postCreateOrConnectWithouteditorInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Int", + "location": "scalar", "isList": false - }, - { - "type": "postCreateOrConnectWithouteditorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] - } - ] - }, - { - "name": "postUncheckedCreateManyWithoutAuthorInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "create", + "name": "not", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postCreateWithoutAuthorInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Int", + "location": "scalar", "isList": false }, { - "type": "postCreateWithoutAuthorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true - }, - { - "type": "postUncheckedCreateWithoutAuthorInput", + "type": "NestedIntWithAggregatesFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - }, - { - "type": "postUncheckedCreateWithoutAuthorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] }, { - "name": "connect", + "name": "count", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postWhereUniqueInput", + "type": "NestedIntFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - }, - { - "type": "postWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] }, { - "name": "connectOrCreate", + "name": "avg", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postCreateOrConnectWithoutauthorInput", + "type": "NestedFloatFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - }, - { - "type": "postCreateOrConnectWithoutauthorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] - } - ] - }, - { - "name": "postUncheckedCreateManyWithoutEditorInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "create", + "name": "sum", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postCreateWithoutEditorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "postCreateWithoutEditorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true - }, - { - "type": "postUncheckedCreateWithoutEditorInput", + "type": "NestedIntFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - }, - { - "type": "postUncheckedCreateWithoutEditorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] }, { - "name": "connect", + "name": "min", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postWhereUniqueInput", + "type": "NestedIntFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - }, - { - "type": "postWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] }, { - "name": "connectOrCreate", + "name": "max", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postCreateOrConnectWithouteditorInput", + "type": "NestedIntFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - }, - { - "type": "postCreateOrConnectWithouteditorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] } ] }, { - "name": "StringFieldUpdateOperationsInput", + "name": "StringWithAggregatesFilter", "constraints": { - "maxNumFields": 1, - "minNumFields": 1 + "maxNumFields": null, + "minNumFields": null }, "fields": [ { - "name": "set", + "name": "equals", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -8382,189 +8556,181 @@ "isList": false } ] - } - ] - }, - { - "name": "NullableStringFieldUpdateOperationsInput", - "constraints": { - "maxNumFields": 1, - "minNumFields": 1 - }, - "fields": [ + }, { - "name": "set", + "name": "in", "isRequired": false, - "isNullable": true, + "isNullable": false, "inputTypes": [ { "type": "String", "location": "scalar", - "isList": false - }, + "isList": true + } + ] + }, + { + "name": "notIn", + "isRequired": false, + "isNullable": false, + "inputTypes": [ { - "type": "Null", + "type": "String", "location": "scalar", - "isList": false + "isList": true } ] - } - ] - }, - { - "name": "IntFieldUpdateOperationsInput", - "constraints": { - "maxNumFields": 1, - "minNumFields": 1 - }, - "fields": [ + }, { - "name": "set", + "name": "lt", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", + "type": "String", "location": "scalar", "isList": false } ] }, { - "name": "increment", + "name": "lte", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", + "type": "String", "location": "scalar", "isList": false } ] }, { - "name": "decrement", + "name": "gt", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", + "type": "String", "location": "scalar", "isList": false } ] }, { - "name": "multiply", + "name": "gte", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", + "type": "String", "location": "scalar", "isList": false } ] }, { - "name": "divide", + "name": "contains", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", + "type": "String", "location": "scalar", "isList": false } ] - } - ] - }, - { - "name": "FloatFieldUpdateOperationsInput", - "constraints": { - "maxNumFields": 1, - "minNumFields": 1 - }, - "fields": [ + }, { - "name": "set", + "name": "startsWith", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Float", + "type": "String", "location": "scalar", "isList": false } ] }, { - "name": "increment", + "name": "endsWith", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Float", + "type": "String", "location": "scalar", "isList": false } ] }, { - "name": "decrement", + "name": "mode", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Float", - "location": "scalar", + "type": "QueryMode", + "namespace": "prisma", + "location": "enumTypes", "isList": false } ] }, { - "name": "multiply", + "name": "not", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Float", + "type": "String", "location": "scalar", "isList": false + }, + { + "type": "NestedStringWithAggregatesFilter", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false } ] }, { - "name": "divide", + "name": "count", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Float", - "location": "scalar", + "type": "NestedIntFilter", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] - } - ] - }, - { - "name": "EnumRoleFieldUpdateOperationsInput", - "constraints": { - "maxNumFields": 1, - "minNumFields": 1 - }, - "fields": [ + }, { - "name": "set", + "name": "min", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Role", - "namespace": "model", - "location": "enumTypes", + "type": "NestedStringFilter", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "max", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "NestedStringFilter", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] @@ -8572,895 +8738,648 @@ ] }, { - "name": "postUpdateManyWithoutAuthorInput", + "name": "StringNullableWithAggregatesFilter", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "create", + "name": "equals", "isRequired": false, - "isNullable": false, + "isNullable": true, "inputTypes": [ { - "type": "postCreateWithoutAuthorInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "String", + "location": "scalar", "isList": false }, { - "type": "postCreateWithoutAuthorInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Null", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "in", + "isRequired": false, + "isNullable": true, + "inputTypes": [ + { + "type": "String", + "location": "scalar", "isList": true }, { - "type": "postUncheckedCreateWithoutAuthorInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Null", + "location": "scalar", "isList": false - }, - { - "type": "postUncheckedCreateWithoutAuthorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] }, { - "name": "connect", + "name": "notIn", "isRequired": false, - "isNullable": false, + "isNullable": true, "inputTypes": [ { - "type": "postWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false + "type": "String", + "location": "scalar", + "isList": true }, { - "type": "postWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true + "type": "Null", + "location": "scalar", + "isList": false } ] }, { - "name": "set", + "name": "lt", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "String", + "location": "scalar", "isList": false - }, - { - "type": "postWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] }, { - "name": "disconnect", + "name": "lte", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "String", + "location": "scalar", "isList": false - }, - { - "type": "postWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] }, { - "name": "delete", + "name": "gt", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "String", + "location": "scalar", "isList": false - }, - { - "type": "postWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] }, { - "name": "update", + "name": "gte", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postUpdateWithWhereUniqueWithoutAuthorInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "String", + "location": "scalar", "isList": false - }, - { - "type": "postUpdateWithWhereUniqueWithoutAuthorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] }, { - "name": "updateMany", + "name": "contains", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postUpdateManyWithWhereWithoutAuthorInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "String", + "location": "scalar", "isList": false - }, - { - "type": "postUpdateManyWithWhereWithoutAuthorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] }, { - "name": "deleteMany", + "name": "startsWith", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postScalarWhereInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "String", + "location": "scalar", "isList": false - }, - { - "type": "postScalarWhereInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] }, { - "name": "upsert", + "name": "endsWith", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postUpsertWithWhereUniqueWithoutAuthorInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "String", + "location": "scalar", "isList": false - }, - { - "type": "postUpsertWithWhereUniqueWithoutAuthorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] }, { - "name": "connectOrCreate", + "name": "mode", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postCreateOrConnectWithoutauthorInput", + "type": "QueryMode", "namespace": "prisma", - "location": "inputObjectTypes", + "location": "enumTypes", "isList": false - }, - { - "type": "postCreateOrConnectWithoutauthorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] - } - ] - }, - { - "name": "postUpdateManyWithoutEditorInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "create", + "name": "not", "isRequired": false, - "isNullable": false, + "isNullable": true, "inputTypes": [ { - "type": "postCreateWithoutEditorInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "String", + "location": "scalar", "isList": false }, { - "type": "postCreateWithoutEditorInput", + "type": "NestedStringNullableWithAggregatesFilter", "namespace": "prisma", "location": "inputObjectTypes", - "isList": true + "isList": false }, { - "type": "postUncheckedCreateWithoutEditorInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Null", + "location": "scalar", "isList": false - }, - { - "type": "postUncheckedCreateWithoutEditorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] }, { - "name": "connect", + "name": "count", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postWhereUniqueInput", + "type": "NestedIntNullableFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - }, - { - "type": "postWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] }, { - "name": "set", + "name": "min", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postWhereUniqueInput", + "type": "NestedStringNullableFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - }, - { - "type": "postWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] }, { - "name": "disconnect", + "name": "max", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postWhereUniqueInput", + "type": "NestedStringNullableFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - }, - { - "type": "postWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] - }, + } + ] + }, + { + "name": "FloatWithAggregatesFilter", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ { - "name": "delete", + "name": "equals", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Float", + "location": "scalar", "isList": false - }, - { - "type": "postWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] }, { - "name": "update", + "name": "in", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postUpdateWithWhereUniqueWithoutEditorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "postUpdateWithWhereUniqueWithoutEditorInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Float", + "location": "scalar", "isList": true } ] }, { - "name": "updateMany", + "name": "notIn", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postUpdateManyWithWhereWithoutEditorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "postUpdateManyWithWhereWithoutEditorInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Float", + "location": "scalar", "isList": true } ] }, { - "name": "deleteMany", + "name": "lt", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postScalarWhereInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Float", + "location": "scalar", "isList": false - }, - { - "type": "postScalarWhereInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] }, { - "name": "upsert", + "name": "lte", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postUpsertWithWhereUniqueWithoutEditorInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Float", + "location": "scalar", "isList": false - }, - { - "type": "postUpsertWithWhereUniqueWithoutEditorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] }, { - "name": "connectOrCreate", + "name": "gt", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postCreateOrConnectWithouteditorInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Float", + "location": "scalar", "isList": false - }, - { - "type": "postCreateOrConnectWithouteditorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] - } - ] - }, - { - "name": "postUncheckedUpdateManyWithoutAuthorInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "create", + "name": "gte", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postCreateWithoutAuthorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "postCreateWithoutAuthorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true - }, - { - "type": "postUncheckedCreateWithoutAuthorInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Float", + "location": "scalar", "isList": false - }, - { - "type": "postUncheckedCreateWithoutAuthorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] }, { - "name": "connect", + "name": "not", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Float", + "location": "scalar", "isList": false }, { - "type": "postWhereUniqueInput", + "type": "NestedFloatWithAggregatesFilter", "namespace": "prisma", "location": "inputObjectTypes", - "isList": true + "isList": false } ] }, { - "name": "set", + "name": "count", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postWhereUniqueInput", + "type": "NestedIntFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - }, - { - "type": "postWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] }, { - "name": "disconnect", + "name": "avg", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postWhereUniqueInput", + "type": "NestedFloatFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - }, - { - "type": "postWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] }, { - "name": "delete", + "name": "sum", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postWhereUniqueInput", + "type": "NestedFloatFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - }, - { - "type": "postWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] }, { - "name": "update", + "name": "min", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postUpdateWithWhereUniqueWithoutAuthorInput", + "type": "NestedFloatFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - }, - { - "type": "postUpdateWithWhereUniqueWithoutAuthorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] }, { - "name": "updateMany", + "name": "max", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postUpdateManyWithWhereWithoutAuthorInput", + "type": "NestedFloatFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - }, - { - "type": "postUpdateManyWithWhereWithoutAuthorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] - }, + } + ] + }, + { + "name": "EnumRoleWithAggregatesFilter", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ { - "name": "deleteMany", + "name": "equals", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postScalarWhereInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Role", + "namespace": "model", + "location": "enumTypes", "isList": false - }, - { - "type": "postScalarWhereInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] }, { - "name": "upsert", + "name": "in", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postUpsertWithWhereUniqueWithoutAuthorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "postUpsertWithWhereUniqueWithoutAuthorInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Role", + "namespace": "model", + "location": "enumTypes", "isList": true } ] }, { - "name": "connectOrCreate", + "name": "notIn", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postCreateOrConnectWithoutauthorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "postCreateOrConnectWithoutauthorInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Role", + "namespace": "model", + "location": "enumTypes", "isList": true } ] - } - ] - }, - { - "name": "postUncheckedUpdateManyWithoutEditorInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "create", + "name": "not", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postCreateWithoutEditorInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Role", + "namespace": "model", + "location": "enumTypes", "isList": false }, { - "type": "postCreateWithoutEditorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true - }, - { - "type": "postUncheckedCreateWithoutEditorInput", + "type": "NestedEnumRoleWithAggregatesFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - }, - { - "type": "postUncheckedCreateWithoutEditorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] }, { - "name": "connect", + "name": "count", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postWhereUniqueInput", + "type": "NestedIntFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - }, - { - "type": "postWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] }, { - "name": "set", + "name": "min", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postWhereUniqueInput", + "type": "NestedEnumRoleFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - }, - { - "type": "postWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] }, { - "name": "disconnect", + "name": "max", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postWhereUniqueInput", + "type": "NestedEnumRoleFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - }, - { - "type": "postWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] - }, + } + ] + }, + { + "name": "DateTimeFilter", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ { - "name": "delete", + "name": "equals", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "DateTime", + "location": "scalar", "isList": false - }, + } + ] + }, + { + "name": "in", + "isRequired": false, + "isNullable": false, + "inputTypes": [ { - "type": "postWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "DateTime", + "location": "scalar", "isList": true } ] }, { - "name": "update", + "name": "notIn", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postUpdateWithWhereUniqueWithoutEditorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "postUpdateWithWhereUniqueWithoutEditorInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "DateTime", + "location": "scalar", "isList": true } ] }, { - "name": "updateMany", + "name": "lt", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postUpdateManyWithWhereWithoutEditorInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "DateTime", + "location": "scalar", "isList": false - }, - { - "type": "postUpdateManyWithWhereWithoutEditorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] }, { - "name": "deleteMany", + "name": "lte", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postScalarWhereInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "DateTime", + "location": "scalar", "isList": false - }, - { - "type": "postScalarWhereInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] }, { - "name": "upsert", + "name": "gt", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postUpsertWithWhereUniqueWithoutEditorInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "DateTime", + "location": "scalar", "isList": false - }, + } + ] + }, + { + "name": "gte", + "isRequired": false, + "isNullable": false, + "inputTypes": [ { - "type": "postUpsertWithWhereUniqueWithoutEditorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true + "type": "DateTime", + "location": "scalar", + "isList": false } ] }, { - "name": "connectOrCreate", + "name": "not", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postCreateOrConnectWithouteditorInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "DateTime", + "location": "scalar", "isList": false }, { - "type": "postCreateOrConnectWithouteditorInput", + "type": "NestedDateTimeFilter", "namespace": "prisma", "location": "inputObjectTypes", - "isList": true + "isList": false } ] } ] }, { - "name": "UserCreateOneWithoutPostsInput", + "name": "BoolFilter", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "create", + "name": "equals", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "UserCreateWithoutPostsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "UserUncheckedCreateWithoutPostsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Boolean", + "location": "scalar", "isList": false } ] }, { - "name": "connect", + "name": "not", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "UserWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Boolean", + "location": "scalar", "isList": false - } - ] - }, - { - "name": "connectOrCreate", - "isRequired": false, - "isNullable": false, - "inputTypes": [ + }, { - "type": "UserCreateOrConnectWithoutpostsInput", + "type": "NestedBoolFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -9470,38 +9389,19 @@ ] }, { - "name": "UserCreateOneWithoutEditorPostsInput", + "name": "UserRelationFilter", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "create", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "UserCreateWithoutEditorPostsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "UserUncheckedCreateWithoutEditorPostsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - }, - { - "name": "connect", + "name": "is", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "UserWhereUniqueInput", + "type": "UserWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -9509,12 +9409,12 @@ ] }, { - "name": "connectOrCreate", + "name": "isNot", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "UserCreateOrConnectWithouteditorPostsInput", + "type": "UserWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -9524,64 +9424,55 @@ ] }, { - "name": "DateTimeFieldUpdateOperationsInput", + "name": "IntNullableFilter", "constraints": { - "maxNumFields": 1, - "minNumFields": 1 + "maxNumFields": null, + "minNumFields": null }, "fields": [ { - "name": "set", + "name": "equals", "isRequired": false, - "isNullable": false, + "isNullable": true, "inputTypes": [ { - "type": "DateTime", + "type": "Int", + "location": "scalar", + "isList": false + }, + { + "type": "Null", "location": "scalar", "isList": false } ] - } - ] - }, - { - "name": "BoolFieldUpdateOperationsInput", - "constraints": { - "maxNumFields": 1, - "minNumFields": 1 - }, - "fields": [ + }, { - "name": "set", + "name": "in", "isRequired": false, - "isNullable": false, + "isNullable": true, "inputTypes": [ { - "type": "Boolean", + "type": "Int", + "location": "scalar", + "isList": true + }, + { + "type": "Null", "location": "scalar", "isList": false } ] - } - ] - }, - { - "name": "NullableEnumPostKindFieldUpdateOperationsInput", - "constraints": { - "maxNumFields": 1, - "minNumFields": 1 - }, - "fields": [ + }, { - "name": "set", + "name": "notIn", "isRequired": false, "isNullable": true, "inputTypes": [ { - "type": "PostKind", - "namespace": "model", - "location": "enumTypes", - "isList": false + "type": "Int", + "location": "scalar", + "isList": true }, { "type": "Null", @@ -9589,199 +9480,194 @@ "isList": false } ] - } - ] - }, - { - "name": "UserUpdateOneRequiredWithoutPostsInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "create", + "name": "lt", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "UserCreateWithoutPostsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "UserUncheckedCreateWithoutPostsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Int", + "location": "scalar", "isList": false } ] }, { - "name": "connect", + "name": "lte", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "UserWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Int", + "location": "scalar", "isList": false } ] }, { - "name": "update", + "name": "gt", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "UserUpdateWithoutPostsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "UserUncheckedUpdateWithoutPostsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Int", + "location": "scalar", "isList": false } ] }, { - "name": "upsert", + "name": "gte", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "UserUpsertWithoutPostsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Int", + "location": "scalar", "isList": false } ] }, { - "name": "connectOrCreate", + "name": "not", "isRequired": false, - "isNullable": false, + "isNullable": true, "inputTypes": [ { - "type": "UserCreateOrConnectWithoutpostsInput", + "type": "Int", + "location": "scalar", + "isList": false + }, + { + "type": "NestedIntNullableFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false + }, + { + "type": "Null", + "location": "scalar", + "isList": false } ] } ] }, { - "name": "UserUpdateOneWithoutEditorPostsInput", + "name": "EnumPostKindNullableFilter", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "create", + "name": "equals", "isRequired": false, - "isNullable": false, + "isNullable": true, "inputTypes": [ { - "type": "UserCreateWithoutEditorPostsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "PostKind", + "namespace": "model", + "location": "enumTypes", "isList": false }, { - "type": "UserUncheckedCreateWithoutEditorPostsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Null", + "location": "scalar", "isList": false } ] }, { - "name": "connect", + "name": "in", "isRequired": false, - "isNullable": false, + "isNullable": true, "inputTypes": [ { - "type": "UserWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - }, - { - "name": "disconnect", - "isRequired": false, - "isNullable": false, - "inputTypes": [ + "type": "PostKind", + "namespace": "model", + "location": "enumTypes", + "isList": true + }, { - "type": "Boolean", + "type": "Null", "location": "scalar", "isList": false } ] }, { - "name": "delete", + "name": "notIn", "isRequired": false, - "isNullable": false, + "isNullable": true, "inputTypes": [ { - "type": "Boolean", + "type": "PostKind", + "namespace": "model", + "location": "enumTypes", + "isList": true + }, + { + "type": "Null", "location": "scalar", "isList": false } ] }, { - "name": "update", + "name": "not", "isRequired": false, - "isNullable": false, + "isNullable": true, "inputTypes": [ { - "type": "UserUpdateWithoutEditorPostsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "PostKind", + "namespace": "model", + "location": "enumTypes", "isList": false }, { - "type": "UserUncheckedUpdateWithoutEditorPostsInput", + "type": "NestedEnumPostKindNullableFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false + }, + { + "type": "Null", + "location": "scalar", + "isList": false } ] - }, + } + ] + }, + { + "name": "JsonFilter", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ { - "name": "upsert", + "name": "equals", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "UserUpsertWithoutEditorPostsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Json", + "location": "scalar", "isList": false } ] }, { - "name": "connectOrCreate", + "name": "not", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "UserCreateOrConnectWithouteditorPostsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Json", + "location": "scalar", "isList": false } ] @@ -9789,99 +9675,121 @@ ] }, { - "name": "NullableIntFieldUpdateOperationsInput", + "name": "DateTimeWithAggregatesFilter", "constraints": { - "maxNumFields": 1, - "minNumFields": 1 + "maxNumFields": null, + "minNumFields": null }, "fields": [ { - "name": "set", + "name": "equals", "isRequired": false, - "isNullable": true, + "isNullable": false, "inputTypes": [ { - "type": "Int", + "type": "DateTime", "location": "scalar", "isList": false - }, + } + ] + }, + { + "name": "in", + "isRequired": false, + "isNullable": false, + "inputTypes": [ { - "type": "Null", + "type": "DateTime", "location": "scalar", - "isList": false + "isList": true } ] }, { - "name": "increment", + "name": "notIn", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", + "type": "DateTime", "location": "scalar", - "isList": false + "isList": true } ] }, { - "name": "decrement", + "name": "lt", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", + "type": "DateTime", "location": "scalar", "isList": false } ] }, { - "name": "multiply", + "name": "lte", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", + "type": "DateTime", "location": "scalar", "isList": false } ] }, { - "name": "divide", + "name": "gt", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", + "type": "DateTime", "location": "scalar", "isList": false } ] - } - ] - }, - { - "name": "DirectorCreateOneWithoutMoviesInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "create", + "name": "gte", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "DirectorCreateWithoutMoviesInput", + "type": "DateTime", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "not", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "DateTime", + "location": "scalar", + "isList": false + }, + { + "type": "NestedDateTimeWithAggregatesFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - }, + } + ] + }, + { + "name": "count", + "isRequired": false, + "isNullable": false, + "inputTypes": [ { - "type": "DirectorUncheckedCreateWithoutMoviesInput", + "type": "NestedIntFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -9889,12 +9797,12 @@ ] }, { - "name": "connect", + "name": "min", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "DirectorWhereUniqueInput", + "type": "NestedDateTimeFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -9902,12 +9810,12 @@ ] }, { - "name": "connectOrCreate", + "name": "max", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "DirectorCreateOrConnectWithoutmoviesInput", + "type": "NestedDateTimeFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -9917,38 +9825,36 @@ ] }, { - "name": "DirectorUpdateOneRequiredWithoutMoviesInput", + "name": "BoolWithAggregatesFilter", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "create", + "name": "equals", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "DirectorCreateWithoutMoviesInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "DirectorUncheckedCreateWithoutMoviesInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Boolean", + "location": "scalar", "isList": false } ] }, { - "name": "connect", + "name": "not", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "DirectorWhereUniqueInput", + "type": "Boolean", + "location": "scalar", + "isList": false + }, + { + "type": "NestedBoolWithAggregatesFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -9956,18 +9862,12 @@ ] }, { - "name": "update", + "name": "count", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "DirectorUpdateWithoutMoviesInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "DirectorUncheckedUpdateWithoutMoviesInput", + "type": "NestedIntFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -9975,12 +9875,12 @@ ] }, { - "name": "upsert", + "name": "min", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "DirectorUpsertWithoutMoviesInput", + "type": "NestedBoolFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -9988,12 +9888,12 @@ ] }, { - "name": "connectOrCreate", + "name": "max", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "DirectorCreateOrConnectWithoutmoviesInput", + "type": "NestedBoolFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -10003,681 +9903,559 @@ ] }, { - "name": "MovieCreateManyWithoutDirectorInput", + "name": "IntNullableWithAggregatesFilter", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "create", + "name": "equals", "isRequired": false, - "isNullable": false, + "isNullable": true, "inputTypes": [ { - "type": "MovieCreateWithoutDirectorInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Int", + "location": "scalar", "isList": false }, { - "type": "MovieCreateWithoutDirectorInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Null", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "in", + "isRequired": false, + "isNullable": true, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", "isList": true }, { - "type": "MovieUncheckedCreateWithoutDirectorInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Null", + "location": "scalar", "isList": false - }, + } + ] + }, + { + "name": "notIn", + "isRequired": false, + "isNullable": true, + "inputTypes": [ { - "type": "MovieUncheckedCreateWithoutDirectorInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Int", + "location": "scalar", "isList": true + }, + { + "type": "Null", + "location": "scalar", + "isList": false } ] }, { - "name": "connect", + "name": "lt", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "MovieWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Int", + "location": "scalar", "isList": false - }, - { - "type": "MovieWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] }, { - "name": "connectOrCreate", + "name": "lte", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "MovieCreateOrConnectWithoutdirectorInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Int", + "location": "scalar", "isList": false - }, + } + ] + }, + { + "name": "gt", + "isRequired": false, + "isNullable": false, + "inputTypes": [ { - "type": "MovieCreateOrConnectWithoutdirectorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true + "type": "Int", + "location": "scalar", + "isList": false } ] - } - ] - }, - { - "name": "MovieUncheckedCreateManyWithoutDirectorInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "create", + "name": "gte", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "MovieCreateWithoutDirectorInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Int", + "location": "scalar", "isList": false - }, + } + ] + }, + { + "name": "not", + "isRequired": false, + "isNullable": true, + "inputTypes": [ { - "type": "MovieCreateWithoutDirectorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true + "type": "Int", + "location": "scalar", + "isList": false }, { - "type": "MovieUncheckedCreateWithoutDirectorInput", + "type": "NestedIntNullableWithAggregatesFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "MovieUncheckedCreateWithoutDirectorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true + "type": "Null", + "location": "scalar", + "isList": false } ] }, { - "name": "connect", + "name": "count", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "MovieWhereUniqueInput", + "type": "NestedIntNullableFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - }, - { - "type": "MovieWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] }, { - "name": "connectOrCreate", + "name": "avg", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "MovieCreateOrConnectWithoutdirectorInput", + "type": "NestedFloatNullableFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - }, - { - "type": "MovieCreateOrConnectWithoutdirectorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] - } - ] - }, - { - "name": "MovieUpdateManyWithoutDirectorInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "create", + "name": "sum", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "MovieCreateWithoutDirectorInput", + "type": "NestedIntNullableFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - }, - { - "type": "MovieCreateWithoutDirectorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true - }, - { - "type": "MovieUncheckedCreateWithoutDirectorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "MovieUncheckedCreateWithoutDirectorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] }, { - "name": "connect", + "name": "min", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "MovieWhereUniqueInput", + "type": "NestedIntNullableFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - }, - { - "type": "MovieWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] }, { - "name": "set", + "name": "max", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "MovieWhereUniqueInput", + "type": "NestedIntNullableFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - }, - { - "type": "MovieWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] - }, + } + ] + }, + { + "name": "EnumPostKindNullableWithAggregatesFilter", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ { - "name": "disconnect", + "name": "equals", "isRequired": false, - "isNullable": false, + "isNullable": true, "inputTypes": [ { - "type": "MovieWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "PostKind", + "namespace": "model", + "location": "enumTypes", "isList": false }, { - "type": "MovieWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true + "type": "Null", + "location": "scalar", + "isList": false } ] }, { - "name": "delete", + "name": "in", "isRequired": false, - "isNullable": false, + "isNullable": true, "inputTypes": [ { - "type": "MovieWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false + "type": "PostKind", + "namespace": "model", + "location": "enumTypes", + "isList": true }, { - "type": "MovieWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true + "type": "Null", + "location": "scalar", + "isList": false } ] }, { - "name": "update", + "name": "notIn", "isRequired": false, - "isNullable": false, + "isNullable": true, "inputTypes": [ { - "type": "MovieUpdateWithWhereUniqueWithoutDirectorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false + "type": "PostKind", + "namespace": "model", + "location": "enumTypes", + "isList": true }, { - "type": "MovieUpdateWithWhereUniqueWithoutDirectorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true + "type": "Null", + "location": "scalar", + "isList": false } ] }, { - "name": "updateMany", + "name": "not", "isRequired": false, - "isNullable": false, + "isNullable": true, "inputTypes": [ { - "type": "MovieUpdateManyWithWhereWithoutDirectorInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "PostKind", + "namespace": "model", + "location": "enumTypes", "isList": false }, { - "type": "MovieUpdateManyWithWhereWithoutDirectorInput", + "type": "NestedEnumPostKindNullableWithAggregatesFilter", "namespace": "prisma", "location": "inputObjectTypes", - "isList": true + "isList": false + }, + { + "type": "Null", + "location": "scalar", + "isList": false } ] }, { - "name": "deleteMany", + "name": "count", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "MovieScalarWhereInput", + "type": "NestedIntNullableFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - }, - { - "type": "MovieScalarWhereInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] }, { - "name": "upsert", + "name": "min", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "MovieUpsertWithWhereUniqueWithoutDirectorInput", + "type": "NestedEnumPostKindNullableFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - }, - { - "type": "MovieUpsertWithWhereUniqueWithoutDirectorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] }, { - "name": "connectOrCreate", + "name": "max", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "MovieCreateOrConnectWithoutdirectorInput", + "type": "NestedEnumPostKindNullableFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - }, - { - "type": "MovieCreateOrConnectWithoutdirectorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] } ] }, { - "name": "MovieUncheckedUpdateManyWithoutDirectorInput", + "name": "JsonWithAggregatesFilter", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "create", + "name": "equals", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "MovieCreateWithoutDirectorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "MovieCreateWithoutDirectorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true - }, - { - "type": "MovieUncheckedCreateWithoutDirectorInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Json", + "location": "scalar", "isList": false - }, - { - "type": "MovieUncheckedCreateWithoutDirectorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] }, { - "name": "connect", + "name": "not", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "MovieWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Json", + "location": "scalar", "isList": false - }, - { - "type": "MovieWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] }, { - "name": "set", + "name": "count", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "MovieWhereUniqueInput", + "type": "NestedIntFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - }, - { - "type": "MovieWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] }, { - "name": "disconnect", + "name": "min", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "MovieWhereUniqueInput", + "type": "NestedJsonFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - }, - { - "type": "MovieWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] }, { - "name": "delete", + "name": "max", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "MovieWhereUniqueInput", + "type": "NestedJsonFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - }, - { - "type": "MovieWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] - }, + } + ] + }, + { + "name": "CategorySlugNumberCompoundUniqueInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ { - "name": "update", - "isRequired": false, + "name": "slug", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "MovieUpdateWithWhereUniqueWithoutDirectorInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "String", + "location": "scalar", "isList": false - }, - { - "type": "MovieUpdateWithWhereUniqueWithoutDirectorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] }, { - "name": "updateMany", - "isRequired": false, + "name": "number", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "MovieUpdateManyWithWhereWithoutDirectorInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Int", + "location": "scalar", "isList": false - }, - { - "type": "MovieUpdateManyWithWhereWithoutDirectorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] - }, + } + ] + }, + { + "name": "PatientFirstNameLastNameCompoundUniqueInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ { - "name": "deleteMany", - "isRequired": false, + "name": "firstName", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "MovieScalarWhereInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "String", + "location": "scalar", "isList": false - }, - { - "type": "MovieScalarWhereInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] }, { - "name": "upsert", - "isRequired": false, + "name": "lastName", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "MovieUpsertWithWhereUniqueWithoutDirectorInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "String", + "location": "scalar", "isList": false - }, + } + ] + } + ] + }, + { + "name": "DirectorRelationFilter", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "is", + "isRequired": false, + "isNullable": false, + "inputTypes": [ { - "type": "MovieUpsertWithWhereUniqueWithoutDirectorInput", + "type": "DirectorWhereInput", "namespace": "prisma", "location": "inputObjectTypes", - "isList": true + "isList": false } ] }, { - "name": "connectOrCreate", + "name": "isNot", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "MovieCreateOrConnectWithoutdirectorInput", + "type": "DirectorWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - }, - { - "type": "MovieCreateOrConnectWithoutdirectorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] } ] }, { - "name": "CreatorCreateManyWithoutLikesInput", + "name": "MovieDirectorFirstNameDirectorLastNameTitleCompoundUniqueInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "create", - "isRequired": false, + "name": "directorFirstName", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "CreatorCreateWithoutLikesInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "CreatorCreateWithoutLikesInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true - }, - { - "type": "CreatorUncheckedCreateWithoutLikesInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "String", + "location": "scalar", "isList": false - }, - { - "type": "CreatorUncheckedCreateWithoutLikesInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] }, { - "name": "connect", - "isRequired": false, + "name": "directorLastName", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "CreatorWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "String", + "location": "scalar", "isList": false - }, - { - "type": "CreatorWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] }, { - "name": "connectOrCreate", - "isRequired": false, + "name": "title", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "CreatorCreateOrConnectWithoutlikesInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "String", + "location": "scalar", "isList": false - }, - { - "type": "CreatorCreateOrConnectWithoutlikesInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] } ] }, { - "name": "CreatorCreateOneWithoutProblemsInput", + "name": "MovieListRelationFilter", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "create", + "name": "every", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "CreatorCreateWithoutProblemsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "CreatorUncheckedCreateWithoutProblemsInput", + "type": "MovieWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -10685,12 +10463,12 @@ ] }, { - "name": "connect", + "name": "some", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "CreatorWhereUniqueInput", + "type": "MovieWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -10698,12 +10476,12 @@ ] }, { - "name": "connectOrCreate", + "name": "none", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "CreatorCreateOrConnectWithoutproblemsInput", + "type": "MovieWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -10713,292 +10491,145 @@ ] }, { - "name": "CreatorUpdateManyWithoutLikesInput", + "name": "DirectorFirstNameLastNameCompoundUniqueInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "create", - "isRequired": false, + "name": "firstName", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "CreatorCreateWithoutLikesInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "String", + "location": "scalar", "isList": false - }, - { - "type": "CreatorCreateWithoutLikesInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true - }, + } + ] + }, + { + "name": "lastName", + "isRequired": true, + "isNullable": false, + "inputTypes": [ { - "type": "CreatorUncheckedCreateWithoutLikesInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "String", + "location": "scalar", "isList": false - }, - { - "type": "CreatorUncheckedCreateWithoutLikesInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] - }, + } + ] + }, + { + "name": "CreatorListRelationFilter", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ { - "name": "connect", + "name": "every", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "CreatorWhereUniqueInput", + "type": "CreatorWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - }, - { - "type": "CreatorWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] }, { - "name": "set", + "name": "some", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "CreatorWhereUniqueInput", + "type": "CreatorWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - }, - { - "type": "CreatorWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] }, { - "name": "disconnect", + "name": "none", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "CreatorWhereUniqueInput", + "type": "CreatorWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - }, - { - "type": "CreatorWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] - }, + } + ] + }, + { + "name": "CreatorRelationFilter", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ { - "name": "delete", + "name": "is", "isRequired": false, - "isNullable": false, + "isNullable": true, "inputTypes": [ { - "type": "CreatorWhereUniqueInput", + "type": "CreatorWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "CreatorWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true + "type": "Null", + "location": "scalar", + "isList": false } ] }, { - "name": "update", + "name": "isNot", "isRequired": false, - "isNullable": false, + "isNullable": true, "inputTypes": [ { - "type": "CreatorUpdateWithWhereUniqueWithoutLikesInput", + "type": "CreatorWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "CreatorUpdateWithWhereUniqueWithoutLikesInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true - } - ] - }, - { - "name": "updateMany", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "CreatorUpdateManyWithWhereWithoutLikesInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "CreatorUpdateManyWithWhereWithoutLikesInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true - } - ] - }, - { - "name": "deleteMany", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "CreatorScalarWhereInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "CreatorScalarWhereInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true - } - ] - }, - { - "name": "upsert", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "CreatorUpsertWithWhereUniqueWithoutLikesInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "CreatorUpsertWithWhereUniqueWithoutLikesInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true - } - ] - }, - { - "name": "connectOrCreate", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "CreatorCreateOrConnectWithoutlikesInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Null", + "location": "scalar", "isList": false - }, - { - "type": "CreatorCreateOrConnectWithoutlikesInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] } ] }, { - "name": "CreatorUpdateOneWithoutProblemsInput", + "name": "ProblemListRelationFilter", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "create", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "CreatorCreateWithoutProblemsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "CreatorUncheckedCreateWithoutProblemsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - }, - { - "name": "connect", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "CreatorWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - }, - { - "name": "disconnect", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "Boolean", - "location": "scalar", - "isList": false - } - ] - }, - { - "name": "delete", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "Boolean", - "location": "scalar", - "isList": false - } - ] - }, - { - "name": "update", + "name": "every", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "CreatorUpdateWithoutProblemsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "CreatorUncheckedUpdateWithoutProblemsInput", + "type": "ProblemWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -11006,12 +10637,12 @@ ] }, { - "name": "upsert", + "name": "some", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "CreatorUpsertWithoutProblemsInput", + "type": "ProblemWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -11019,12 +10650,12 @@ ] }, { - "name": "connectOrCreate", + "name": "none", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "CreatorCreateOrConnectWithoutproblemsInput", + "type": "ProblemWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -11034,7 +10665,7 @@ ] }, { - "name": "ProblemCreateManyWithoutLikedByInput", + "name": "postCreateManyWithoutAuthorInput", "constraints": { "maxNumFields": null, "minNumFields": null @@ -11046,25 +10677,25 @@ "isNullable": false, "inputTypes": [ { - "type": "ProblemCreateWithoutLikedByInput", + "type": "postCreateWithoutAuthorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "ProblemCreateWithoutLikedByInput", + "type": "postCreateWithoutAuthorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true }, { - "type": "ProblemUncheckedCreateWithoutLikedByInput", + "type": "postUncheckedCreateWithoutAuthorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "ProblemUncheckedCreateWithoutLikedByInput", + "type": "postUncheckedCreateWithoutAuthorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true @@ -11077,13 +10708,13 @@ "isNullable": false, "inputTypes": [ { - "type": "ProblemWhereUniqueInput", + "type": "postWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "ProblemWhereUniqueInput", + "type": "postWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true @@ -11096,13 +10727,13 @@ "isNullable": false, "inputTypes": [ { - "type": "ProblemCreateOrConnectWithoutlikedByInput", + "type": "postCreateOrConnectWithoutauthorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "ProblemCreateOrConnectWithoutlikedByInput", + "type": "postCreateOrConnectWithoutauthorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true @@ -11112,7 +10743,7 @@ ] }, { - "name": "ProblemCreateManyWithoutCreatorInput", + "name": "postCreateManyWithoutEditorInput", "constraints": { "maxNumFields": null, "minNumFields": null @@ -11124,25 +10755,25 @@ "isNullable": false, "inputTypes": [ { - "type": "ProblemCreateWithoutCreatorInput", + "type": "postCreateWithoutEditorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "ProblemCreateWithoutCreatorInput", + "type": "postCreateWithoutEditorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true }, { - "type": "ProblemUncheckedCreateWithoutCreatorInput", + "type": "postUncheckedCreateWithoutEditorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "ProblemUncheckedCreateWithoutCreatorInput", + "type": "postUncheckedCreateWithoutEditorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true @@ -11155,13 +10786,13 @@ "isNullable": false, "inputTypes": [ { - "type": "ProblemWhereUniqueInput", + "type": "postWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "ProblemWhereUniqueInput", + "type": "postWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true @@ -11174,13 +10805,13 @@ "isNullable": false, "inputTypes": [ { - "type": "ProblemCreateOrConnectWithoutcreatorInput", + "type": "postCreateOrConnectWithouteditorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "ProblemCreateOrConnectWithoutcreatorInput", + "type": "postCreateOrConnectWithouteditorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true @@ -11190,7 +10821,7 @@ ] }, { - "name": "ProblemUncheckedCreateManyWithoutCreatorInput", + "name": "postUncheckedCreateManyWithoutAuthorInput", "constraints": { "maxNumFields": null, "minNumFields": null @@ -11202,25 +10833,25 @@ "isNullable": false, "inputTypes": [ { - "type": "ProblemCreateWithoutCreatorInput", + "type": "postCreateWithoutAuthorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "ProblemCreateWithoutCreatorInput", + "type": "postCreateWithoutAuthorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true }, { - "type": "ProblemUncheckedCreateWithoutCreatorInput", + "type": "postUncheckedCreateWithoutAuthorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "ProblemUncheckedCreateWithoutCreatorInput", + "type": "postUncheckedCreateWithoutAuthorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true @@ -11233,13 +10864,13 @@ "isNullable": false, "inputTypes": [ { - "type": "ProblemWhereUniqueInput", + "type": "postWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "ProblemWhereUniqueInput", + "type": "postWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true @@ -11252,13 +10883,13 @@ "isNullable": false, "inputTypes": [ { - "type": "ProblemCreateOrConnectWithoutcreatorInput", + "type": "postCreateOrConnectWithoutauthorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "ProblemCreateOrConnectWithoutcreatorInput", + "type": "postCreateOrConnectWithoutauthorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true @@ -11268,7 +10899,7 @@ ] }, { - "name": "ProblemUpdateManyWithoutLikedByInput", + "name": "postUncheckedCreateManyWithoutEditorInput", "constraints": { "maxNumFields": null, "minNumFields": null @@ -11280,25 +10911,25 @@ "isNullable": false, "inputTypes": [ { - "type": "ProblemCreateWithoutLikedByInput", + "type": "postCreateWithoutEditorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "ProblemCreateWithoutLikedByInput", + "type": "postCreateWithoutEditorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true }, { - "type": "ProblemUncheckedCreateWithoutLikedByInput", + "type": "postUncheckedCreateWithoutEditorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "ProblemUncheckedCreateWithoutLikedByInput", + "type": "postUncheckedCreateWithoutEditorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true @@ -11311,13 +10942,13 @@ "isNullable": false, "inputTypes": [ { - "type": "ProblemWhereUniqueInput", + "type": "postWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "ProblemWhereUniqueInput", + "type": "postWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true @@ -11325,161 +10956,235 @@ ] }, { - "name": "set", + "name": "connectOrCreate", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "ProblemWhereUniqueInput", + "type": "postCreateOrConnectWithouteditorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "ProblemWhereUniqueInput", + "type": "postCreateOrConnectWithouteditorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true } ] - }, + } + ] + }, + { + "name": "StringFieldUpdateOperationsInput", + "constraints": { + "maxNumFields": 1, + "minNumFields": 1 + }, + "fields": [ { - "name": "disconnect", + "name": "set", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "ProblemWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "String", + "location": "scalar", "isList": false - }, - { - "type": "ProblemWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] - }, - { - "name": "delete", + } + ] + }, + { + "name": "NullableStringFieldUpdateOperationsInput", + "constraints": { + "maxNumFields": 1, + "minNumFields": 1 + }, + "fields": [ + { + "name": "set", "isRequired": false, - "isNullable": false, + "isNullable": true, "inputTypes": [ { - "type": "ProblemWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "String", + "location": "scalar", "isList": false }, { - "type": "ProblemWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true + "type": "Null", + "location": "scalar", + "isList": false } ] - }, + } + ] + }, + { + "name": "IntFieldUpdateOperationsInput", + "constraints": { + "maxNumFields": 1, + "minNumFields": 1 + }, + "fields": [ { - "name": "update", + "name": "set", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "ProblemUpdateWithWhereUniqueWithoutLikedByInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Int", + "location": "scalar", "isList": false - }, + } + ] + }, + { + "name": "increment", + "isRequired": false, + "isNullable": false, + "inputTypes": [ { - "type": "ProblemUpdateWithWhereUniqueWithoutLikedByInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true + "type": "Int", + "location": "scalar", + "isList": false } ] }, { - "name": "updateMany", + "name": "decrement", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "ProblemUpdateManyWithWhereWithoutLikedByInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Int", + "location": "scalar", "isList": false - }, + } + ] + }, + { + "name": "multiply", + "isRequired": false, + "isNullable": false, + "inputTypes": [ { - "type": "ProblemUpdateManyWithWhereWithoutLikedByInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true + "type": "Int", + "location": "scalar", + "isList": false } ] }, { - "name": "deleteMany", + "name": "divide", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "ProblemScalarWhereInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Int", + "location": "scalar", "isList": false - }, + } + ] + } + ] + }, + { + "name": "FloatFieldUpdateOperationsInput", + "constraints": { + "maxNumFields": 1, + "minNumFields": 1 + }, + "fields": [ + { + "name": "set", + "isRequired": false, + "isNullable": false, + "inputTypes": [ { - "type": "ProblemScalarWhereInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true + "type": "Float", + "location": "scalar", + "isList": false } ] }, { - "name": "upsert", + "name": "increment", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "ProblemUpsertWithWhereUniqueWithoutLikedByInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Float", + "location": "scalar", "isList": false - }, + } + ] + }, + { + "name": "decrement", + "isRequired": false, + "isNullable": false, + "inputTypes": [ { - "type": "ProblemUpsertWithWhereUniqueWithoutLikedByInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true + "type": "Float", + "location": "scalar", + "isList": false } ] }, { - "name": "connectOrCreate", + "name": "multiply", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "ProblemCreateOrConnectWithoutlikedByInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Float", + "location": "scalar", "isList": false - }, + } + ] + }, + { + "name": "divide", + "isRequired": false, + "isNullable": false, + "inputTypes": [ { - "type": "ProblemCreateOrConnectWithoutlikedByInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true + "type": "Float", + "location": "scalar", + "isList": false } ] } ] }, { - "name": "ProblemUpdateManyWithoutCreatorInput", + "name": "EnumRoleFieldUpdateOperationsInput", + "constraints": { + "maxNumFields": 1, + "minNumFields": 1 + }, + "fields": [ + { + "name": "set", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Role", + "namespace": "model", + "location": "enumTypes", + "isList": false + } + ] + } + ] + }, + { + "name": "postUpdateManyWithoutAuthorInput", "constraints": { "maxNumFields": null, "minNumFields": null @@ -11491,25 +11196,25 @@ "isNullable": false, "inputTypes": [ { - "type": "ProblemCreateWithoutCreatorInput", + "type": "postCreateWithoutAuthorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "ProblemCreateWithoutCreatorInput", + "type": "postCreateWithoutAuthorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true }, { - "type": "ProblemUncheckedCreateWithoutCreatorInput", + "type": "postUncheckedCreateWithoutAuthorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "ProblemUncheckedCreateWithoutCreatorInput", + "type": "postUncheckedCreateWithoutAuthorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true @@ -11522,13 +11227,13 @@ "isNullable": false, "inputTypes": [ { - "type": "ProblemWhereUniqueInput", + "type": "postWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "ProblemWhereUniqueInput", + "type": "postWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true @@ -11541,13 +11246,13 @@ "isNullable": false, "inputTypes": [ { - "type": "ProblemWhereUniqueInput", + "type": "postWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "ProblemWhereUniqueInput", + "type": "postWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true @@ -11560,13 +11265,13 @@ "isNullable": false, "inputTypes": [ { - "type": "ProblemWhereUniqueInput", + "type": "postWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "ProblemWhereUniqueInput", + "type": "postWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true @@ -11579,13 +11284,13 @@ "isNullable": false, "inputTypes": [ { - "type": "ProblemWhereUniqueInput", + "type": "postWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "ProblemWhereUniqueInput", + "type": "postWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true @@ -11598,13 +11303,13 @@ "isNullable": false, "inputTypes": [ { - "type": "ProblemUpdateWithWhereUniqueWithoutCreatorInput", + "type": "postUpdateWithWhereUniqueWithoutAuthorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "ProblemUpdateWithWhereUniqueWithoutCreatorInput", + "type": "postUpdateWithWhereUniqueWithoutAuthorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true @@ -11617,13 +11322,13 @@ "isNullable": false, "inputTypes": [ { - "type": "ProblemUpdateManyWithWhereWithoutCreatorInput", + "type": "postUpdateManyWithWhereWithoutAuthorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "ProblemUpdateManyWithWhereWithoutCreatorInput", + "type": "postUpdateManyWithWhereWithoutAuthorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true @@ -11636,13 +11341,13 @@ "isNullable": false, "inputTypes": [ { - "type": "ProblemScalarWhereInput", + "type": "postScalarWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "ProblemScalarWhereInput", + "type": "postScalarWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true @@ -11655,13 +11360,13 @@ "isNullable": false, "inputTypes": [ { - "type": "ProblemUpsertWithWhereUniqueWithoutCreatorInput", + "type": "postUpsertWithWhereUniqueWithoutAuthorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "ProblemUpsertWithWhereUniqueWithoutCreatorInput", + "type": "postUpsertWithWhereUniqueWithoutAuthorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true @@ -11674,13 +11379,13 @@ "isNullable": false, "inputTypes": [ { - "type": "ProblemCreateOrConnectWithoutcreatorInput", + "type": "postCreateOrConnectWithoutauthorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "ProblemCreateOrConnectWithoutcreatorInput", + "type": "postCreateOrConnectWithoutauthorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true @@ -11690,7 +11395,7 @@ ] }, { - "name": "ProblemUncheckedUpdateManyWithoutCreatorInput", + "name": "postUpdateManyWithoutEditorInput", "constraints": { "maxNumFields": null, "minNumFields": null @@ -11702,25 +11407,25 @@ "isNullable": false, "inputTypes": [ { - "type": "ProblemCreateWithoutCreatorInput", + "type": "postCreateWithoutEditorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "ProblemCreateWithoutCreatorInput", + "type": "postCreateWithoutEditorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true }, { - "type": "ProblemUncheckedCreateWithoutCreatorInput", + "type": "postUncheckedCreateWithoutEditorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "ProblemUncheckedCreateWithoutCreatorInput", + "type": "postUncheckedCreateWithoutEditorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true @@ -11733,13 +11438,13 @@ "isNullable": false, "inputTypes": [ { - "type": "ProblemWhereUniqueInput", + "type": "postWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "ProblemWhereUniqueInput", + "type": "postWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true @@ -11752,13 +11457,13 @@ "isNullable": false, "inputTypes": [ { - "type": "ProblemWhereUniqueInput", + "type": "postWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "ProblemWhereUniqueInput", + "type": "postWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true @@ -11771,13 +11476,13 @@ "isNullable": false, "inputTypes": [ { - "type": "ProblemWhereUniqueInput", + "type": "postWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "ProblemWhereUniqueInput", + "type": "postWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true @@ -11790,13 +11495,13 @@ "isNullable": false, "inputTypes": [ { - "type": "ProblemWhereUniqueInput", + "type": "postWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "ProblemWhereUniqueInput", + "type": "postWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true @@ -11809,13 +11514,13 @@ "isNullable": false, "inputTypes": [ { - "type": "ProblemUpdateWithWhereUniqueWithoutCreatorInput", + "type": "postUpdateWithWhereUniqueWithoutEditorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "ProblemUpdateWithWhereUniqueWithoutCreatorInput", + "type": "postUpdateWithWhereUniqueWithoutEditorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true @@ -11828,13 +11533,13 @@ "isNullable": false, "inputTypes": [ { - "type": "ProblemUpdateManyWithWhereWithoutCreatorInput", + "type": "postUpdateManyWithWhereWithoutEditorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "ProblemUpdateManyWithWhereWithoutCreatorInput", + "type": "postUpdateManyWithWhereWithoutEditorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true @@ -11847,13 +11552,13 @@ "isNullable": false, "inputTypes": [ { - "type": "ProblemScalarWhereInput", + "type": "postScalarWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "ProblemScalarWhereInput", + "type": "postScalarWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true @@ -11866,13 +11571,13 @@ "isNullable": false, "inputTypes": [ { - "type": "ProblemUpsertWithWhereUniqueWithoutCreatorInput", + "type": "postUpsertWithWhereUniqueWithoutEditorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "ProblemUpsertWithWhereUniqueWithoutCreatorInput", + "type": "postUpsertWithWhereUniqueWithoutEditorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true @@ -11885,13 +11590,13 @@ "isNullable": false, "inputTypes": [ { - "type": "ProblemCreateOrConnectWithoutcreatorInput", + "type": "postCreateOrConnectWithouteditorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "ProblemCreateOrConnectWithoutcreatorInput", + "type": "postCreateOrConnectWithouteditorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true @@ -11901,419 +11606,593 @@ ] }, { - "name": "NestedIntFilter", + "name": "postUncheckedUpdateManyWithoutAuthorInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "equals", + "name": "create", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", + "type": "postCreateWithoutAuthorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "postCreateWithoutAuthorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true + }, + { + "type": "postUncheckedCreateWithoutAuthorInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false + }, + { + "type": "postUncheckedCreateWithoutAuthorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "in", + "name": "connect", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", + "type": "postWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "postWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": true } ] }, { - "name": "notIn", + "name": "set", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", + "type": "postWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "postWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": true } ] }, { - "name": "lt", + "name": "disconnect", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", + "type": "postWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false + }, + { + "type": "postWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "lte", + "name": "delete", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", + "type": "postWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false + }, + { + "type": "postWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "gt", + "name": "update", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", + "type": "postUpdateWithWhereUniqueWithoutAuthorInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false + }, + { + "type": "postUpdateWithWhereUniqueWithoutAuthorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "gte", + "name": "updateMany", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", + "type": "postUpdateManyWithWhereWithoutAuthorInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false + }, + { + "type": "postUpdateManyWithWhereWithoutAuthorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "not", + "name": "deleteMany", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", + "type": "postScalarWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false }, { - "type": "NestedIntFilter", + "type": "postScalarWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true + } + ] + }, + { + "name": "upsert", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "postUpsertWithWhereUniqueWithoutAuthorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "postUpsertWithWhereUniqueWithoutAuthorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true + } + ] + }, + { + "name": "connectOrCreate", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "postCreateOrConnectWithoutauthorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false + }, + { + "type": "postCreateOrConnectWithoutauthorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] } ] }, { - "name": "NestedStringFilter", + "name": "postUncheckedUpdateManyWithoutEditorInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "equals", + "name": "create", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "postCreateWithoutEditorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "postCreateWithoutEditorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true + }, + { + "type": "postUncheckedCreateWithoutEditorInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false + }, + { + "type": "postUncheckedCreateWithoutEditorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "in", + "name": "connect", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "postWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "postWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": true } ] }, { - "name": "notIn", + "name": "set", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "postWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "postWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": true } ] }, { - "name": "lt", + "name": "disconnect", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "postWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false + }, + { + "type": "postWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "lte", + "name": "delete", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "postWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false + }, + { + "type": "postWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "gt", + "name": "update", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", - "isList": false - } - ] - }, - { - "name": "gte", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "String", - "location": "scalar", + "type": "postUpdateWithWhereUniqueWithoutEditorInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false + }, + { + "type": "postUpdateWithWhereUniqueWithoutEditorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "contains", + "name": "updateMany", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "postUpdateManyWithWhereWithoutEditorInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false + }, + { + "type": "postUpdateManyWithWhereWithoutEditorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "startsWith", + "name": "deleteMany", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "postScalarWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false + }, + { + "type": "postScalarWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "endsWith", + "name": "upsert", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "postUpsertWithWhereUniqueWithoutEditorInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false + }, + { + "type": "postUpsertWithWhereUniqueWithoutEditorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "not", + "name": "connectOrCreate", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "postCreateOrConnectWithouteditorInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false }, { - "type": "NestedStringFilter", + "type": "postCreateOrConnectWithouteditorInput", "namespace": "prisma", "location": "inputObjectTypes", - "isList": false + "isList": true } ] } ] }, { - "name": "NestedStringNullableFilter", + "name": "UserCreateOneWithoutPostsInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "equals", + "name": "create", "isRequired": false, - "isNullable": true, + "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", - "isList": false - }, - { - "type": "Null", - "location": "scalar", + "type": "UserCreateWithoutPostsInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false - } - ] - }, - { - "name": "in", - "isRequired": false, - "isNullable": true, - "inputTypes": [ - { - "type": "String", - "location": "scalar", - "isList": true }, { - "type": "Null", - "location": "scalar", + "type": "UserUncheckedCreateWithoutPostsInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] }, { - "name": "notIn", + "name": "connect", "isRequired": false, - "isNullable": true, + "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", - "isList": true - }, - { - "type": "Null", - "location": "scalar", + "type": "UserWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] }, { - "name": "lt", + "name": "connectOrCreate", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "UserCreateOrConnectWithoutpostsInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] - }, + } + ] + }, + { + "name": "UserCreateOneWithoutEditorPostsInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ { - "name": "lte", + "name": "create", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "UserCreateWithoutEditorPostsInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false - } - ] - }, - { - "name": "gt", - "isRequired": false, - "isNullable": false, - "inputTypes": [ + }, { - "type": "String", - "location": "scalar", + "type": "UserUncheckedCreateWithoutEditorPostsInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] }, { - "name": "gte", + "name": "connect", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "UserWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] }, { - "name": "contains", + "name": "connectOrCreate", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "UserCreateOrConnectWithouteditorPostsInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] - }, + } + ] + }, + { + "name": "DateTimeFieldUpdateOperationsInput", + "constraints": { + "maxNumFields": 1, + "minNumFields": 1 + }, + "fields": [ { - "name": "startsWith", + "name": "set", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", + "type": "DateTime", "location": "scalar", "isList": false } ] - }, + } + ] + }, + { + "name": "BoolFieldUpdateOperationsInput", + "constraints": { + "maxNumFields": 1, + "minNumFields": 1 + }, + "fields": [ { - "name": "endsWith", + "name": "set", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", + "type": "Boolean", "location": "scalar", "isList": false } ] - }, + } + ] + }, + { + "name": "NullableEnumPostKindFieldUpdateOperationsInput", + "constraints": { + "maxNumFields": 1, + "minNumFields": 1 + }, + "fields": [ { - "name": "not", + "name": "set", "isRequired": false, "isNullable": true, "inputTypes": [ { - "type": "String", - "location": "scalar", - "isList": false - }, - { - "type": "NestedStringNullableFilter", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "PostKind", + "namespace": "model", + "location": "enumTypes", "isList": false }, { @@ -12326,325 +12205,321 @@ ] }, { - "name": "NestedFloatFilter", + "name": "UserUpdateOneRequiredWithoutPostsInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "equals", + "name": "create", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Float", - "location": "scalar", + "type": "UserCreateWithoutPostsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "UserUncheckedCreateWithoutPostsInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] }, { - "name": "in", + "name": "connect", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Float", - "location": "scalar", - "isList": true + "type": "UserWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false } ] }, { - "name": "notIn", + "name": "update", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Float", - "location": "scalar", - "isList": true - } - ] - }, - { - "name": "lt", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "Float", - "location": "scalar", + "type": "UserUpdateWithoutPostsInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false - } - ] - }, - { - "name": "lte", - "isRequired": false, - "isNullable": false, - "inputTypes": [ + }, { - "type": "Float", - "location": "scalar", + "type": "UserUncheckedUpdateWithoutPostsInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] }, { - "name": "gt", + "name": "upsert", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Float", - "location": "scalar", + "type": "UserUpsertWithoutPostsInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] }, { - "name": "gte", + "name": "connectOrCreate", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Float", - "location": "scalar", + "type": "UserCreateOrConnectWithoutpostsInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] - }, + } + ] + }, + { + "name": "UserUpdateOneWithoutEditorPostsInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ { - "name": "not", + "name": "create", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Float", - "location": "scalar", + "type": "UserCreateWithoutEditorPostsInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false }, { - "type": "NestedFloatFilter", + "type": "UserUncheckedCreateWithoutEditorPostsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false } ] - } - ] - }, - { - "name": "NestedEnumRoleFilter", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "equals", + "name": "connect", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Role", - "namespace": "model", - "location": "enumTypes", + "type": "UserWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] }, { - "name": "in", + "name": "disconnect", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Role", - "namespace": "model", - "location": "enumTypes", - "isList": true + "type": "Boolean", + "location": "scalar", + "isList": false } ] }, { - "name": "notIn", + "name": "delete", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Role", - "namespace": "model", - "location": "enumTypes", - "isList": true + "type": "Boolean", + "location": "scalar", + "isList": false } ] }, { - "name": "not", + "name": "update", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Role", - "namespace": "model", - "location": "enumTypes", + "type": "UserUpdateWithoutEditorPostsInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false }, { - "type": "NestedEnumRoleFilter", + "type": "UserUncheckedUpdateWithoutEditorPostsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false } ] - } - ] - }, - { - "name": "NestedDateTimeFilter", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "equals", + "name": "upsert", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "DateTime", - "location": "scalar", + "type": "UserUpsertWithoutEditorPostsInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] }, { - "name": "in", + "name": "connectOrCreate", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "DateTime", - "location": "scalar", - "isList": true + "type": "UserCreateOrConnectWithouteditorPostsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false } ] - }, + } + ] + }, + { + "name": "NullableIntFieldUpdateOperationsInput", + "constraints": { + "maxNumFields": 1, + "minNumFields": 1 + }, + "fields": [ { - "name": "notIn", + "name": "set", "isRequired": false, - "isNullable": false, + "isNullable": true, "inputTypes": [ { - "type": "DateTime", + "type": "Int", "location": "scalar", - "isList": true - } - ] - }, - { - "name": "lt", - "isRequired": false, - "isNullable": false, - "inputTypes": [ + "isList": false + }, { - "type": "DateTime", + "type": "Null", "location": "scalar", "isList": false } ] }, { - "name": "lte", + "name": "increment", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "DateTime", + "type": "Int", "location": "scalar", "isList": false } ] }, { - "name": "gt", + "name": "decrement", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "DateTime", + "type": "Int", "location": "scalar", "isList": false } ] }, { - "name": "gte", + "name": "multiply", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "DateTime", + "type": "Int", "location": "scalar", "isList": false } ] }, { - "name": "not", + "name": "divide", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "DateTime", + "type": "Int", "location": "scalar", "isList": false - }, - { - "type": "NestedDateTimeFilter", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false } ] } ] }, { - "name": "NestedBoolFilter", + "name": "DirectorCreateOneWithoutMoviesInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "equals", + "name": "create", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Boolean", - "location": "scalar", + "type": "DirectorCreateWithoutMoviesInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "DirectorUncheckedCreateWithoutMoviesInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] }, { - "name": "not", + "name": "connect", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Boolean", - "location": "scalar", + "type": "DirectorWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false - }, + } + ] + }, + { + "name": "connectOrCreate", + "isRequired": false, + "isNullable": false, + "inputTypes": [ { - "type": "NestedBoolFilter", + "type": "DirectorCreateOrConnectWithoutmoviesInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -12654,845 +12529,1088 @@ ] }, { - "name": "NestedIntNullableFilter", + "name": "DirectorUpdateOneRequiredWithoutMoviesInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "equals", + "name": "create", "isRequired": false, - "isNullable": true, + "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", + "type": "DirectorCreateWithoutMoviesInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false }, { - "type": "Null", - "location": "scalar", + "type": "DirectorUncheckedCreateWithoutMoviesInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] }, { - "name": "in", + "name": "connect", "isRequired": false, - "isNullable": true, + "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", - "isList": true - }, - { - "type": "Null", - "location": "scalar", + "type": "DirectorWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] }, { - "name": "notIn", + "name": "update", "isRequired": false, - "isNullable": true, + "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", - "isList": true - }, - { - "type": "Null", - "location": "scalar", + "type": "DirectorUpdateWithoutMoviesInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "DirectorUncheckedUpdateWithoutMoviesInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] }, { - "name": "lt", + "name": "upsert", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", + "type": "DirectorUpsertWithoutMoviesInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] }, { - "name": "lte", + "name": "connectOrCreate", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", + "type": "DirectorCreateOrConnectWithoutmoviesInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] - }, + } + ] + }, + { + "name": "MovieCreateManyWithoutDirectorInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ { - "name": "gt", + "name": "create", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", + "type": "MovieCreateWithoutDirectorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "MovieCreateWithoutDirectorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true + }, + { + "type": "MovieUncheckedCreateWithoutDirectorInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false + }, + { + "type": "MovieUncheckedCreateWithoutDirectorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "gte", + "name": "connect", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", + "type": "MovieWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false + }, + { + "type": "MovieWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "not", + "name": "connectOrCreate", "isRequired": false, - "isNullable": true, + "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", - "isList": false - }, - { - "type": "NestedIntNullableFilter", + "type": "MovieCreateOrConnectWithoutdirectorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "Null", - "location": "scalar", - "isList": false + "type": "MovieCreateOrConnectWithoutdirectorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] } ] }, { - "name": "NestedEnumPostKindNullableFilter", + "name": "MovieUncheckedCreateManyWithoutDirectorInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "equals", + "name": "create", "isRequired": false, - "isNullable": true, + "isNullable": false, "inputTypes": [ { - "type": "PostKind", - "namespace": "model", - "location": "enumTypes", + "type": "MovieCreateWithoutDirectorInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false }, { - "type": "Null", - "location": "scalar", - "isList": false - } - ] - }, - { - "name": "in", - "isRequired": false, - "isNullable": true, - "inputTypes": [ - { - "type": "PostKind", - "namespace": "model", - "location": "enumTypes", + "type": "MovieCreateWithoutDirectorInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": true }, { - "type": "Null", - "location": "scalar", + "type": "MovieUncheckedCreateWithoutDirectorInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false + }, + { + "type": "MovieUncheckedCreateWithoutDirectorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "notIn", + "name": "connect", "isRequired": false, - "isNullable": true, + "isNullable": false, "inputTypes": [ { - "type": "PostKind", - "namespace": "model", - "location": "enumTypes", - "isList": true + "type": "MovieWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false }, { - "type": "Null", - "location": "scalar", - "isList": false + "type": "MovieWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "not", + "name": "connectOrCreate", "isRequired": false, - "isNullable": true, + "isNullable": false, "inputTypes": [ { - "type": "PostKind", - "namespace": "model", - "location": "enumTypes", - "isList": false - }, - { - "type": "NestedEnumPostKindNullableFilter", + "type": "MovieCreateOrConnectWithoutdirectorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "Null", - "location": "scalar", - "isList": false + "type": "MovieCreateOrConnectWithoutdirectorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] } ] }, { - "name": "postCreateWithoutAuthorInput", + "name": "MovieUpdateManyWithoutDirectorInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "uuid", + "name": "create", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "MovieCreateWithoutDirectorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "MovieCreateWithoutDirectorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true + }, + { + "type": "MovieUncheckedCreateWithoutDirectorInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false + }, + { + "type": "MovieUncheckedCreateWithoutDirectorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "createdAt", + "name": "connect", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "DateTime", - "location": "scalar", + "type": "MovieWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false + }, + { + "type": "MovieWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "updatedAt", + "name": "set", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "DateTime", - "location": "scalar", + "type": "MovieWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false + }, + { + "type": "MovieWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "published", - "isRequired": true, + "name": "disconnect", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Boolean", - "location": "scalar", + "type": "MovieWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false + }, + { + "type": "MovieWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "title", - "isRequired": true, + "name": "delete", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "MovieWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false + }, + { + "type": "MovieWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "subtitle", - "isRequired": true, + "name": "update", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "MovieUpdateWithWhereUniqueWithoutDirectorInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false + }, + { + "type": "MovieUpdateWithWhereUniqueWithoutDirectorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "content", + "name": "updateMany", "isRequired": false, - "isNullable": true, + "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "MovieUpdateManyWithWhereWithoutDirectorInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false }, { - "type": "Null", - "location": "scalar", - "isList": false + "type": "MovieUpdateManyWithWhereWithoutDirectorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "kind", + "name": "deleteMany", "isRequired": false, - "isNullable": true, + "isNullable": false, "inputTypes": [ { - "type": "PostKind", - "namespace": "model", - "location": "enumTypes", + "type": "MovieScalarWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false }, { - "type": "Null", - "location": "scalar", - "isList": false + "type": "MovieScalarWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "metadata", - "isRequired": true, + "name": "upsert", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Json", - "location": "scalar", + "type": "MovieUpsertWithWhereUniqueWithoutDirectorInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false + }, + { + "type": "MovieUpsertWithWhereUniqueWithoutDirectorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "editor", + "name": "connectOrCreate", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "UserCreateOneWithoutEditorPostsInput", + "type": "MovieCreateOrConnectWithoutdirectorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false + }, + { + "type": "MovieCreateOrConnectWithoutdirectorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] } ] }, { - "name": "postUncheckedCreateWithoutAuthorInput", + "name": "MovieUncheckedUpdateManyWithoutDirectorInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "uuid", + "name": "create", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "MovieCreateWithoutDirectorInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false + }, + { + "type": "MovieCreateWithoutDirectorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true + }, + { + "type": "MovieUncheckedCreateWithoutDirectorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "MovieUncheckedCreateWithoutDirectorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "createdAt", + "name": "connect", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "DateTime", - "location": "scalar", + "type": "MovieWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false + }, + { + "type": "MovieWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "updatedAt", + "name": "set", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "DateTime", - "location": "scalar", + "type": "MovieWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false + }, + { + "type": "MovieWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "published", - "isRequired": true, + "name": "disconnect", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Boolean", - "location": "scalar", + "type": "MovieWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false + }, + { + "type": "MovieWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "title", - "isRequired": true, + "name": "delete", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "MovieWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false + }, + { + "type": "MovieWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "subtitle", - "isRequired": true, + "name": "update", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "MovieUpdateWithWhereUniqueWithoutDirectorInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false + }, + { + "type": "MovieUpdateWithWhereUniqueWithoutDirectorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "content", + "name": "updateMany", "isRequired": false, - "isNullable": true, + "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "MovieUpdateManyWithWhereWithoutDirectorInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false }, { - "type": "Null", - "location": "scalar", - "isList": false + "type": "MovieUpdateManyWithWhereWithoutDirectorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "editorId", + "name": "deleteMany", "isRequired": false, - "isNullable": true, + "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", + "type": "MovieScalarWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false }, { - "type": "Null", - "location": "scalar", - "isList": false + "type": "MovieScalarWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "kind", + "name": "upsert", "isRequired": false, - "isNullable": true, + "isNullable": false, "inputTypes": [ { - "type": "PostKind", - "namespace": "model", - "location": "enumTypes", + "type": "MovieUpsertWithWhereUniqueWithoutDirectorInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false }, { - "type": "Null", - "location": "scalar", - "isList": false + "type": "MovieUpsertWithWhereUniqueWithoutDirectorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "metadata", - "isRequired": true, + "name": "connectOrCreate", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Json", - "location": "scalar", + "type": "MovieCreateOrConnectWithoutdirectorInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false + }, + { + "type": "MovieCreateOrConnectWithoutdirectorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] } ] }, { - "name": "postCreateOrConnectWithoutauthorInput", + "name": "CreatorCreateManyWithoutLikesInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "where", - "isRequired": true, + "name": "create", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postWhereUniqueInput", + "type": "CreatorCreateWithoutLikesInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - } - ] - }, - { - "name": "create", - "isRequired": true, - "isNullable": false, - "inputTypes": [ + }, { - "type": "postCreateWithoutAuthorInput", + "type": "CreatorCreateWithoutLikesInput", "namespace": "prisma", "location": "inputObjectTypes", - "isList": false + "isList": true }, { - "type": "postUncheckedCreateWithoutAuthorInput", + "type": "CreatorUncheckedCreateWithoutLikesInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false + }, + { + "type": "CreatorUncheckedCreateWithoutLikesInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] - } - ] - }, - { - "name": "postCreateWithoutEditorInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "uuid", + "name": "connect", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "CreatorWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false + }, + { + "type": "CreatorWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "createdAt", + "name": "connectOrCreate", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "DateTime", - "location": "scalar", + "type": "CreatorCreateOrConnectWithoutlikesInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false + }, + { + "type": "CreatorCreateOrConnectWithoutlikesInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] - }, + } + ] + }, + { + "name": "CreatorCreateOneWithoutProblemsInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ { - "name": "updatedAt", + "name": "create", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "DateTime", - "location": "scalar", + "type": "CreatorCreateWithoutProblemsInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false - } - ] - }, - { - "name": "published", - "isRequired": true, - "isNullable": false, - "inputTypes": [ + }, { - "type": "Boolean", - "location": "scalar", + "type": "CreatorUncheckedCreateWithoutProblemsInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] }, { - "name": "title", - "isRequired": true, + "name": "connect", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "CreatorWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] }, { - "name": "subtitle", - "isRequired": true, + "name": "connectOrCreate", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "CreatorCreateOrConnectWithoutproblemsInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] - }, + } + ] + }, + { + "name": "CreatorUpdateManyWithoutLikesInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ { - "name": "content", + "name": "create", "isRequired": false, - "isNullable": true, + "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "CreatorCreateWithoutLikesInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false }, { - "type": "Null", - "location": "scalar", + "type": "CreatorCreateWithoutLikesInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true + }, + { + "type": "CreatorUncheckedCreateWithoutLikesInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false + }, + { + "type": "CreatorUncheckedCreateWithoutLikesInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "kind", + "name": "connect", "isRequired": false, - "isNullable": true, + "isNullable": false, "inputTypes": [ { - "type": "PostKind", - "namespace": "model", - "location": "enumTypes", + "type": "CreatorWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false }, { - "type": "Null", - "location": "scalar", - "isList": false + "type": "CreatorWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "metadata", - "isRequired": true, + "name": "set", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Json", - "location": "scalar", + "type": "CreatorWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false + }, + { + "type": "CreatorWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "author", - "isRequired": true, + "name": "disconnect", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "UserCreateOneWithoutPostsInput", + "type": "CreatorWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false + }, + { + "type": "CreatorWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] - } - ] - }, - { - "name": "postUncheckedCreateWithoutEditorInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "uuid", + "name": "delete", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "CreatorWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false + }, + { + "type": "CreatorWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "createdAt", + "name": "update", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "DateTime", - "location": "scalar", + "type": "CreatorUpdateWithWhereUniqueWithoutLikesInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false + }, + { + "type": "CreatorUpdateWithWhereUniqueWithoutLikesInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "updatedAt", + "name": "updateMany", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "DateTime", - "location": "scalar", + "type": "CreatorUpdateManyWithWhereWithoutLikesInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false + }, + { + "type": "CreatorUpdateManyWithWhereWithoutLikesInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "published", - "isRequired": true, + "name": "deleteMany", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Boolean", - "location": "scalar", + "type": "CreatorScalarWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false + }, + { + "type": "CreatorScalarWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "title", - "isRequired": true, + "name": "upsert", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "CreatorUpsertWithWhereUniqueWithoutLikesInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false + }, + { + "type": "CreatorUpsertWithWhereUniqueWithoutLikesInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "subtitle", - "isRequired": true, + "name": "connectOrCreate", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "CreatorCreateOrConnectWithoutlikesInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false + }, + { + "type": "CreatorCreateOrConnectWithoutlikesInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] - }, + } + ] + }, + { + "name": "CreatorUpdateOneWithoutProblemsInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ { - "name": "content", + "name": "create", "isRequired": false, - "isNullable": true, + "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "CreatorCreateWithoutProblemsInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false }, { - "type": "Null", - "location": "scalar", + "type": "CreatorUncheckedCreateWithoutProblemsInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] }, { - "name": "authorId", - "isRequired": true, + "name": "connect", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", + "type": "CreatorWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] }, { - "name": "kind", + "name": "disconnect", "isRequired": false, - "isNullable": true, + "isNullable": false, "inputTypes": [ { - "type": "PostKind", - "namespace": "model", - "location": "enumTypes", - "isList": false - }, - { - "type": "Null", + "type": "Boolean", "location": "scalar", "isList": false } ] }, { - "name": "metadata", - "isRequired": true, + "name": "delete", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Json", + "type": "Boolean", "location": "scalar", "isList": false } ] - } - ] - }, - { - "name": "postCreateOrConnectWithouteditorInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "where", - "isRequired": true, + "name": "update", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postWhereUniqueInput", + "type": "CreatorUpdateWithoutProblemsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "CreatorUncheckedUpdateWithoutProblemsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -13500,18 +13618,25 @@ ] }, { - "name": "create", - "isRequired": true, + "name": "upsert", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postCreateWithoutEditorInput", + "type": "CreatorUpsertWithoutProblemsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - }, + } + ] + }, + { + "name": "connectOrCreate", + "isRequired": false, + "isNullable": false, + "inputTypes": [ { - "type": "postUncheckedCreateWithoutEditorInput", + "type": "CreatorCreateOrConnectWithoutproblemsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -13521,120 +13646,115 @@ ] }, { - "name": "postUpdateWithWhereUniqueWithoutAuthorInput", + "name": "ProblemCreateManyWithoutLikedByInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "where", - "isRequired": true, + "name": "create", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postWhereUniqueInput", + "type": "ProblemCreateWithoutLikedByInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - } - ] - }, - { - "name": "data", - "isRequired": true, - "isNullable": false, - "inputTypes": [ + }, { - "type": "postUpdateWithoutAuthorInput", + "type": "ProblemCreateWithoutLikedByInput", "namespace": "prisma", "location": "inputObjectTypes", - "isList": false + "isList": true }, { - "type": "postUncheckedUpdateWithoutAuthorInput", + "type": "ProblemUncheckedCreateWithoutLikedByInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false + }, + { + "type": "ProblemUncheckedCreateWithoutLikedByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] - } - ] - }, - { - "name": "postUpdateManyWithWhereWithoutAuthorInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "where", - "isRequired": true, + "name": "connect", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postScalarWhereInput", + "type": "ProblemWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false + }, + { + "type": "ProblemWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "data", - "isRequired": true, + "name": "connectOrCreate", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postUpdateManyMutationInput", + "type": "ProblemCreateOrConnectWithoutlikedByInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "postUncheckedUpdateManyWithoutPostsInput", + "type": "ProblemCreateOrConnectWithoutlikedByInput", "namespace": "prisma", "location": "inputObjectTypes", - "isList": false + "isList": true } ] } ] }, { - "name": "postScalarWhereInput", + "name": "ProblemCreateManyWithoutCreatorInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "AND", + "name": "create", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postScalarWhereInput", + "type": "ProblemCreateWithoutCreatorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "postScalarWhereInput", + "type": "ProblemCreateWithoutCreatorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true - } - ] - }, - { - "name": "OR", - "isRequired": false, - "isNullable": false, - "inputTypes": [ + }, { - "type": "postScalarWhereInput", + "type": "ProblemUncheckedCreateWithoutCreatorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "ProblemUncheckedCreateWithoutCreatorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true @@ -13642,18 +13762,18 @@ ] }, { - "name": "NOT", + "name": "connect", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postScalarWhereInput", + "type": "ProblemWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "postScalarWhereInput", + "type": "ProblemWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true @@ -13661,710 +13781,783 @@ ] }, { - "name": "uuid", + "name": "connectOrCreate", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "StringFilter", + "type": "ProblemCreateOrConnectWithoutcreatorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "String", - "location": "scalar", - "isList": false + "type": "ProblemCreateOrConnectWithoutcreatorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] - }, + } + ] + }, + { + "name": "ProblemUncheckedCreateManyWithoutCreatorInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ { - "name": "createdAt", + "name": "create", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "DateTimeFilter", + "type": "ProblemCreateWithoutCreatorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "DateTime", - "location": "scalar", + "type": "ProblemCreateWithoutCreatorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true + }, + { + "type": "ProblemUncheckedCreateWithoutCreatorInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false + }, + { + "type": "ProblemUncheckedCreateWithoutCreatorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "updatedAt", + "name": "connect", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "DateTimeFilter", + "type": "ProblemWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "DateTime", - "location": "scalar", - "isList": false + "type": "ProblemWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "published", + "name": "connectOrCreate", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "BoolFilter", + "type": "ProblemCreateOrConnectWithoutcreatorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "Boolean", - "location": "scalar", - "isList": false + "type": "ProblemCreateOrConnectWithoutcreatorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] - }, + } + ] + }, + { + "name": "ProblemUpdateManyWithoutLikedByInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ { - "name": "title", + "name": "create", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "StringFilter", + "type": "ProblemCreateWithoutLikedByInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "String", - "location": "scalar", - "isList": false - } - ] - }, - { - "name": "subtitle", - "isRequired": false, - "isNullable": false, - "inputTypes": [ + "type": "ProblemCreateWithoutLikedByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true + }, { - "type": "StringFilter", + "type": "ProblemUncheckedCreateWithoutLikedByInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "String", - "location": "scalar", - "isList": false + "type": "ProblemUncheckedCreateWithoutLikedByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "content", + "name": "connect", "isRequired": false, - "isNullable": true, + "isNullable": false, "inputTypes": [ { - "type": "StringNullableFilter", + "type": "ProblemWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "String", - "location": "scalar", - "isList": false - }, - { - "type": "Null", - "location": "scalar", - "isList": false + "type": "ProblemWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "authorId", + "name": "set", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "IntFilter", + "type": "ProblemWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "Int", - "location": "scalar", - "isList": false + "type": "ProblemWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "editorId", + "name": "disconnect", "isRequired": false, - "isNullable": true, + "isNullable": false, "inputTypes": [ { - "type": "IntNullableFilter", + "type": "ProblemWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "Int", - "location": "scalar", - "isList": false - }, - { - "type": "Null", - "location": "scalar", - "isList": false + "type": "ProblemWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "kind", + "name": "delete", "isRequired": false, - "isNullable": true, + "isNullable": false, "inputTypes": [ { - "type": "EnumPostKindNullableFilter", + "type": "ProblemWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "PostKind", - "namespace": "model", - "location": "enumTypes", - "isList": false - }, - { - "type": "Null", - "location": "scalar", - "isList": false + "type": "ProblemWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "metadata", + "name": "update", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "JsonFilter", + "type": "ProblemUpdateWithWhereUniqueWithoutLikedByInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - } - ] - } - ] - }, - { - "name": "postUpsertWithWhereUniqueWithoutAuthorInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ - { - "name": "where", - "isRequired": true, - "isNullable": false, - "inputTypes": [ + }, { - "type": "postWhereUniqueInput", + "type": "ProblemUpdateWithWhereUniqueWithoutLikedByInput", "namespace": "prisma", "location": "inputObjectTypes", - "isList": false + "isList": true } ] }, { - "name": "update", - "isRequired": true, + "name": "updateMany", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postUpdateWithoutAuthorInput", + "type": "ProblemUpdateManyWithWhereWithoutLikedByInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "postUncheckedUpdateWithoutAuthorInput", + "type": "ProblemUpdateManyWithWhereWithoutLikedByInput", "namespace": "prisma", "location": "inputObjectTypes", - "isList": false + "isList": true } ] }, { - "name": "create", - "isRequired": true, + "name": "deleteMany", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postCreateWithoutAuthorInput", + "type": "ProblemScalarWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "postUncheckedCreateWithoutAuthorInput", + "type": "ProblemScalarWhereInput", "namespace": "prisma", "location": "inputObjectTypes", - "isList": false + "isList": true } ] - } - ] - }, - { - "name": "postUpdateWithWhereUniqueWithoutEditorInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "where", - "isRequired": true, + "name": "upsert", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postWhereUniqueInput", + "type": "ProblemUpsertWithWhereUniqueWithoutLikedByInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false + }, + { + "type": "ProblemUpsertWithWhereUniqueWithoutLikedByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "data", - "isRequired": true, + "name": "connectOrCreate", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postUpdateWithoutEditorInput", + "type": "ProblemCreateOrConnectWithoutlikedByInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "postUncheckedUpdateWithoutEditorInput", + "type": "ProblemCreateOrConnectWithoutlikedByInput", "namespace": "prisma", "location": "inputObjectTypes", - "isList": false + "isList": true } ] } ] }, { - "name": "postUpdateManyWithWhereWithoutEditorInput", + "name": "ProblemUpdateManyWithoutCreatorInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "where", - "isRequired": true, + "name": "create", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postScalarWhereInput", + "type": "ProblemCreateWithoutCreatorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - } - ] - }, - { - "name": "data", - "isRequired": true, - "isNullable": false, - "inputTypes": [ + }, { - "type": "postUpdateManyMutationInput", + "type": "ProblemCreateWithoutCreatorInput", "namespace": "prisma", "location": "inputObjectTypes", - "isList": false + "isList": true }, { - "type": "postUncheckedUpdateManyWithoutEditorPostsInput", + "type": "ProblemUncheckedCreateWithoutCreatorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - } - ] - } - ] - }, - { - "name": "postUpsertWithWhereUniqueWithoutEditorInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ - { - "name": "where", - "isRequired": true, - "isNullable": false, - "inputTypes": [ + }, { - "type": "postWhereUniqueInput", + "type": "ProblemUncheckedCreateWithoutCreatorInput", "namespace": "prisma", "location": "inputObjectTypes", - "isList": false + "isList": true } ] }, { - "name": "update", - "isRequired": true, + "name": "connect", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postUpdateWithoutEditorInput", + "type": "ProblemWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "postUncheckedUpdateWithoutEditorInput", + "type": "ProblemWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", - "isList": false + "isList": true } ] }, { - "name": "create", - "isRequired": true, + "name": "set", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postCreateWithoutEditorInput", + "type": "ProblemWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "postUncheckedCreateWithoutEditorInput", + "type": "ProblemWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", - "isList": false + "isList": true } ] - } - ] - }, - { - "name": "UserCreateWithoutPostsInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "email", - "isRequired": true, + "name": "disconnect", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "ProblemWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false + }, + { + "type": "ProblemWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "name", + "name": "delete", "isRequired": false, - "isNullable": true, + "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "ProblemWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false }, { - "type": "Null", - "location": "scalar", - "isList": false + "type": "ProblemWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "age", - "isRequired": true, + "name": "update", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", + "type": "ProblemUpdateWithWhereUniqueWithoutCreatorInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false + }, + { + "type": "ProblemUpdateWithWhereUniqueWithoutCreatorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "balance", - "isRequired": true, + "name": "updateMany", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Float", - "location": "scalar", + "type": "ProblemUpdateManyWithWhereWithoutCreatorInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false + }, + { + "type": "ProblemUpdateManyWithWhereWithoutCreatorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "amount", - "isRequired": true, + "name": "deleteMany", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Float", - "location": "scalar", + "type": "ProblemScalarWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false + }, + { + "type": "ProblemScalarWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "role", - "isRequired": true, + "name": "upsert", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Role", - "namespace": "model", - "location": "enumTypes", + "type": "ProblemUpsertWithWhereUniqueWithoutCreatorInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false + }, + { + "type": "ProblemUpsertWithWhereUniqueWithoutCreatorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "editorPosts", + "name": "connectOrCreate", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postCreateManyWithoutEditorInput", + "type": "ProblemCreateOrConnectWithoutcreatorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false + }, + { + "type": "ProblemCreateOrConnectWithoutcreatorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] } ] }, { - "name": "UserUncheckedCreateWithoutPostsInput", + "name": "ProblemUncheckedUpdateManyWithoutCreatorInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "id", + "name": "create", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", + "type": "ProblemCreateWithoutCreatorInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false - } - ] - }, - { - "name": "email", - "isRequired": true, - "isNullable": false, - "inputTypes": [ + }, { - "type": "String", - "location": "scalar", - "isList": false - } - ] - }, - { - "name": "name", - "isRequired": false, - "isNullable": true, - "inputTypes": [ + "type": "ProblemCreateWithoutCreatorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true + }, { - "type": "String", - "location": "scalar", + "type": "ProblemUncheckedCreateWithoutCreatorInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false }, { - "type": "Null", - "location": "scalar", - "isList": false + "type": "ProblemUncheckedCreateWithoutCreatorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "age", - "isRequired": true, + "name": "connect", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", + "type": "ProblemWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false + }, + { + "type": "ProblemWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "balance", - "isRequired": true, + "name": "set", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Float", - "location": "scalar", + "type": "ProblemWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false + }, + { + "type": "ProblemWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "amount", - "isRequired": true, + "name": "disconnect", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Float", - "location": "scalar", + "type": "ProblemWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false + }, + { + "type": "ProblemWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "role", - "isRequired": true, + "name": "delete", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Role", - "namespace": "model", - "location": "enumTypes", + "type": "ProblemWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false + }, + { + "type": "ProblemWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "editorPosts", + "name": "update", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postUncheckedCreateManyWithoutEditorInput", + "type": "ProblemUpdateWithWhereUniqueWithoutCreatorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - } - ] - } - ] - }, - { - "name": "UserCreateOrConnectWithoutpostsInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ - { - "name": "where", - "isRequired": true, - "isNullable": false, - "inputTypes": [ + }, { - "type": "UserWhereUniqueInput", + "type": "ProblemUpdateWithWhereUniqueWithoutCreatorInput", "namespace": "prisma", "location": "inputObjectTypes", - "isList": false + "isList": true } ] }, { - "name": "create", - "isRequired": true, + "name": "updateMany", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "UserCreateWithoutPostsInput", + "type": "ProblemUpdateManyWithWhereWithoutCreatorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "UserUncheckedCreateWithoutPostsInput", + "type": "ProblemUpdateManyWithWhereWithoutCreatorInput", "namespace": "prisma", "location": "inputObjectTypes", - "isList": false + "isList": true + } + ] + }, + { + "name": "deleteMany", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "ProblemScalarWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "ProblemScalarWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true + } + ] + }, + { + "name": "upsert", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "ProblemUpsertWithWhereUniqueWithoutCreatorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "ProblemUpsertWithWhereUniqueWithoutCreatorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true + } + ] + }, + { + "name": "connectOrCreate", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "ProblemCreateOrConnectWithoutcreatorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "ProblemCreateOrConnectWithoutcreatorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] } ] }, { - "name": "UserCreateWithoutEditorPostsInput", + "name": "NestedIntFilter", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "email", - "isRequired": true, + "name": "equals", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", + "type": "Int", "location": "scalar", "isList": false } ] }, { - "name": "name", + "name": "in", "isRequired": false, - "isNullable": true, + "isNullable": false, "inputTypes": [ { - "type": "String", + "type": "Int", "location": "scalar", - "isList": false - }, + "isList": true + } + ] + }, + { + "name": "notIn", + "isRequired": false, + "isNullable": false, + "inputTypes": [ { - "type": "Null", + "type": "Int", "location": "scalar", - "isList": false + "isList": true } ] }, { - "name": "age", - "isRequired": true, + "name": "lt", + "isRequired": false, "isNullable": false, "inputTypes": [ { @@ -14375,49 +14568,53 @@ ] }, { - "name": "balance", - "isRequired": true, + "name": "lte", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Float", + "type": "Int", "location": "scalar", "isList": false } ] }, { - "name": "amount", - "isRequired": true, + "name": "gt", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Float", + "type": "Int", "location": "scalar", "isList": false } ] }, { - "name": "role", - "isRequired": true, + "name": "gte", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Role", - "namespace": "model", - "location": "enumTypes", + "type": "Int", + "location": "scalar", "isList": false } ] }, { - "name": "posts", + "name": "not", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postCreateManyWithoutAuthorInput", + "type": "Int", + "location": "scalar", + "isList": false + }, + { + "type": "NestedIntFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -14427,150 +14624,144 @@ ] }, { - "name": "UserUncheckedCreateWithoutEditorPostsInput", + "name": "NestedStringFilter", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "id", + "name": "equals", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", + "type": "String", "location": "scalar", "isList": false } ] }, { - "name": "email", - "isRequired": true, + "name": "in", + "isRequired": false, "isNullable": false, "inputTypes": [ { "type": "String", "location": "scalar", - "isList": false + "isList": true } ] }, { - "name": "name", + "name": "notIn", "isRequired": false, - "isNullable": true, + "isNullable": false, "inputTypes": [ { "type": "String", "location": "scalar", - "isList": false - }, + "isList": true + } + ] + }, + { + "name": "lt", + "isRequired": false, + "isNullable": false, + "inputTypes": [ { - "type": "Null", + "type": "String", "location": "scalar", "isList": false } ] }, { - "name": "age", - "isRequired": true, + "name": "lte", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", + "type": "String", "location": "scalar", "isList": false } ] }, { - "name": "balance", - "isRequired": true, + "name": "gt", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Float", + "type": "String", "location": "scalar", "isList": false } ] }, { - "name": "amount", - "isRequired": true, + "name": "gte", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Float", + "type": "String", "location": "scalar", "isList": false } ] }, { - "name": "role", - "isRequired": true, + "name": "contains", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Role", - "namespace": "model", - "location": "enumTypes", + "type": "String", + "location": "scalar", "isList": false } ] }, { - "name": "posts", + "name": "startsWith", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postUncheckedCreateManyWithoutAuthorInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "String", + "location": "scalar", "isList": false } ] - } - ] - }, - { - "name": "UserCreateOrConnectWithouteditorPostsInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "where", - "isRequired": true, + "name": "endsWith", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "UserWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "String", + "location": "scalar", "isList": false } ] }, { - "name": "create", - "isRequired": true, + "name": "not", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "UserCreateWithoutEditorPostsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "String", + "location": "scalar", "isList": false }, { - "type": "UserUncheckedCreateWithoutEditorPostsInput", + "type": "NestedStringFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -14580,16 +14771,16 @@ ] }, { - "name": "UserUpdateWithoutPostsInput", + "name": "NestedStringNullableFilter", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "email", + "name": "equals", "isRequired": false, - "isNullable": false, + "isNullable": true, "inputTypes": [ { "type": "String", @@ -14597,28 +14788,21 @@ "isList": false }, { - "type": "StringFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Null", + "location": "scalar", "isList": false } ] }, { - "name": "name", + "name": "in", "isRequired": false, "isNullable": true, "inputTypes": [ { "type": "String", "location": "scalar", - "isList": false - }, - { - "type": "NullableStringFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false + "isList": true }, { "type": "Null", @@ -14628,120 +14812,84 @@ ] }, { - "name": "age", + "name": "notIn", "isRequired": false, - "isNullable": false, + "isNullable": true, "inputTypes": [ { - "type": "Int", + "type": "String", "location": "scalar", - "isList": false + "isList": true }, { - "type": "IntFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Null", + "location": "scalar", "isList": false } ] }, { - "name": "balance", + "name": "lt", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Float", + "type": "String", "location": "scalar", "isList": false - }, - { - "type": "FloatFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false } ] }, { - "name": "amount", + "name": "lte", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Float", + "type": "String", "location": "scalar", "isList": false - }, - { - "type": "FloatFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false } ] }, { - "name": "role", + "name": "gt", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Role", - "namespace": "model", - "location": "enumTypes", - "isList": false - }, - { - "type": "EnumRoleFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "String", + "location": "scalar", "isList": false } ] }, { - "name": "editorPosts", + "name": "gte", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postUpdateManyWithoutEditorInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "String", + "location": "scalar", "isList": false } ] - } - ] - }, - { - "name": "UserUncheckedUpdateWithoutPostsInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "id", + "name": "contains", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", + "type": "String", "location": "scalar", "isList": false - }, - { - "type": "IntFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false } ] }, { - "name": "email", + "name": "startsWith", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -14749,17 +14897,23 @@ "type": "String", "location": "scalar", "isList": false - }, + } + ] + }, + { + "name": "endsWith", + "isRequired": false, + "isNullable": false, + "inputTypes": [ { - "type": "StringFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "String", + "location": "scalar", "isList": false } ] }, { - "name": "name", + "name": "not", "isRequired": false, "isNullable": true, "inputTypes": [ @@ -14769,7 +14923,7 @@ "isList": false }, { - "type": "NullableStringFieldUpdateOperationsInput", + "type": "NestedStringNullableFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -14780,45 +14934,54 @@ "isList": false } ] - }, + } + ] + }, + { + "name": "NestedFloatFilter", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ { - "name": "age", + "name": "equals", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", + "type": "Float", "location": "scalar", "isList": false - }, - { - "type": "IntFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false } ] }, { - "name": "balance", + "name": "in", "isRequired": false, "isNullable": false, "inputTypes": [ { "type": "Float", "location": "scalar", - "isList": false - }, + "isList": true + } + ] + }, + { + "name": "notIn", + "isRequired": false, + "isNullable": false, + "inputTypes": [ { - "type": "FloatFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false + "type": "Float", + "location": "scalar", + "isList": true } ] }, { - "name": "amount", + "name": "lt", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -14826,41 +14989,57 @@ "type": "Float", "location": "scalar", "isList": false - }, + } + ] + }, + { + "name": "lte", + "isRequired": false, + "isNullable": false, + "inputTypes": [ { - "type": "FloatFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Float", + "location": "scalar", "isList": false } ] }, { - "name": "role", + "name": "gt", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Role", - "namespace": "model", - "location": "enumTypes", + "type": "Float", + "location": "scalar", "isList": false - }, + } + ] + }, + { + "name": "gte", + "isRequired": false, + "isNullable": false, + "inputTypes": [ { - "type": "EnumRoleFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Float", + "location": "scalar", "isList": false } ] }, { - "name": "editorPosts", + "name": "not", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postUncheckedUpdateManyWithoutEditorInput", + "type": "Float", + "location": "scalar", + "isList": false + }, + { + "type": "NestedFloatFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -14870,44 +15049,64 @@ ] }, { - "name": "UserUpsertWithoutPostsInput", + "name": "NestedEnumRoleFilter", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "update", - "isRequired": true, + "name": "equals", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "UserUpdateWithoutPostsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Role", + "namespace": "model", + "location": "enumTypes", "isList": false - }, + } + ] + }, + { + "name": "in", + "isRequired": false, + "isNullable": false, + "inputTypes": [ { - "type": "UserUncheckedUpdateWithoutPostsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false + "type": "Role", + "namespace": "model", + "location": "enumTypes", + "isList": true } ] }, { - "name": "create", - "isRequired": true, + "name": "notIn", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "UserCreateWithoutPostsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Role", + "namespace": "model", + "location": "enumTypes", + "isList": true + } + ] + }, + { + "name": "not", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Role", + "namespace": "model", + "location": "enumTypes", "isList": false }, { - "type": "UserUncheckedCreateWithoutPostsInput", + "type": "NestedEnumRoleFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -14917,150 +15116,98 @@ ] }, { - "name": "UserUpdateWithoutEditorPostsInput", + "name": "NestedIntWithAggregatesFilter", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "email", + "name": "equals", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", + "type": "Int", "location": "scalar", "isList": false - }, - { - "type": "StringFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false } ] }, { - "name": "name", + "name": "in", "isRequired": false, - "isNullable": true, + "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", - "isList": false - }, - { - "type": "NullableStringFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "Null", + "type": "Int", "location": "scalar", - "isList": false + "isList": true } ] }, { - "name": "age", + "name": "notIn", "isRequired": false, "isNullable": false, "inputTypes": [ { "type": "Int", "location": "scalar", - "isList": false - }, - { - "type": "IntFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false + "isList": true } ] }, { - "name": "balance", + "name": "lt", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Float", + "type": "Int", "location": "scalar", "isList": false - }, - { - "type": "FloatFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false } ] }, { - "name": "amount", + "name": "lte", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Float", + "type": "Int", "location": "scalar", "isList": false - }, - { - "type": "FloatFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false } ] }, { - "name": "role", + "name": "gt", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Role", - "namespace": "model", - "location": "enumTypes", - "isList": false - }, - { - "type": "EnumRoleFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Int", + "location": "scalar", "isList": false } ] }, { - "name": "posts", + "name": "gte", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postUpdateManyWithoutAuthorInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Int", + "location": "scalar", "isList": false } ] - } - ] - }, - { - "name": "UserUncheckedUpdateWithoutEditorPostsInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "id", + "name": "not", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -15070,7 +15217,7 @@ "isList": false }, { - "type": "IntFieldUpdateOperationsInput", + "type": "NestedIntWithAggregatesFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -15078,17 +15225,12 @@ ] }, { - "name": "email", + "name": "count", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", - "isList": false - }, - { - "type": "StringFieldUpdateOperationsInput", + "type": "NestedIntFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -15096,40 +15238,25 @@ ] }, { - "name": "name", + "name": "avg", "isRequired": false, - "isNullable": true, + "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", - "isList": false - }, - { - "type": "NullableStringFieldUpdateOperationsInput", + "type": "NestedFloatFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - }, - { - "type": "Null", - "location": "scalar", - "isList": false } ] }, { - "name": "age", + "name": "sum", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", - "isList": false - }, - { - "type": "IntFieldUpdateOperationsInput", + "type": "NestedIntFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -15137,17 +15264,12 @@ ] }, { - "name": "balance", + "name": "min", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Float", - "location": "scalar", - "isList": false - }, - { - "type": "FloatFieldUpdateOperationsInput", + "type": "NestedIntFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -15155,114 +15277,90 @@ ] }, { - "name": "amount", + "name": "max", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Float", - "location": "scalar", - "isList": false - }, - { - "type": "FloatFieldUpdateOperationsInput", + "type": "NestedIntFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false } ] - }, + } + ] + }, + { + "name": "NestedStringWithAggregatesFilter", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ { - "name": "role", + "name": "equals", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Role", - "namespace": "model", - "location": "enumTypes", - "isList": false - }, - { - "type": "EnumRoleFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "String", + "location": "scalar", "isList": false } ] }, { - "name": "posts", + "name": "in", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postUncheckedUpdateManyWithoutAuthorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false + "type": "String", + "location": "scalar", + "isList": true } ] - } - ] - }, - { - "name": "UserUpsertWithoutEditorPostsInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "update", - "isRequired": true, + "name": "notIn", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "UserUpdateWithoutEditorPostsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "UserUncheckedUpdateWithoutEditorPostsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false + "type": "String", + "location": "scalar", + "isList": true } ] }, { - "name": "create", - "isRequired": true, + "name": "lt", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "UserCreateWithoutEditorPostsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "String", + "location": "scalar", "isList": false - }, + } + ] + }, + { + "name": "lte", + "isRequired": false, + "isNullable": false, + "inputTypes": [ { - "type": "UserUncheckedCreateWithoutEditorPostsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "String", + "location": "scalar", "isList": false } ] - } - ] - }, - { - "name": "DirectorCreateWithoutMoviesInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "firstName", - "isRequired": true, + "name": "gt", + "isRequired": false, "isNullable": false, "inputTypes": [ { @@ -15273,8 +15371,8 @@ ] }, { - "name": "lastName", - "isRequired": true, + "name": "gte", + "isRequired": false, "isNullable": false, "inputTypes": [ { @@ -15283,19 +15381,10 @@ "isList": false } ] - } - ] - }, - { - "name": "DirectorUncheckedCreateWithoutMoviesInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "firstName", - "isRequired": true, + "name": "contains", + "isRequired": false, "isNullable": false, "inputTypes": [ { @@ -15306,8 +15395,8 @@ ] }, { - "name": "lastName", - "isRequired": true, + "name": "startsWith", + "isRequired": false, "isNullable": false, "inputTypes": [ { @@ -15316,69 +15405,44 @@ "isList": false } ] - } - ] - }, - { - "name": "DirectorCreateOrConnectWithoutmoviesInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "where", - "isRequired": true, + "name": "endsWith", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "DirectorWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "String", + "location": "scalar", "isList": false } ] }, { - "name": "create", - "isRequired": true, + "name": "not", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "DirectorCreateWithoutMoviesInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "String", + "location": "scalar", "isList": false }, { - "type": "DirectorUncheckedCreateWithoutMoviesInput", + "type": "NestedStringWithAggregatesFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false } ] - } - ] - }, - { - "name": "DirectorUpdateWithoutMoviesInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "firstName", + "name": "count", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", - "isList": false - }, - { - "type": "StringFieldUpdateOperationsInput", + "type": "NestedIntFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -15386,17 +15450,25 @@ ] }, { - "name": "lastName", + "name": "min", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "NestedStringFilter", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false - }, + } + ] + }, + { + "name": "max", + "isRequired": false, + "isNullable": false, + "inputTypes": [ { - "type": "StringFieldUpdateOperationsInput", + "type": "NestedStringFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -15406,16 +15478,16 @@ ] }, { - "name": "DirectorUncheckedUpdateWithoutMoviesInput", + "name": "NestedStringNullableWithAggregatesFilter", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "firstName", + "name": "equals", "isRequired": false, - "isNullable": false, + "isNullable": true, "inputTypes": [ { "type": "String", @@ -15423,90 +15495,61 @@ "isList": false }, { - "type": "StringFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Null", + "location": "scalar", "isList": false } ] }, { - "name": "lastName", + "name": "in", "isRequired": false, - "isNullable": false, + "isNullable": true, "inputTypes": [ { "type": "String", "location": "scalar", - "isList": false + "isList": true }, { - "type": "StringFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Null", + "location": "scalar", "isList": false } ] - } - ] - }, - { - "name": "DirectorUpsertWithoutMoviesInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "update", - "isRequired": true, - "isNullable": false, + "name": "notIn", + "isRequired": false, + "isNullable": true, "inputTypes": [ { - "type": "DirectorUpdateWithoutMoviesInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false + "type": "String", + "location": "scalar", + "isList": true }, { - "type": "DirectorUncheckedUpdateWithoutMoviesInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Null", + "location": "scalar", "isList": false } ] }, { - "name": "create", - "isRequired": true, + "name": "lt", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "DirectorCreateWithoutMoviesInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "DirectorUncheckedCreateWithoutMoviesInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "String", + "location": "scalar", "isList": false } ] - } - ] - }, - { - "name": "MovieCreateWithoutDirectorInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "title", - "isRequired": true, + "name": "lte", + "isRequired": false, "isNullable": false, "inputTypes": [ { @@ -15515,19 +15558,10 @@ "isList": false } ] - } - ] - }, - { - "name": "MovieUncheckedCreateWithoutDirectorInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "title", - "isRequired": true, + "name": "gt", + "isRequired": false, "isNullable": false, "inputTypes": [ { @@ -15536,105 +15570,85 @@ "isList": false } ] - } - ] - }, - { - "name": "MovieCreateOrConnectWithoutdirectorInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "where", - "isRequired": true, + "name": "gte", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "MovieWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "String", + "location": "scalar", "isList": false } ] }, { - "name": "create", - "isRequired": true, + "name": "contains", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "MovieCreateWithoutDirectorInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "String", + "location": "scalar", "isList": false - }, + } + ] + }, + { + "name": "startsWith", + "isRequired": false, + "isNullable": false, + "inputTypes": [ { - "type": "MovieUncheckedCreateWithoutDirectorInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "String", + "location": "scalar", "isList": false } ] - } - ] - }, - { - "name": "MovieUpdateWithWhereUniqueWithoutDirectorInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "where", - "isRequired": true, + "name": "endsWith", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "MovieWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "String", + "location": "scalar", "isList": false } ] }, { - "name": "data", - "isRequired": true, - "isNullable": false, + "name": "not", + "isRequired": false, + "isNullable": true, "inputTypes": [ { - "type": "MovieUpdateWithoutDirectorInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "String", + "location": "scalar", "isList": false }, { - "type": "MovieUncheckedUpdateWithoutDirectorInput", + "type": "NestedStringNullableWithAggregatesFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false + }, + { + "type": "Null", + "location": "scalar", + "isList": false } ] - } - ] - }, - { - "name": "MovieUpdateManyWithWhereWithoutDirectorInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "where", - "isRequired": true, + "name": "count", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "MovieScalarWhereInput", + "type": "NestedIntNullableFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -15642,18 +15656,25 @@ ] }, { - "name": "data", - "isRequired": true, + "name": "min", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "MovieUpdateManyMutationInput", + "type": "NestedStringNullableFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - }, + } + ] + }, + { + "name": "max", + "isRequired": false, + "isNullable": false, + "inputTypes": [ { - "type": "MovieUncheckedUpdateManyWithoutMoviesInput", + "type": "NestedStringNullableFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -15663,112 +15684,129 @@ ] }, { - "name": "MovieScalarWhereInput", + "name": "NestedIntNullableFilter", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "AND", + "name": "equals", "isRequired": false, - "isNullable": false, + "isNullable": true, "inputTypes": [ { - "type": "MovieScalarWhereInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Int", + "location": "scalar", "isList": false }, { - "type": "MovieScalarWhereInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true + "type": "Null", + "location": "scalar", + "isList": false } ] }, { - "name": "OR", + "name": "in", "isRequired": false, - "isNullable": false, + "isNullable": true, "inputTypes": [ { - "type": "MovieScalarWhereInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Int", + "location": "scalar", "isList": true + }, + { + "type": "Null", + "location": "scalar", + "isList": false } ] }, { - "name": "NOT", + "name": "notIn", "isRequired": false, - "isNullable": false, + "isNullable": true, "inputTypes": [ { - "type": "MovieScalarWhereInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false + "type": "Int", + "location": "scalar", + "isList": true }, { - "type": "MovieScalarWhereInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true + "type": "Null", + "location": "scalar", + "isList": false } ] }, { - "name": "directorFirstName", + "name": "lt", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "StringFilter", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Int", + "location": "scalar", "isList": false - }, + } + ] + }, + { + "name": "lte", + "isRequired": false, + "isNullable": false, + "inputTypes": [ { - "type": "String", + "type": "Int", "location": "scalar", "isList": false } ] }, { - "name": "directorLastName", + "name": "gt", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "StringFilter", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Int", + "location": "scalar", "isList": false - }, + } + ] + }, + { + "name": "gte", + "isRequired": false, + "isNullable": false, + "inputTypes": [ { - "type": "String", + "type": "Int", "location": "scalar", "isList": false } ] }, { - "name": "title", + "name": "not", "isRequired": false, - "isNullable": false, + "isNullable": true, "inputTypes": [ { - "type": "StringFilter", + "type": "Int", + "location": "scalar", + "isList": false + }, + { + "type": "NestedIntNullableFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "String", + "type": "Null", "location": "scalar", "isList": false } @@ -15777,159 +15815,121 @@ ] }, { - "name": "MovieUpsertWithWhereUniqueWithoutDirectorInput", + "name": "NestedFloatWithAggregatesFilter", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "where", - "isRequired": true, + "name": "equals", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "MovieWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Float", + "location": "scalar", "isList": false } ] }, { - "name": "update", - "isRequired": true, + "name": "in", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "MovieUpdateWithoutDirectorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "MovieUncheckedUpdateWithoutDirectorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false + "type": "Float", + "location": "scalar", + "isList": true } ] }, { - "name": "create", - "isRequired": true, + "name": "notIn", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "MovieCreateWithoutDirectorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "MovieUncheckedCreateWithoutDirectorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false + "type": "Float", + "location": "scalar", + "isList": true } ] - } - ] - }, - { - "name": "CreatorCreateWithoutLikesInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "name", - "isRequired": true, + "name": "lt", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", + "type": "Float", "location": "scalar", "isList": false } ] }, { - "name": "problems", + "name": "lte", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "ProblemCreateManyWithoutCreatorInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Float", + "location": "scalar", "isList": false } ] - } - ] - }, - { - "name": "CreatorUncheckedCreateWithoutLikesInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "id", + "name": "gt", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", + "type": "Float", "location": "scalar", "isList": false } ] }, { - "name": "name", - "isRequired": true, + "name": "gte", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", + "type": "Float", "location": "scalar", "isList": false } ] }, { - "name": "problems", + "name": "not", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "ProblemUncheckedCreateManyWithoutCreatorInput", + "type": "Float", + "location": "scalar", + "isList": false + }, + { + "type": "NestedFloatWithAggregatesFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false } ] - } - ] - }, - { - "name": "CreatorCreateOrConnectWithoutlikesInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "where", - "isRequired": true, + "name": "count", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "CreatorWhereUniqueInput", + "type": "NestedIntFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -15937,52 +15937,51 @@ ] }, { - "name": "create", - "isRequired": true, + "name": "avg", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "CreatorCreateWithoutLikesInput", + "type": "NestedFloatFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - }, + } + ] + }, + { + "name": "sum", + "isRequired": false, + "isNullable": false, + "inputTypes": [ { - "type": "CreatorUncheckedCreateWithoutLikesInput", + "type": "NestedFloatFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false } ] - } - ] - }, - { - "name": "CreatorCreateWithoutProblemsInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "name", - "isRequired": true, + "name": "min", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "NestedFloatFilter", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] }, { - "name": "likes", + "name": "max", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "ProblemCreateManyWithoutLikedByInput", + "type": "NestedFloatFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -15992,93 +15991,64 @@ ] }, { - "name": "CreatorUncheckedCreateWithoutProblemsInput", + "name": "NestedEnumRoleWithAggregatesFilter", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "id", + "name": "equals", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", + "type": "Role", + "namespace": "model", + "location": "enumTypes", "isList": false } ] }, { - "name": "name", - "isRequired": true, - "isNullable": false, + "name": "in", + "isRequired": false, + "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", - "isList": false + "type": "Role", + "namespace": "model", + "location": "enumTypes", + "isList": true } ] - } - ] - }, - { - "name": "CreatorCreateOrConnectWithoutproblemsInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "where", - "isRequired": true, + "name": "notIn", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "CreatorWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false + "type": "Role", + "namespace": "model", + "location": "enumTypes", + "isList": true } ] }, { - "name": "create", - "isRequired": true, + "name": "not", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "CreatorCreateWithoutProblemsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Role", + "namespace": "model", + "location": "enumTypes", "isList": false }, { - "type": "CreatorUncheckedCreateWithoutProblemsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - } - ] - }, - { - "name": "CreatorUpdateWithWhereUniqueWithoutLikesInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ - { - "name": "where", - "isRequired": true, - "isNullable": false, - "inputTypes": [ - { - "type": "CreatorWhereUniqueInput", + "type": "NestedEnumRoleWithAggregatesFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -16086,40 +16056,25 @@ ] }, { - "name": "data", - "isRequired": true, + "name": "count", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "CreatorUpdateWithoutLikesInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "CreatorUncheckedUpdateWithoutLikesInput", + "type": "NestedIntFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false } ] - } - ] - }, - { - "name": "CreatorUpdateManyWithWhereWithoutLikesInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "where", - "isRequired": true, + "name": "min", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "CreatorScalarWhereInput", + "type": "NestedEnumRoleFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -16127,18 +16082,12 @@ ] }, { - "name": "data", - "isRequired": true, + "name": "max", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "CreatorUpdateManyMutationInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "CreatorUncheckedUpdateManyWithoutLikedByInput", + "type": "NestedEnumRoleFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -16148,153 +16097,108 @@ ] }, { - "name": "CreatorScalarWhereInput", + "name": "NestedDateTimeFilter", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "AND", + "name": "equals", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "CreatorScalarWhereInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "DateTime", + "location": "scalar", "isList": false - }, - { - "type": "CreatorScalarWhereInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] }, { - "name": "OR", + "name": "in", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "CreatorScalarWhereInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "DateTime", + "location": "scalar", "isList": true } ] }, { - "name": "NOT", + "name": "notIn", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "CreatorScalarWhereInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "CreatorScalarWhereInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "DateTime", + "location": "scalar", "isList": true } ] }, { - "name": "id", + "name": "lt", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "IntFilter", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "Int", + "type": "DateTime", "location": "scalar", "isList": false } ] }, { - "name": "name", + "name": "lte", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "StringFilter", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "String", + "type": "DateTime", "location": "scalar", "isList": false } ] - } - ] - }, - { - "name": "CreatorUpsertWithWhereUniqueWithoutLikesInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "where", - "isRequired": true, + "name": "gt", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "CreatorWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "DateTime", + "location": "scalar", "isList": false } ] }, { - "name": "update", - "isRequired": true, + "name": "gte", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "CreatorUpdateWithoutLikesInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "CreatorUncheckedUpdateWithoutLikesInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "DateTime", + "location": "scalar", "isList": false } ] }, { - "name": "create", - "isRequired": true, + "name": "not", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "CreatorCreateWithoutLikesInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "DateTime", + "location": "scalar", "isList": false }, { - "type": "CreatorUncheckedCreateWithoutLikesInput", + "type": "NestedDateTimeFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -16304,37 +16208,36 @@ ] }, { - "name": "CreatorUpdateWithoutProblemsInput", + "name": "NestedBoolFilter", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "name", + "name": "equals", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", + "type": "Boolean", "location": "scalar", "isList": false - }, - { - "type": "StringFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false } ] }, { - "name": "likes", + "name": "not", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "ProblemUpdateManyWithoutLikedByInput", + "type": "Boolean", + "location": "scalar", + "isList": false + }, + { + "type": "NestedBoolFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -16344,283 +16247,236 @@ ] }, { - "name": "CreatorUncheckedUpdateWithoutProblemsInput", + "name": "NestedEnumPostKindNullableFilter", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "id", + "name": "equals", "isRequired": false, - "isNullable": false, + "isNullable": true, "inputTypes": [ { - "type": "Int", - "location": "scalar", + "type": "PostKind", + "namespace": "model", + "location": "enumTypes", "isList": false }, { - "type": "IntFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Null", + "location": "scalar", "isList": false } ] }, { - "name": "name", + "name": "in", "isRequired": false, - "isNullable": false, + "isNullable": true, "inputTypes": [ { - "type": "String", - "location": "scalar", - "isList": false + "type": "PostKind", + "namespace": "model", + "location": "enumTypes", + "isList": true }, { - "type": "StringFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Null", + "location": "scalar", "isList": false } ] - } - ] - }, - { - "name": "CreatorUpsertWithoutProblemsInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "update", - "isRequired": true, - "isNullable": false, + "name": "notIn", + "isRequired": false, + "isNullable": true, "inputTypes": [ { - "type": "CreatorUpdateWithoutProblemsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false + "type": "PostKind", + "namespace": "model", + "location": "enumTypes", + "isList": true }, { - "type": "CreatorUncheckedUpdateWithoutProblemsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Null", + "location": "scalar", "isList": false } ] }, { - "name": "create", - "isRequired": true, - "isNullable": false, + "name": "not", + "isRequired": false, + "isNullable": true, "inputTypes": [ { - "type": "CreatorCreateWithoutProblemsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "PostKind", + "namespace": "model", + "location": "enumTypes", "isList": false }, { - "type": "CreatorUncheckedCreateWithoutProblemsInput", + "type": "NestedEnumPostKindNullableFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false + }, + { + "type": "Null", + "location": "scalar", + "isList": false } ] } ] }, { - "name": "ProblemCreateWithoutLikedByInput", + "name": "NestedDateTimeWithAggregatesFilter", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "problemText", - "isRequired": true, + "name": "equals", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", + "type": "DateTime", "location": "scalar", "isList": false } ] }, { - "name": "creator", + "name": "in", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "CreatorCreateOneWithoutProblemsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false + "type": "DateTime", + "location": "scalar", + "isList": true } ] - } - ] - }, - { - "name": "ProblemUncheckedCreateWithoutLikedByInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "id", + "name": "notIn", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", + "type": "DateTime", "location": "scalar", - "isList": false + "isList": true } ] }, { - "name": "problemText", - "isRequired": true, + "name": "lt", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", + "type": "DateTime", "location": "scalar", "isList": false } ] }, { - "name": "creatorId", + "name": "lte", "isRequired": false, - "isNullable": true, + "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", - "isList": false - }, - { - "type": "Null", + "type": "DateTime", "location": "scalar", "isList": false } ] - } - ] - }, - { - "name": "ProblemCreateOrConnectWithoutlikedByInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "where", - "isRequired": true, + "name": "gt", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "ProblemWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "DateTime", + "location": "scalar", "isList": false } ] }, { - "name": "create", - "isRequired": true, + "name": "gte", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "ProblemCreateWithoutLikedByInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "ProblemUncheckedCreateWithoutLikedByInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "DateTime", + "location": "scalar", "isList": false } ] - } - ] - }, - { - "name": "ProblemCreateWithoutCreatorInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "problemText", - "isRequired": true, + "name": "not", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", + "type": "DateTime", "location": "scalar", "isList": false + }, + { + "type": "NestedDateTimeWithAggregatesFilter", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false } ] }, { - "name": "likedBy", + "name": "count", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "CreatorCreateManyWithoutLikesInput", + "type": "NestedIntFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false } ] - } - ] - }, - { - "name": "ProblemUncheckedCreateWithoutCreatorInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "id", + "name": "min", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", + "type": "NestedDateTimeFilter", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] }, { - "name": "problemText", - "isRequired": true, + "name": "max", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "NestedDateTimeFilter", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] @@ -16628,60 +16484,49 @@ ] }, { - "name": "ProblemCreateOrConnectWithoutcreatorInput", + "name": "NestedBoolWithAggregatesFilter", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "where", - "isRequired": true, + "name": "equals", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "ProblemWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Boolean", + "location": "scalar", "isList": false } ] }, { - "name": "create", - "isRequired": true, + "name": "not", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "ProblemCreateWithoutCreatorInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Boolean", + "location": "scalar", "isList": false }, { - "type": "ProblemUncheckedCreateWithoutCreatorInput", + "type": "NestedBoolWithAggregatesFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false } ] - } - ] - }, - { - "name": "ProblemUpdateWithWhereUniqueWithoutLikedByInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "where", - "isRequired": true, + "name": "count", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "ProblemWhereUniqueInput", + "type": "NestedIntFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -16689,18 +16534,25 @@ ] }, { - "name": "data", - "isRequired": true, + "name": "min", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "ProblemUpdateWithoutLikedByInput", + "type": "NestedBoolFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - }, + } + ] + }, + { + "name": "max", + "isRequired": false, + "isNullable": false, + "inputTypes": [ { - "type": "ProblemUncheckedUpdateWithoutLikedByInput", + "type": "NestedBoolFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -16710,115 +16562,92 @@ ] }, { - "name": "ProblemUpdateManyWithWhereWithoutLikedByInput", + "name": "NestedIntNullableWithAggregatesFilter", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "where", - "isRequired": true, - "isNullable": false, + "name": "equals", + "isRequired": false, + "isNullable": true, "inputTypes": [ { - "type": "ProblemScalarWhereInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Int", + "location": "scalar", + "isList": false + }, + { + "type": "Null", + "location": "scalar", "isList": false } ] }, { - "name": "data", - "isRequired": true, - "isNullable": false, + "name": "in", + "isRequired": false, + "isNullable": true, "inputTypes": [ { - "type": "ProblemUpdateManyMutationInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false + "type": "Int", + "location": "scalar", + "isList": true }, { - "type": "ProblemUncheckedUpdateManyWithoutLikesInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Null", + "location": "scalar", "isList": false } ] - } - ] - }, - { - "name": "ProblemScalarWhereInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "AND", + "name": "notIn", "isRequired": false, - "isNullable": false, + "isNullable": true, "inputTypes": [ { - "type": "ProblemScalarWhereInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false + "type": "Int", + "location": "scalar", + "isList": true }, { - "type": "ProblemScalarWhereInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true + "type": "Null", + "location": "scalar", + "isList": false } ] }, { - "name": "OR", + "name": "lt", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "ProblemScalarWhereInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true + "type": "Int", + "location": "scalar", + "isList": false } ] }, { - "name": "NOT", + "name": "lte", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "ProblemScalarWhereInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Int", + "location": "scalar", "isList": false - }, - { - "type": "ProblemScalarWhereInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true } ] }, { - "name": "id", + "name": "gt", "isRequired": false, "isNullable": false, "inputTypes": [ - { - "type": "IntFilter", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, { "type": "Int", "location": "scalar", @@ -16827,37 +16656,31 @@ ] }, { - "name": "problemText", + "name": "gte", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "StringFilter", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "String", + "type": "Int", "location": "scalar", "isList": false } ] }, { - "name": "creatorId", + "name": "not", "isRequired": false, "isNullable": true, "inputTypes": [ { - "type": "IntNullableFilter", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Int", + "location": "scalar", "isList": false }, { - "type": "Int", - "location": "scalar", + "type": "NestedIntNullableWithAggregatesFilter", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false }, { @@ -16866,23 +16689,14 @@ "isList": false } ] - } - ] - }, - { - "name": "ProblemUpsertWithWhereUniqueWithoutLikedByInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "where", - "isRequired": true, + "name": "count", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "ProblemWhereUniqueInput", + "type": "NestedIntNullableFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -16890,18 +16704,12 @@ ] }, { - "name": "update", - "isRequired": true, + "name": "avg", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "ProblemUpdateWithoutLikedByInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "ProblemUncheckedUpdateWithoutLikedByInput", + "type": "NestedFloatNullableFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -16909,40 +16717,25 @@ ] }, { - "name": "create", - "isRequired": true, + "name": "sum", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "ProblemCreateWithoutLikedByInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "ProblemUncheckedCreateWithoutLikedByInput", + "type": "NestedIntNullableFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false } ] - } - ] - }, - { - "name": "ProblemUpdateWithWhereUniqueWithoutCreatorInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "where", - "isRequired": true, + "name": "min", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "ProblemWhereUniqueInput", + "type": "NestedIntNullableFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -16950,18 +16743,12 @@ ] }, { - "name": "data", - "isRequired": true, + "name": "max", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "ProblemUpdateWithoutCreatorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "ProblemUncheckedUpdateWithoutCreatorInput", + "type": "NestedIntNullableFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -16971,233 +16758,210 @@ ] }, { - "name": "ProblemUpdateManyWithWhereWithoutCreatorInput", + "name": "NestedFloatNullableFilter", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "where", - "isRequired": true, - "isNullable": false, + "name": "equals", + "isRequired": false, + "isNullable": true, "inputTypes": [ { - "type": "ProblemScalarWhereInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Float", + "location": "scalar", + "isList": false + }, + { + "type": "Null", + "location": "scalar", "isList": false } ] }, { - "name": "data", - "isRequired": true, - "isNullable": false, + "name": "in", + "isRequired": false, + "isNullable": true, "inputTypes": [ { - "type": "ProblemUpdateManyMutationInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false + "type": "Float", + "location": "scalar", + "isList": true }, { - "type": "ProblemUncheckedUpdateManyWithoutProblemsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Null", + "location": "scalar", "isList": false } ] - } - ] - }, - { - "name": "ProblemUpsertWithWhereUniqueWithoutCreatorInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "where", - "isRequired": true, - "isNullable": false, + "name": "notIn", + "isRequired": false, + "isNullable": true, "inputTypes": [ { - "type": "ProblemWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Float", + "location": "scalar", + "isList": true + }, + { + "type": "Null", + "location": "scalar", "isList": false } ] }, { - "name": "update", - "isRequired": true, + "name": "lt", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "ProblemUpdateWithoutCreatorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "ProblemUncheckedUpdateWithoutCreatorInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Float", + "location": "scalar", "isList": false } ] }, { - "name": "create", - "isRequired": true, + "name": "lte", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "ProblemCreateWithoutCreatorInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "ProblemUncheckedCreateWithoutCreatorInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Float", + "location": "scalar", "isList": false } ] - } - ] - }, - { - "name": "postUpdateWithoutAuthorInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "uuid", + "name": "gt", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", + "type": "Float", "location": "scalar", "isList": false - }, - { - "type": "StringFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false } ] }, { - "name": "createdAt", + "name": "gte", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "DateTime", + "type": "Float", "location": "scalar", "isList": false - }, - { - "type": "DateTimeFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false } ] }, { - "name": "updatedAt", + "name": "not", "isRequired": false, - "isNullable": false, + "isNullable": true, "inputTypes": [ { - "type": "DateTime", + "type": "Float", "location": "scalar", "isList": false }, { - "type": "DateTimeFieldUpdateOperationsInput", + "type": "NestedFloatNullableFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false + }, + { + "type": "Null", + "location": "scalar", + "isList": false } ] - }, + } + ] + }, + { + "name": "NestedEnumPostKindNullableWithAggregatesFilter", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ { - "name": "published", + "name": "equals", "isRequired": false, - "isNullable": false, + "isNullable": true, "inputTypes": [ { - "type": "Boolean", - "location": "scalar", + "type": "PostKind", + "namespace": "model", + "location": "enumTypes", "isList": false }, { - "type": "BoolFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Null", + "location": "scalar", "isList": false } ] }, { - "name": "title", + "name": "in", "isRequired": false, - "isNullable": false, + "isNullable": true, "inputTypes": [ { - "type": "String", - "location": "scalar", - "isList": false + "type": "PostKind", + "namespace": "model", + "location": "enumTypes", + "isList": true }, { - "type": "StringFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Null", + "location": "scalar", "isList": false } ] }, { - "name": "subtitle", + "name": "notIn", "isRequired": false, - "isNullable": false, + "isNullable": true, "inputTypes": [ { - "type": "String", - "location": "scalar", - "isList": false + "type": "PostKind", + "namespace": "model", + "location": "enumTypes", + "isList": true }, { - "type": "StringFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Null", + "location": "scalar", "isList": false } ] }, { - "name": "content", + "name": "not", "isRequired": false, "isNullable": true, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "PostKind", + "namespace": "model", + "location": "enumTypes", "isList": false }, { - "type": "NullableStringFieldUpdateOperationsInput", + "type": "NestedEnumPostKindNullableWithAggregatesFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -17210,31 +16974,55 @@ ] }, { - "name": "kind", + "name": "count", "isRequired": false, - "isNullable": true, + "isNullable": false, "inputTypes": [ { - "type": "PostKind", - "namespace": "model", - "location": "enumTypes", + "type": "NestedIntNullableFilter", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false - }, + } + ] + }, + { + "name": "min", + "isRequired": false, + "isNullable": false, + "inputTypes": [ { - "type": "NullableEnumPostKindFieldUpdateOperationsInput", + "type": "NestedEnumPostKindNullableFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - }, + } + ] + }, + { + "name": "max", + "isRequired": false, + "isNullable": false, + "inputTypes": [ { - "type": "Null", - "location": "scalar", + "type": "NestedEnumPostKindNullableFilter", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] - }, + } + ] + }, + { + "name": "NestedJsonFilter", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ { - "name": "metadata", + "name": "equals", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -17246,14 +17034,13 @@ ] }, { - "name": "editor", + "name": "not", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "UserUpdateOneWithoutEditorPostsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Json", + "location": "scalar", "isList": false } ] @@ -17261,7 +17048,7 @@ ] }, { - "name": "postUncheckedUpdateWithoutAuthorInput", + "name": "postCreateWithoutAuthorInput", "constraints": { "maxNumFields": null, "minNumFields": null @@ -17276,12 +17063,6 @@ "type": "String", "location": "scalar", "isList": false - }, - { - "type": "StringFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false } ] }, @@ -17294,12 +17075,6 @@ "type": "DateTime", "location": "scalar", "isList": false - }, - { - "type": "DateTimeFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false } ] }, @@ -17312,66 +17087,42 @@ "type": "DateTime", "location": "scalar", "isList": false - }, - { - "type": "DateTimeFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false } ] }, { "name": "published", - "isRequired": false, + "isRequired": true, "isNullable": false, "inputTypes": [ { "type": "Boolean", "location": "scalar", "isList": false - }, - { - "type": "BoolFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false } ] }, { "name": "title", - "isRequired": false, + "isRequired": true, "isNullable": false, "inputTypes": [ { "type": "String", "location": "scalar", "isList": false - }, - { - "type": "StringFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false } ] }, { "name": "subtitle", - "isRequired": false, + "isRequired": true, "isNullable": false, "inputTypes": [ { "type": "String", "location": "scalar", "isList": false - }, - { - "type": "StringFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false } ] }, @@ -17385,35 +17136,6 @@ "location": "scalar", "isList": false }, - { - "type": "NullableStringFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "Null", - "location": "scalar", - "isList": false - } - ] - }, - { - "name": "editorId", - "isRequired": false, - "isNullable": true, - "inputTypes": [ - { - "type": "Int", - "location": "scalar", - "isList": false - }, - { - "type": "NullableIntFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, { "type": "Null", "location": "scalar", @@ -17432,12 +17154,6 @@ "location": "enumTypes", "isList": false }, - { - "type": "NullableEnumPostKindFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, { "type": "Null", "location": "scalar", @@ -17447,7 +17163,7 @@ }, { "name": "metadata", - "isRequired": false, + "isRequired": true, "isNullable": false, "inputTypes": [ { @@ -17456,11 +17172,24 @@ "isList": false } ] - } - ] - }, - { - "name": "postUncheckedUpdateManyWithoutPostsInput", + }, + { + "name": "editor", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "UserCreateOneWithoutEditorPostsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ] + }, + { + "name": "postUncheckedCreateWithoutAuthorInput", "constraints": { "maxNumFields": null, "minNumFields": null @@ -17475,12 +17204,6 @@ "type": "String", "location": "scalar", "isList": false - }, - { - "type": "StringFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false } ] }, @@ -17493,12 +17216,6 @@ "type": "DateTime", "location": "scalar", "isList": false - }, - { - "type": "DateTimeFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false } ] }, @@ -17511,66 +17228,42 @@ "type": "DateTime", "location": "scalar", "isList": false - }, - { - "type": "DateTimeFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false } ] }, { "name": "published", - "isRequired": false, + "isRequired": true, "isNullable": false, "inputTypes": [ { "type": "Boolean", "location": "scalar", "isList": false - }, - { - "type": "BoolFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false } ] }, { "name": "title", - "isRequired": false, + "isRequired": true, "isNullable": false, "inputTypes": [ { "type": "String", "location": "scalar", "isList": false - }, - { - "type": "StringFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false } ] }, { "name": "subtitle", - "isRequired": false, + "isRequired": true, "isNullable": false, "inputTypes": [ { "type": "String", "location": "scalar", "isList": false - }, - { - "type": "StringFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false } ] }, @@ -17584,12 +17277,6 @@ "location": "scalar", "isList": false }, - { - "type": "NullableStringFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, { "type": "Null", "location": "scalar", @@ -17607,12 +17294,6 @@ "location": "scalar", "isList": false }, - { - "type": "NullableIntFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, { "type": "Null", "location": "scalar", @@ -17631,12 +17312,6 @@ "location": "enumTypes", "isList": false }, - { - "type": "NullableEnumPostKindFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, { "type": "Null", "location": "scalar", @@ -17646,7 +17321,7 @@ }, { "name": "metadata", - "isRequired": false, + "isRequired": true, "isNullable": false, "inputTypes": [ { @@ -17659,29 +17334,64 @@ ] }, { - "name": "postUpdateWithoutEditorInput", + "name": "postCreateOrConnectWithoutauthorInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "uuid", - "isRequired": false, + "name": "where", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "postWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "create", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "postCreateWithoutAuthorInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false }, { - "type": "StringFieldUpdateOperationsInput", + "type": "postUncheckedCreateWithoutAuthorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false } ] + } + ] + }, + { + "name": "postCreateWithoutEditorInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "uuid", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + } + ] }, { "name": "createdAt", @@ -17692,12 +17402,6 @@ "type": "DateTime", "location": "scalar", "isList": false - }, - { - "type": "DateTimeFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false } ] }, @@ -17710,66 +17414,42 @@ "type": "DateTime", "location": "scalar", "isList": false - }, - { - "type": "DateTimeFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false } ] }, { "name": "published", - "isRequired": false, + "isRequired": true, "isNullable": false, "inputTypes": [ { "type": "Boolean", "location": "scalar", "isList": false - }, - { - "type": "BoolFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false } ] }, { "name": "title", - "isRequired": false, + "isRequired": true, "isNullable": false, "inputTypes": [ { "type": "String", "location": "scalar", "isList": false - }, - { - "type": "StringFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false } ] }, { "name": "subtitle", - "isRequired": false, + "isRequired": true, "isNullable": false, "inputTypes": [ { "type": "String", "location": "scalar", "isList": false - }, - { - "type": "StringFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false } ] }, @@ -17783,12 +17463,6 @@ "location": "scalar", "isList": false }, - { - "type": "NullableStringFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, { "type": "Null", "location": "scalar", @@ -17807,12 +17481,6 @@ "location": "enumTypes", "isList": false }, - { - "type": "NullableEnumPostKindFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, { "type": "Null", "location": "scalar", @@ -17822,7 +17490,7 @@ }, { "name": "metadata", - "isRequired": false, + "isRequired": true, "isNullable": false, "inputTypes": [ { @@ -17834,11 +17502,11 @@ }, { "name": "author", - "isRequired": false, + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "UserUpdateOneRequiredWithoutPostsInput", + "type": "UserCreateOneWithoutPostsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -17848,7 +17516,7 @@ ] }, { - "name": "postUncheckedUpdateWithoutEditorInput", + "name": "postUncheckedCreateWithoutEditorInput", "constraints": { "maxNumFields": null, "minNumFields": null @@ -17863,12 +17531,6 @@ "type": "String", "location": "scalar", "isList": false - }, - { - "type": "StringFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false } ] }, @@ -17881,12 +17543,6 @@ "type": "DateTime", "location": "scalar", "isList": false - }, - { - "type": "DateTimeFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false } ] }, @@ -17899,66 +17555,42 @@ "type": "DateTime", "location": "scalar", "isList": false - }, - { - "type": "DateTimeFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false } ] }, { "name": "published", - "isRequired": false, + "isRequired": true, "isNullable": false, "inputTypes": [ { "type": "Boolean", "location": "scalar", "isList": false - }, - { - "type": "BoolFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false } ] }, { "name": "title", - "isRequired": false, + "isRequired": true, "isNullable": false, "inputTypes": [ { "type": "String", "location": "scalar", "isList": false - }, - { - "type": "StringFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false } ] }, { "name": "subtitle", - "isRequired": false, + "isRequired": true, "isNullable": false, "inputTypes": [ { "type": "String", "location": "scalar", "isList": false - }, - { - "type": "StringFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false } ] }, @@ -17972,12 +17604,6 @@ "location": "scalar", "isList": false }, - { - "type": "NullableStringFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, { "type": "Null", "location": "scalar", @@ -17987,19 +17613,13 @@ }, { "name": "authorId", - "isRequired": false, + "isRequired": true, "isNullable": false, "inputTypes": [ { "type": "Int", "location": "scalar", "isList": false - }, - { - "type": "IntFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false } ] }, @@ -18014,12 +17634,6 @@ "location": "enumTypes", "isList": false }, - { - "type": "NullableEnumPostKindFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, { "type": "Null", "location": "scalar", @@ -18029,7 +17643,7 @@ }, { "name": "metadata", - "isRequired": false, + "isRequired": true, "isNullable": false, "inputTypes": [ { @@ -18042,24 +17656,19 @@ ] }, { - "name": "postUncheckedUpdateManyWithoutEditorPostsInput", + "name": "postCreateOrConnectWithouteditorInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "uuid", - "isRequired": false, + "name": "where", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", - "isList": false - }, - { - "type": "StringFieldUpdateOperationsInput", + "type": "postWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -18067,35 +17676,40 @@ ] }, { - "name": "createdAt", - "isRequired": false, + "name": "create", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "DateTime", - "location": "scalar", + "type": "postCreateWithoutEditorInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false }, { - "type": "DateTimeFieldUpdateOperationsInput", + "type": "postUncheckedCreateWithoutEditorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false } ] - }, + } + ] + }, + { + "name": "postUpdateWithWhereUniqueWithoutAuthorInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ { - "name": "updatedAt", - "isRequired": false, + "name": "where", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "DateTime", - "location": "scalar", - "isList": false - }, - { - "type": "DateTimeFieldUpdateOperationsInput", + "type": "postWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -18103,35 +17717,40 @@ ] }, { - "name": "published", - "isRequired": false, + "name": "data", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "Boolean", - "location": "scalar", + "type": "postUpdateWithoutAuthorInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false }, { - "type": "BoolFieldUpdateOperationsInput", + "type": "postUncheckedUpdateWithoutAuthorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false } ] - }, + } + ] + }, + { + "name": "postUpdateManyWithWhereWithoutAuthorInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ { - "name": "title", - "isRequired": false, + "name": "where", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", - "isList": false - }, - { - "type": "StringFieldUpdateOperationsInput", + "type": "postScalarWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -18139,358 +17758,287 @@ ] }, { - "name": "subtitle", - "isRequired": false, + "name": "data", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "postUpdateManyMutationInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false }, { - "type": "StringFieldUpdateOperationsInput", + "type": "postUncheckedUpdateManyWithoutPostsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false } ] - }, + } + ] + }, + { + "name": "postScalarWhereInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ { - "name": "content", + "name": "AND", "isRequired": false, - "isNullable": true, + "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "postScalarWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false }, { - "type": "NullableStringFieldUpdateOperationsInput", + "type": "postScalarWhereInput", "namespace": "prisma", "location": "inputObjectTypes", - "isList": false - }, + "isList": true + } + ] + }, + { + "name": "OR", + "isRequired": false, + "isNullable": false, + "inputTypes": [ { - "type": "Null", - "location": "scalar", - "isList": false + "type": "postScalarWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true } ] }, { - "name": "authorId", + "name": "NOT", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", + "type": "postScalarWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false }, { - "type": "IntFieldUpdateOperationsInput", + "type": "postScalarWhereInput", "namespace": "prisma", "location": "inputObjectTypes", - "isList": false + "isList": true } ] }, { - "name": "kind", + "name": "uuid", "isRequired": false, - "isNullable": true, + "isNullable": false, "inputTypes": [ { - "type": "PostKind", - "namespace": "model", - "location": "enumTypes", - "isList": false - }, - { - "type": "NullableEnumPostKindFieldUpdateOperationsInput", + "type": "StringFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "Null", + "type": "String", "location": "scalar", "isList": false } ] }, { - "name": "metadata", + "name": "createdAt", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Json", + "type": "DateTimeFilter", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "DateTime", "location": "scalar", "isList": false } ] - } - ] - }, - { - "name": "MovieUpdateWithoutDirectorInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "title", + "name": "updatedAt", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "DateTimeFilter", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false }, { - "type": "StringFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "DateTime", + "location": "scalar", "isList": false } ] - } - ] - }, - { - "name": "MovieUncheckedUpdateWithoutDirectorInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "title", + "name": "published", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "BoolFilter", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false }, { - "type": "StringFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Boolean", + "location": "scalar", "isList": false } ] - } - ] - }, - { - "name": "MovieUncheckedUpdateManyWithoutMoviesInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { "name": "title", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "StringFilter", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false }, { - "type": "StringFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "String", + "location": "scalar", "isList": false } ] - } - ] - }, - { - "name": "CreatorUpdateWithoutLikesInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ + }, { - "name": "name", + "name": "subtitle", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "StringFilter", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false }, { - "type": "StringFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "String", + "location": "scalar", "isList": false } ] }, { - "name": "problems", + "name": "content", "isRequired": false, - "isNullable": false, + "isNullable": true, "inputTypes": [ { - "type": "ProblemUpdateManyWithoutCreatorInput", + "type": "StringNullableFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - } - ] - } - ] - }, - { - "name": "CreatorUncheckedUpdateWithoutLikesInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ - { - "name": "id", - "isRequired": false, - "isNullable": false, - "inputTypes": [ + }, { - "type": "Int", + "type": "String", "location": "scalar", "isList": false }, { - "type": "IntFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Null", + "location": "scalar", "isList": false } ] }, { - "name": "name", + "name": "authorId", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "IntFilter", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false }, { - "type": "StringFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Int", + "location": "scalar", "isList": false } ] }, { - "name": "problems", + "name": "editorId", "isRequired": false, - "isNullable": false, + "isNullable": true, "inputTypes": [ { - "type": "ProblemUncheckedUpdateManyWithoutCreatorInput", + "type": "IntNullableFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - } - ] - } - ] - }, - { - "name": "CreatorUncheckedUpdateManyWithoutLikedByInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ - { - "name": "id", - "isRequired": false, - "isNullable": false, - "inputTypes": [ + }, { "type": "Int", "location": "scalar", "isList": false }, { - "type": "IntFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Null", + "location": "scalar", "isList": false } ] }, { - "name": "name", + "name": "kind", "isRequired": false, - "isNullable": false, + "isNullable": true, "inputTypes": [ { - "type": "String", - "location": "scalar", - "isList": false - }, - { - "type": "StringFieldUpdateOperationsInput", + "type": "EnumPostKindNullableFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - } - ] - } - ] - }, - { - "name": "ProblemUpdateWithoutLikedByInput", - "constraints": { - "maxNumFields": null, - "minNumFields": null - }, - "fields": [ - { - "name": "problemText", - "isRequired": false, - "isNullable": false, - "inputTypes": [ + }, { - "type": "String", - "location": "scalar", + "type": "PostKind", + "namespace": "model", + "location": "enumTypes", "isList": false }, { - "type": "StringFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Null", + "location": "scalar", "isList": false } ] }, { - "name": "creator", + "name": "metadata", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "CreatorUpdateOneWithoutProblemsInput", + "type": "JsonFilter", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -18500,24 +18048,19 @@ ] }, { - "name": "ProblemUncheckedUpdateWithoutLikedByInput", + "name": "postUpsertWithWhereUniqueWithoutAuthorInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "id", - "isRequired": false, + "name": "where", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", - "isList": false - }, - { - "type": "IntFieldUpdateOperationsInput", + "type": "postWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -18525,17 +18068,18 @@ ] }, { - "name": "problemText", - "isRequired": false, + "name": "update", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "postUpdateWithoutAuthorInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false }, { - "type": "StringFieldUpdateOperationsInput", + "type": "postUncheckedUpdateWithoutAuthorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -18543,24 +18087,20 @@ ] }, { - "name": "creatorId", - "isRequired": false, - "isNullable": true, + "name": "create", + "isRequired": true, + "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", - "isList": false - }, - { - "type": "NullableIntFieldUpdateOperationsInput", + "type": "postCreateWithoutAuthorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "Null", - "location": "scalar", + "type": "postUncheckedCreateWithoutAuthorInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] @@ -18568,24 +18108,19 @@ ] }, { - "name": "ProblemUncheckedUpdateManyWithoutLikesInput", + "name": "postUpdateWithWhereUniqueWithoutEditorInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "id", - "isRequired": false, + "name": "where", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", - "isList": false - }, - { - "type": "IntFieldUpdateOperationsInput", + "type": "postWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -18593,67 +18128,40 @@ ] }, { - "name": "problemText", - "isRequired": false, + "name": "data", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", - "isList": false - }, - { - "type": "StringFieldUpdateOperationsInput", + "type": "postUpdateWithoutEditorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - } - ] - }, - { - "name": "creatorId", - "isRequired": false, - "isNullable": true, - "inputTypes": [ - { - "type": "Int", - "location": "scalar", - "isList": false }, { - "type": "NullableIntFieldUpdateOperationsInput", + "type": "postUncheckedUpdateWithoutEditorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - }, - { - "type": "Null", - "location": "scalar", - "isList": false } ] } ] }, { - "name": "ProblemUpdateWithoutCreatorInput", + "name": "postUpdateManyWithWhereWithoutEditorInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "problemText", - "isRequired": false, + "name": "where", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", - "isList": false - }, - { - "type": "StringFieldUpdateOperationsInput", + "type": "postScalarWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -18661,12 +18169,18 @@ ] }, { - "name": "likedBy", - "isRequired": false, + "name": "data", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "CreatorUpdateManyWithoutLikesInput", + "type": "postUpdateManyMutationInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "postUncheckedUpdateManyWithoutEditorPostsInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -18676,24 +18190,38 @@ ] }, { - "name": "ProblemUncheckedUpdateWithoutCreatorInput", + "name": "postUpsertWithWhereUniqueWithoutEditorInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "id", - "isRequired": false, + "name": "where", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", + "type": "postWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "update", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "postUpdateWithoutEditorInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false }, { - "type": "IntFieldUpdateOperationsInput", + "type": "postUncheckedUpdateWithoutEditorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -18701,17 +18229,18 @@ ] }, { - "name": "problemText", - "isRequired": false, + "name": "create", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "String", - "location": "scalar", + "type": "postCreateWithoutEditorInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false }, { - "type": "StringFieldUpdateOperationsInput", + "type": "postUncheckedCreateWithoutEditorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -18721,42 +18250,97 @@ ] }, { - "name": "ProblemUncheckedUpdateManyWithoutProblemsInput", + "name": "UserCreateWithoutPostsInput", "constraints": { "maxNumFields": null, "minNumFields": null }, "fields": [ { - "name": "id", + "name": "email", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "name", "isRequired": false, + "isNullable": true, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "Null", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "age", + "isRequired": true, "isNullable": false, "inputTypes": [ { "type": "Int", "location": "scalar", "isList": false - }, + } + ] + }, + { + "name": "balance", + "isRequired": true, + "isNullable": false, + "inputTypes": [ { - "type": "IntFieldUpdateOperationsInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Float", + "location": "scalar", "isList": false } ] }, { - "name": "problemText", - "isRequired": false, + "name": "amount", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "String", + "type": "Float", "location": "scalar", "isList": false - }, + } + ] + }, + { + "name": "role", + "isRequired": true, + "isNullable": false, + "inputTypes": [ { - "type": "StringFieldUpdateOperationsInput", + "type": "Role", + "namespace": "model", + "location": "enumTypes", + "isList": false + } + ] + }, + { + "name": "editorPosts", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "postCreateManyWithoutEditorInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -18764,137 +18348,6924 @@ ] } ] - } - ] - }, - "outputObjectTypes": { - "prisma": [ + }, { - "name": "Query", + "name": "UserUncheckedCreateWithoutPostsInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, "fields": [ { - "name": "findFirstUser", - "args": [ + "name": "id", + "isRequired": false, + "isNullable": false, + "inputTypes": [ { - "name": "where", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "UserWhereInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - }, + "type": "Int", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "email", + "isRequired": true, + "isNullable": false, + "inputTypes": [ { - "name": "orderBy", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "UserOrderByInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true - }, - { - "type": "UserOrderByInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - }, + "type": "String", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "name", + "isRequired": false, + "isNullable": true, + "inputTypes": [ { - "name": "cursor", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "UserWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] + "type": "String", + "location": "scalar", + "isList": false }, { - "name": "take", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "Int", - "location": "scalar", - "isList": false - } - ] - }, + "type": "Null", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "age", + "isRequired": true, + "isNullable": false, + "inputTypes": [ { - "name": "skip", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "Int", - "location": "scalar", - "isList": false - } - ] - }, + "type": "Int", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "balance", + "isRequired": true, + "isNullable": false, + "inputTypes": [ { - "name": "distinct", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "UserScalarFieldEnum", - "namespace": "prisma", - "location": "enumTypes", - "isList": true - } - ] + "type": "Float", + "location": "scalar", + "isList": false } - ], - "isNullable": true, - "outputType": { - "type": "User", - "namespace": "model", - "location": "outputObjectTypes", - "isList": false - } + ] }, { - "name": "findManyUser", - "args": [ + "name": "amount", + "isRequired": true, + "isNullable": false, + "inputTypes": [ { - "name": "where", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "UserWhereInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - }, + "type": "Float", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "role", + "isRequired": true, + "isNullable": false, + "inputTypes": [ { - "name": "orderBy", - "isRequired": false, + "type": "Role", + "namespace": "model", + "location": "enumTypes", + "isList": false + } + ] + }, + { + "name": "editorPosts", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "postUncheckedCreateManyWithoutEditorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ] + }, + { + "name": "UserCreateOrConnectWithoutpostsInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "where", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "UserWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "create", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "UserCreateWithoutPostsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "UserUncheckedCreateWithoutPostsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ] + }, + { + "name": "UserCreateWithoutEditorPostsInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "email", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "name", + "isRequired": false, + "isNullable": true, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "Null", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "age", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "balance", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "Float", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "amount", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "Float", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "role", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "Role", + "namespace": "model", + "location": "enumTypes", + "isList": false + } + ] + }, + { + "name": "posts", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "postCreateManyWithoutAuthorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ] + }, + { + "name": "UserUncheckedCreateWithoutEditorPostsInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "id", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "email", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "name", + "isRequired": false, + "isNullable": true, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "Null", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "age", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "balance", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "Float", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "amount", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "Float", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "role", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "Role", + "namespace": "model", + "location": "enumTypes", + "isList": false + } + ] + }, + { + "name": "posts", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "postUncheckedCreateManyWithoutAuthorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ] + }, + { + "name": "UserCreateOrConnectWithouteditorPostsInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "where", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "UserWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "create", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "UserCreateWithoutEditorPostsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "UserUncheckedCreateWithoutEditorPostsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ] + }, + { + "name": "UserUpdateWithoutPostsInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "email", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "name", + "isRequired": false, + "isNullable": true, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "NullableStringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "Null", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "age", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + }, + { + "type": "IntFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "balance", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Float", + "location": "scalar", + "isList": false + }, + { + "type": "FloatFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "amount", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Float", + "location": "scalar", + "isList": false + }, + { + "type": "FloatFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "role", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Role", + "namespace": "model", + "location": "enumTypes", + "isList": false + }, + { + "type": "EnumRoleFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "editorPosts", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "postUpdateManyWithoutEditorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ] + }, + { + "name": "UserUncheckedUpdateWithoutPostsInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "id", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + }, + { + "type": "IntFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "email", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "name", + "isRequired": false, + "isNullable": true, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "NullableStringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "Null", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "age", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + }, + { + "type": "IntFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "balance", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Float", + "location": "scalar", + "isList": false + }, + { + "type": "FloatFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "amount", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Float", + "location": "scalar", + "isList": false + }, + { + "type": "FloatFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "role", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Role", + "namespace": "model", + "location": "enumTypes", + "isList": false + }, + { + "type": "EnumRoleFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "editorPosts", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "postUncheckedUpdateManyWithoutEditorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ] + }, + { + "name": "UserUpsertWithoutPostsInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "update", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "UserUpdateWithoutPostsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "UserUncheckedUpdateWithoutPostsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "create", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "UserCreateWithoutPostsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "UserUncheckedCreateWithoutPostsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ] + }, + { + "name": "UserUpdateWithoutEditorPostsInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "email", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "name", + "isRequired": false, + "isNullable": true, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "NullableStringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "Null", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "age", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + }, + { + "type": "IntFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "balance", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Float", + "location": "scalar", + "isList": false + }, + { + "type": "FloatFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "amount", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Float", + "location": "scalar", + "isList": false + }, + { + "type": "FloatFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "role", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Role", + "namespace": "model", + "location": "enumTypes", + "isList": false + }, + { + "type": "EnumRoleFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "posts", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "postUpdateManyWithoutAuthorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ] + }, + { + "name": "UserUncheckedUpdateWithoutEditorPostsInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "id", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + }, + { + "type": "IntFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "email", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "name", + "isRequired": false, + "isNullable": true, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "NullableStringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "Null", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "age", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + }, + { + "type": "IntFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "balance", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Float", + "location": "scalar", + "isList": false + }, + { + "type": "FloatFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "amount", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Float", + "location": "scalar", + "isList": false + }, + { + "type": "FloatFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "role", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Role", + "namespace": "model", + "location": "enumTypes", + "isList": false + }, + { + "type": "EnumRoleFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "posts", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "postUncheckedUpdateManyWithoutAuthorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ] + }, + { + "name": "UserUpsertWithoutEditorPostsInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "update", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "UserUpdateWithoutEditorPostsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "UserUncheckedUpdateWithoutEditorPostsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "create", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "UserCreateWithoutEditorPostsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "UserUncheckedCreateWithoutEditorPostsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ] + }, + { + "name": "DirectorCreateWithoutMoviesInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "firstName", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "lastName", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + } + ] + } + ] + }, + { + "name": "DirectorUncheckedCreateWithoutMoviesInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "firstName", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "lastName", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + } + ] + } + ] + }, + { + "name": "DirectorCreateOrConnectWithoutmoviesInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "where", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "DirectorWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "create", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "DirectorCreateWithoutMoviesInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "DirectorUncheckedCreateWithoutMoviesInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ] + }, + { + "name": "DirectorUpdateWithoutMoviesInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "firstName", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "lastName", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ] + }, + { + "name": "DirectorUncheckedUpdateWithoutMoviesInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "firstName", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "lastName", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ] + }, + { + "name": "DirectorUpsertWithoutMoviesInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "update", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "DirectorUpdateWithoutMoviesInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "DirectorUncheckedUpdateWithoutMoviesInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "create", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "DirectorCreateWithoutMoviesInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "DirectorUncheckedCreateWithoutMoviesInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ] + }, + { + "name": "MovieCreateWithoutDirectorInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "title", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + } + ] + } + ] + }, + { + "name": "MovieUncheckedCreateWithoutDirectorInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "title", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + } + ] + } + ] + }, + { + "name": "MovieCreateOrConnectWithoutdirectorInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "where", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "MovieWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "create", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "MovieCreateWithoutDirectorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "MovieUncheckedCreateWithoutDirectorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ] + }, + { + "name": "MovieUpdateWithWhereUniqueWithoutDirectorInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "where", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "MovieWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "data", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "MovieUpdateWithoutDirectorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "MovieUncheckedUpdateWithoutDirectorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ] + }, + { + "name": "MovieUpdateManyWithWhereWithoutDirectorInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "where", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "MovieScalarWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "data", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "MovieUpdateManyMutationInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "MovieUncheckedUpdateManyWithoutMoviesInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ] + }, + { + "name": "MovieScalarWhereInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "AND", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "MovieScalarWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "MovieScalarWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true + } + ] + }, + { + "name": "OR", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "MovieScalarWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true + } + ] + }, + { + "name": "NOT", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "MovieScalarWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "MovieScalarWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true + } + ] + }, + { + "name": "directorFirstName", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "StringFilter", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "String", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "directorLastName", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "StringFilter", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "String", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "title", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "StringFilter", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "String", + "location": "scalar", + "isList": false + } + ] + } + ] + }, + { + "name": "MovieUpsertWithWhereUniqueWithoutDirectorInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "where", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "MovieWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "update", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "MovieUpdateWithoutDirectorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "MovieUncheckedUpdateWithoutDirectorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "create", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "MovieCreateWithoutDirectorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "MovieUncheckedCreateWithoutDirectorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ] + }, + { + "name": "CreatorCreateWithoutLikesInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "name", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "problems", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "ProblemCreateManyWithoutCreatorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ] + }, + { + "name": "CreatorUncheckedCreateWithoutLikesInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "id", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "name", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "problems", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "ProblemUncheckedCreateManyWithoutCreatorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ] + }, + { + "name": "CreatorCreateOrConnectWithoutlikesInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "where", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "CreatorWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "create", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "CreatorCreateWithoutLikesInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "CreatorUncheckedCreateWithoutLikesInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ] + }, + { + "name": "CreatorCreateWithoutProblemsInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "name", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "likes", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "ProblemCreateManyWithoutLikedByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ] + }, + { + "name": "CreatorUncheckedCreateWithoutProblemsInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "id", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "name", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + } + ] + } + ] + }, + { + "name": "CreatorCreateOrConnectWithoutproblemsInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "where", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "CreatorWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "create", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "CreatorCreateWithoutProblemsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "CreatorUncheckedCreateWithoutProblemsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ] + }, + { + "name": "CreatorUpdateWithWhereUniqueWithoutLikesInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "where", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "CreatorWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "data", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "CreatorUpdateWithoutLikesInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "CreatorUncheckedUpdateWithoutLikesInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ] + }, + { + "name": "CreatorUpdateManyWithWhereWithoutLikesInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "where", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "CreatorScalarWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "data", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "CreatorUpdateManyMutationInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "CreatorUncheckedUpdateManyWithoutLikedByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ] + }, + { + "name": "CreatorScalarWhereInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "AND", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "CreatorScalarWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "CreatorScalarWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true + } + ] + }, + { + "name": "OR", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "CreatorScalarWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true + } + ] + }, + { + "name": "NOT", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "CreatorScalarWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "CreatorScalarWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true + } + ] + }, + { + "name": "id", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "IntFilter", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "name", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "StringFilter", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "String", + "location": "scalar", + "isList": false + } + ] + } + ] + }, + { + "name": "CreatorUpsertWithWhereUniqueWithoutLikesInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "where", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "CreatorWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "update", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "CreatorUpdateWithoutLikesInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "CreatorUncheckedUpdateWithoutLikesInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "create", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "CreatorCreateWithoutLikesInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "CreatorUncheckedCreateWithoutLikesInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ] + }, + { + "name": "CreatorUpdateWithoutProblemsInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "name", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "likes", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "ProblemUpdateManyWithoutLikedByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ] + }, + { + "name": "CreatorUncheckedUpdateWithoutProblemsInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "id", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + }, + { + "type": "IntFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "name", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ] + }, + { + "name": "CreatorUpsertWithoutProblemsInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "update", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "CreatorUpdateWithoutProblemsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "CreatorUncheckedUpdateWithoutProblemsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "create", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "CreatorCreateWithoutProblemsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "CreatorUncheckedCreateWithoutProblemsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ] + }, + { + "name": "ProblemCreateWithoutLikedByInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "problemText", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "creator", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "CreatorCreateOneWithoutProblemsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ] + }, + { + "name": "ProblemUncheckedCreateWithoutLikedByInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "id", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "problemText", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "creatorId", + "isRequired": false, + "isNullable": true, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + }, + { + "type": "Null", + "location": "scalar", + "isList": false + } + ] + } + ] + }, + { + "name": "ProblemCreateOrConnectWithoutlikedByInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "where", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "ProblemWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "create", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "ProblemCreateWithoutLikedByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "ProblemUncheckedCreateWithoutLikedByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ] + }, + { + "name": "ProblemCreateWithoutCreatorInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "problemText", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "likedBy", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "CreatorCreateManyWithoutLikesInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ] + }, + { + "name": "ProblemUncheckedCreateWithoutCreatorInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "id", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "problemText", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + } + ] + } + ] + }, + { + "name": "ProblemCreateOrConnectWithoutcreatorInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "where", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "ProblemWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "create", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "ProblemCreateWithoutCreatorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "ProblemUncheckedCreateWithoutCreatorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ] + }, + { + "name": "ProblemUpdateWithWhereUniqueWithoutLikedByInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "where", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "ProblemWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "data", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "ProblemUpdateWithoutLikedByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "ProblemUncheckedUpdateWithoutLikedByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ] + }, + { + "name": "ProblemUpdateManyWithWhereWithoutLikedByInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "where", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "ProblemScalarWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "data", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "ProblemUpdateManyMutationInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "ProblemUncheckedUpdateManyWithoutLikesInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ] + }, + { + "name": "ProblemScalarWhereInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "AND", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "ProblemScalarWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "ProblemScalarWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true + } + ] + }, + { + "name": "OR", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "ProblemScalarWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true + } + ] + }, + { + "name": "NOT", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "ProblemScalarWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "ProblemScalarWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true + } + ] + }, + { + "name": "id", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "IntFilter", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "problemText", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "StringFilter", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "String", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "creatorId", + "isRequired": false, + "isNullable": true, + "inputTypes": [ + { + "type": "IntNullableFilter", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "Int", + "location": "scalar", + "isList": false + }, + { + "type": "Null", + "location": "scalar", + "isList": false + } + ] + } + ] + }, + { + "name": "ProblemUpsertWithWhereUniqueWithoutLikedByInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "where", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "ProblemWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "update", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "ProblemUpdateWithoutLikedByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "ProblemUncheckedUpdateWithoutLikedByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "create", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "ProblemCreateWithoutLikedByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "ProblemUncheckedCreateWithoutLikedByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ] + }, + { + "name": "ProblemUpdateWithWhereUniqueWithoutCreatorInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "where", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "ProblemWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "data", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "ProblemUpdateWithoutCreatorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "ProblemUncheckedUpdateWithoutCreatorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ] + }, + { + "name": "ProblemUpdateManyWithWhereWithoutCreatorInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "where", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "ProblemScalarWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "data", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "ProblemUpdateManyMutationInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "ProblemUncheckedUpdateManyWithoutProblemsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ] + }, + { + "name": "ProblemUpsertWithWhereUniqueWithoutCreatorInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "where", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "ProblemWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "update", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "ProblemUpdateWithoutCreatorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "ProblemUncheckedUpdateWithoutCreatorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "create", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "ProblemCreateWithoutCreatorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "ProblemUncheckedCreateWithoutCreatorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ] + }, + { + "name": "postUpdateWithoutAuthorInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "uuid", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "createdAt", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "DateTime", + "location": "scalar", + "isList": false + }, + { + "type": "DateTimeFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "updatedAt", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "DateTime", + "location": "scalar", + "isList": false + }, + { + "type": "DateTimeFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "published", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Boolean", + "location": "scalar", + "isList": false + }, + { + "type": "BoolFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "title", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "subtitle", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "content", + "isRequired": false, + "isNullable": true, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "NullableStringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "Null", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "kind", + "isRequired": false, + "isNullable": true, + "inputTypes": [ + { + "type": "PostKind", + "namespace": "model", + "location": "enumTypes", + "isList": false + }, + { + "type": "NullableEnumPostKindFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "Null", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "metadata", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Json", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "editor", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "UserUpdateOneWithoutEditorPostsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ] + }, + { + "name": "postUncheckedUpdateWithoutAuthorInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "uuid", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "createdAt", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "DateTime", + "location": "scalar", + "isList": false + }, + { + "type": "DateTimeFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "updatedAt", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "DateTime", + "location": "scalar", + "isList": false + }, + { + "type": "DateTimeFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "published", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Boolean", + "location": "scalar", + "isList": false + }, + { + "type": "BoolFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "title", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "subtitle", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "content", + "isRequired": false, + "isNullable": true, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "NullableStringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "Null", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "editorId", + "isRequired": false, + "isNullable": true, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + }, + { + "type": "NullableIntFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "Null", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "kind", + "isRequired": false, + "isNullable": true, + "inputTypes": [ + { + "type": "PostKind", + "namespace": "model", + "location": "enumTypes", + "isList": false + }, + { + "type": "NullableEnumPostKindFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "Null", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "metadata", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Json", + "location": "scalar", + "isList": false + } + ] + } + ] + }, + { + "name": "postUncheckedUpdateManyWithoutPostsInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "uuid", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "createdAt", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "DateTime", + "location": "scalar", + "isList": false + }, + { + "type": "DateTimeFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "updatedAt", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "DateTime", + "location": "scalar", + "isList": false + }, + { + "type": "DateTimeFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "published", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Boolean", + "location": "scalar", + "isList": false + }, + { + "type": "BoolFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "title", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "subtitle", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "content", + "isRequired": false, + "isNullable": true, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "NullableStringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "Null", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "editorId", + "isRequired": false, + "isNullable": true, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + }, + { + "type": "NullableIntFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "Null", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "kind", + "isRequired": false, + "isNullable": true, + "inputTypes": [ + { + "type": "PostKind", + "namespace": "model", + "location": "enumTypes", + "isList": false + }, + { + "type": "NullableEnumPostKindFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "Null", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "metadata", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Json", + "location": "scalar", + "isList": false + } + ] + } + ] + }, + { + "name": "postUpdateWithoutEditorInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "uuid", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "createdAt", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "DateTime", + "location": "scalar", + "isList": false + }, + { + "type": "DateTimeFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "updatedAt", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "DateTime", + "location": "scalar", + "isList": false + }, + { + "type": "DateTimeFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "published", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Boolean", + "location": "scalar", + "isList": false + }, + { + "type": "BoolFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "title", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "subtitle", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "content", + "isRequired": false, + "isNullable": true, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "NullableStringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "Null", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "kind", + "isRequired": false, + "isNullable": true, + "inputTypes": [ + { + "type": "PostKind", + "namespace": "model", + "location": "enumTypes", + "isList": false + }, + { + "type": "NullableEnumPostKindFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "Null", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "metadata", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Json", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "author", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "UserUpdateOneRequiredWithoutPostsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ] + }, + { + "name": "postUncheckedUpdateWithoutEditorInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "uuid", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "createdAt", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "DateTime", + "location": "scalar", + "isList": false + }, + { + "type": "DateTimeFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "updatedAt", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "DateTime", + "location": "scalar", + "isList": false + }, + { + "type": "DateTimeFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "published", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Boolean", + "location": "scalar", + "isList": false + }, + { + "type": "BoolFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "title", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "subtitle", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "content", + "isRequired": false, + "isNullable": true, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "NullableStringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "Null", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "authorId", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + }, + { + "type": "IntFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "kind", + "isRequired": false, + "isNullable": true, + "inputTypes": [ + { + "type": "PostKind", + "namespace": "model", + "location": "enumTypes", + "isList": false + }, + { + "type": "NullableEnumPostKindFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "Null", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "metadata", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Json", + "location": "scalar", + "isList": false + } + ] + } + ] + }, + { + "name": "postUncheckedUpdateManyWithoutEditorPostsInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "uuid", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "createdAt", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "DateTime", + "location": "scalar", + "isList": false + }, + { + "type": "DateTimeFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "updatedAt", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "DateTime", + "location": "scalar", + "isList": false + }, + { + "type": "DateTimeFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "published", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Boolean", + "location": "scalar", + "isList": false + }, + { + "type": "BoolFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "title", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "subtitle", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "content", + "isRequired": false, + "isNullable": true, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "NullableStringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "Null", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "authorId", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + }, + { + "type": "IntFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "kind", + "isRequired": false, + "isNullable": true, + "inputTypes": [ + { + "type": "PostKind", + "namespace": "model", + "location": "enumTypes", + "isList": false + }, + { + "type": "NullableEnumPostKindFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "Null", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "metadata", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Json", + "location": "scalar", + "isList": false + } + ] + } + ] + }, + { + "name": "MovieUpdateWithoutDirectorInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "title", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ] + }, + { + "name": "MovieUncheckedUpdateWithoutDirectorInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "title", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ] + }, + { + "name": "MovieUncheckedUpdateManyWithoutMoviesInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "title", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ] + }, + { + "name": "CreatorUpdateWithoutLikesInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "name", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "problems", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "ProblemUpdateManyWithoutCreatorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ] + }, + { + "name": "CreatorUncheckedUpdateWithoutLikesInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "id", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + }, + { + "type": "IntFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "name", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "problems", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "ProblemUncheckedUpdateManyWithoutCreatorInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ] + }, + { + "name": "CreatorUncheckedUpdateManyWithoutLikedByInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "id", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + }, + { + "type": "IntFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "name", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ] + }, + { + "name": "ProblemUpdateWithoutLikedByInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "problemText", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "creator", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "CreatorUpdateOneWithoutProblemsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ] + }, + { + "name": "ProblemUncheckedUpdateWithoutLikedByInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "id", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + }, + { + "type": "IntFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "problemText", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "creatorId", + "isRequired": false, + "isNullable": true, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + }, + { + "type": "NullableIntFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "Null", + "location": "scalar", + "isList": false + } + ] + } + ] + }, + { + "name": "ProblemUncheckedUpdateManyWithoutLikesInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "id", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + }, + { + "type": "IntFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "problemText", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "creatorId", + "isRequired": false, + "isNullable": true, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + }, + { + "type": "NullableIntFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "Null", + "location": "scalar", + "isList": false + } + ] + } + ] + }, + { + "name": "ProblemUpdateWithoutCreatorInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "problemText", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "likedBy", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "CreatorUpdateManyWithoutLikesInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ] + }, + { + "name": "ProblemUncheckedUpdateWithoutCreatorInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "id", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + }, + { + "type": "IntFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "problemText", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ] + }, + { + "name": "ProblemUncheckedUpdateManyWithoutProblemsInput", + "constraints": { + "maxNumFields": null, + "minNumFields": null + }, + "fields": [ + { + "name": "id", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + }, + { + "type": "IntFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "problemText", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "String", + "location": "scalar", + "isList": false + }, + { + "type": "StringFieldUpdateOperationsInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ] + } + ] + }, + "outputObjectTypes": { + "prisma": [ + { + "name": "Query", + "fields": [ + { + "name": "findFirstUser", + "args": [ + { + "name": "where", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "UserWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "orderBy", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "UserOrderByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true + }, + { + "type": "UserOrderByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "cursor", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "UserWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "take", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "skip", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "distinct", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "UserScalarFieldEnum", + "namespace": "prisma", + "location": "enumTypes", + "isList": true + } + ] + } + ], + "isNullable": true, + "outputType": { + "type": "User", + "namespace": "model", + "location": "outputObjectTypes", + "isList": false + } + }, + { + "name": "findManyUser", + "args": [ + { + "name": "where", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "UserWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "orderBy", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "UserOrderByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true + }, + { + "type": "UserOrderByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "cursor", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "UserWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "take", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "skip", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "distinct", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "UserScalarFieldEnum", + "namespace": "prisma", + "location": "enumTypes", + "isList": true + } + ] + } + ], + "isNullable": false, + "outputType": { + "type": "User", + "namespace": "model", + "location": "outputObjectTypes", + "isList": true + } + }, + { + "name": "aggregateUser", + "args": [ + { + "name": "where", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "UserWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "orderBy", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "UserOrderByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true + }, + { + "type": "UserOrderByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "cursor", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "UserWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "take", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "skip", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + } + ], + "isNullable": false, + "outputType": { + "type": "AggregateUser", + "namespace": "prisma", + "location": "outputObjectTypes", + "isList": false + } + }, + { + "name": "groupByUser", + "args": [ + { + "name": "where", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "UserWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "orderBy", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "UserOrderByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true + }, + { + "type": "UserOrderByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "by", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "UserScalarFieldEnum", + "namespace": "prisma", + "location": "enumTypes", + "isList": true + }, + { + "type": "UserScalarFieldEnum", + "namespace": "prisma", + "location": "enumTypes", + "isList": false + } + ] + }, + { + "name": "having", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "UserScalarWhereWithAggregatesInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "take", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "skip", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + } + ], + "isNullable": false, + "outputType": { + "type": "UserGroupByOutputType", + "namespace": "prisma", + "location": "outputObjectTypes", + "isList": true + } + }, + { + "name": "findOneUser", + "args": [ + { + "name": "where", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "UserWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ], + "isNullable": true, + "outputType": { + "type": "User", + "namespace": "model", + "location": "outputObjectTypes", + "isList": false + }, + "deprecation": { + "sinceVersion": "2.14", + "reason": "The `findOne` query has been deprecated and replaced with `findUnique`.", + "plannedRemovalVersion": "2.15" + } + }, + { + "name": "findUniqueUser", + "args": [ + { + "name": "where", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "UserWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ], + "isNullable": true, + "outputType": { + "type": "User", + "namespace": "model", + "location": "outputObjectTypes", + "isList": false + } + }, + { + "name": "findFirstpost", + "args": [ + { + "name": "where", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "postWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "orderBy", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "postOrderByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true + }, + { + "type": "postOrderByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "cursor", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "postWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "take", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "skip", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "distinct", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "PostScalarFieldEnum", + "namespace": "prisma", + "location": "enumTypes", + "isList": true + } + ] + } + ], + "isNullable": true, + "outputType": { + "type": "post", + "namespace": "model", + "location": "outputObjectTypes", + "isList": false + } + }, + { + "name": "findManypost", + "args": [ + { + "name": "where", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "postWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "orderBy", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "postOrderByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true + }, + { + "type": "postOrderByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "cursor", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "postWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "take", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "skip", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "distinct", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "PostScalarFieldEnum", + "namespace": "prisma", + "location": "enumTypes", + "isList": true + } + ] + } + ], + "isNullable": false, + "outputType": { + "type": "post", + "namespace": "model", + "location": "outputObjectTypes", + "isList": true + } + }, + { + "name": "aggregatepost", + "args": [ + { + "name": "where", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "postWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "orderBy", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "postOrderByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true + }, + { + "type": "postOrderByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "cursor", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "postWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "take", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "skip", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + } + ], + "isNullable": false, + "outputType": { + "type": "AggregatePost", + "namespace": "prisma", + "location": "outputObjectTypes", + "isList": false + } + }, + { + "name": "groupBypost", + "args": [ + { + "name": "where", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "postWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "orderBy", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "postOrderByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true + }, + { + "type": "postOrderByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "by", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "PostScalarFieldEnum", + "namespace": "prisma", + "location": "enumTypes", + "isList": true + }, + { + "type": "PostScalarFieldEnum", + "namespace": "prisma", + "location": "enumTypes", + "isList": false + } + ] + }, + { + "name": "having", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "postScalarWhereWithAggregatesInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "take", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "skip", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + } + ], + "isNullable": false, + "outputType": { + "type": "PostGroupByOutputType", + "namespace": "prisma", + "location": "outputObjectTypes", + "isList": true + } + }, + { + "name": "findOnepost", + "args": [ + { + "name": "where", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "postWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ], + "isNullable": true, + "outputType": { + "type": "post", + "namespace": "model", + "location": "outputObjectTypes", + "isList": false + }, + "deprecation": { + "sinceVersion": "2.14", + "reason": "The `findOne` query has been deprecated and replaced with `findUnique`.", + "plannedRemovalVersion": "2.15" + } + }, + { + "name": "findUniquepost", + "args": [ + { + "name": "where", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "postWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ], + "isNullable": true, + "outputType": { + "type": "post", + "namespace": "model", + "location": "outputObjectTypes", + "isList": false + } + }, + { + "name": "findFirstCategory", + "args": [ + { + "name": "where", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "CategoryWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "orderBy", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "CategoryOrderByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true + }, + { + "type": "CategoryOrderByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "cursor", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "CategoryWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "take", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "skip", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "distinct", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "CategoryScalarFieldEnum", + "namespace": "prisma", + "location": "enumTypes", + "isList": true + } + ] + } + ], + "isNullable": true, + "outputType": { + "type": "Category", + "namespace": "model", + "location": "outputObjectTypes", + "isList": false + } + }, + { + "name": "findManyCategory", + "args": [ + { + "name": "where", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "CategoryWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "orderBy", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "CategoryOrderByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true + }, + { + "type": "CategoryOrderByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "cursor", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "CategoryWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "take", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "skip", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "distinct", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "CategoryScalarFieldEnum", + "namespace": "prisma", + "location": "enumTypes", + "isList": true + } + ] + } + ], + "isNullable": false, + "outputType": { + "type": "Category", + "namespace": "model", + "location": "outputObjectTypes", + "isList": true + } + }, + { + "name": "aggregateCategory", + "args": [ + { + "name": "where", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "CategoryWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "orderBy", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "CategoryOrderByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true + }, + { + "type": "CategoryOrderByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "cursor", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "CategoryWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "take", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "skip", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + } + ], + "isNullable": false, + "outputType": { + "type": "AggregateCategory", + "namespace": "prisma", + "location": "outputObjectTypes", + "isList": false + } + }, + { + "name": "groupByCategory", + "args": [ + { + "name": "where", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "CategoryWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "orderBy", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "CategoryOrderByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true + }, + { + "type": "CategoryOrderByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "by", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "CategoryScalarFieldEnum", + "namespace": "prisma", + "location": "enumTypes", + "isList": true + }, + { + "type": "CategoryScalarFieldEnum", + "namespace": "prisma", + "location": "enumTypes", + "isList": false + } + ] + }, + { + "name": "having", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "CategoryScalarWhereWithAggregatesInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "take", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "skip", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + } + ], + "isNullable": false, + "outputType": { + "type": "CategoryGroupByOutputType", + "namespace": "prisma", + "location": "outputObjectTypes", + "isList": true + } + }, + { + "name": "findOneCategory", + "args": [ + { + "name": "where", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "CategoryWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ], + "isNullable": true, + "outputType": { + "type": "Category", + "namespace": "model", + "location": "outputObjectTypes", + "isList": false + }, + "deprecation": { + "sinceVersion": "2.14", + "reason": "The `findOne` query has been deprecated and replaced with `findUnique`.", + "plannedRemovalVersion": "2.15" + } + }, + { + "name": "findUniqueCategory", + "args": [ + { + "name": "where", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "CategoryWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ], + "isNullable": true, + "outputType": { + "type": "Category", + "namespace": "model", + "location": "outputObjectTypes", + "isList": false + } + }, + { + "name": "findFirstPatient", + "args": [ + { + "name": "where", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "PatientWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "orderBy", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "PatientOrderByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true + }, + { + "type": "PatientOrderByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "cursor", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "PatientWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "take", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "skip", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "distinct", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "PatientScalarFieldEnum", + "namespace": "prisma", + "location": "enumTypes", + "isList": true + } + ] + } + ], + "isNullable": true, + "outputType": { + "type": "Patient", + "namespace": "model", + "location": "outputObjectTypes", + "isList": false + } + }, + { + "name": "findManyPatient", + "args": [ + { + "name": "where", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "PatientWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "orderBy", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "PatientOrderByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true + }, + { + "type": "PatientOrderByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "cursor", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "PatientWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "take", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "skip", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "distinct", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "PatientScalarFieldEnum", + "namespace": "prisma", + "location": "enumTypes", + "isList": true + } + ] + } + ], + "isNullable": false, + "outputType": { + "type": "Patient", + "namespace": "model", + "location": "outputObjectTypes", + "isList": true + } + }, + { + "name": "aggregatePatient", + "args": [ + { + "name": "where", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "PatientWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "orderBy", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "PatientOrderByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true + }, + { + "type": "PatientOrderByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "cursor", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "PatientWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "take", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "skip", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + } + ], + "isNullable": false, + "outputType": { + "type": "AggregatePatient", + "namespace": "prisma", + "location": "outputObjectTypes", + "isList": false + } + }, + { + "name": "groupByPatient", + "args": [ + { + "name": "where", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "PatientWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "orderBy", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "PatientOrderByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true + }, + { + "type": "PatientOrderByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "by", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "PatientScalarFieldEnum", + "namespace": "prisma", + "location": "enumTypes", + "isList": true + }, + { + "type": "PatientScalarFieldEnum", + "namespace": "prisma", + "location": "enumTypes", + "isList": false + } + ] + }, + { + "name": "having", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "PatientScalarWhereWithAggregatesInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "take", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "skip", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + } + ], + "isNullable": false, + "outputType": { + "type": "PatientGroupByOutputType", + "namespace": "prisma", + "location": "outputObjectTypes", + "isList": true + } + }, + { + "name": "findOnePatient", + "args": [ + { + "name": "where", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "PatientWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ], + "isNullable": true, + "outputType": { + "type": "Patient", + "namespace": "model", + "location": "outputObjectTypes", + "isList": false + }, + "deprecation": { + "sinceVersion": "2.14", + "reason": "The `findOne` query has been deprecated and replaced with `findUnique`.", + "plannedRemovalVersion": "2.15" + } + }, + { + "name": "findUniquePatient", + "args": [ + { + "name": "where", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "PatientWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ], + "isNullable": true, + "outputType": { + "type": "Patient", + "namespace": "model", + "location": "outputObjectTypes", + "isList": false + } + }, + { + "name": "findFirstMovie", + "args": [ + { + "name": "where", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "MovieWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "orderBy", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "MovieOrderByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true + }, + { + "type": "MovieOrderByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "cursor", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "MovieWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "take", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "skip", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "distinct", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "MovieScalarFieldEnum", + "namespace": "prisma", + "location": "enumTypes", + "isList": true + } + ] + } + ], + "isNullable": true, + "outputType": { + "type": "Movie", + "namespace": "model", + "location": "outputObjectTypes", + "isList": false + } + }, + { + "name": "findManyMovie", + "args": [ + { + "name": "where", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "MovieWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "orderBy", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "MovieOrderByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true + }, + { + "type": "MovieOrderByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "cursor", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "MovieWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "take", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "skip", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "distinct", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "MovieScalarFieldEnum", + "namespace": "prisma", + "location": "enumTypes", + "isList": true + } + ] + } + ], + "isNullable": false, + "outputType": { + "type": "Movie", + "namespace": "model", + "location": "outputObjectTypes", + "isList": true + } + }, + { + "name": "aggregateMovie", + "args": [ + { + "name": "where", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "MovieWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "orderBy", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "MovieOrderByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true + }, + { + "type": "MovieOrderByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "cursor", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "MovieWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "take", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "skip", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + } + ], + "isNullable": false, + "outputType": { + "type": "AggregateMovie", + "namespace": "prisma", + "location": "outputObjectTypes", + "isList": false + } + }, + { + "name": "groupByMovie", + "args": [ + { + "name": "where", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "MovieWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "orderBy", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "MovieOrderByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true + }, + { + "type": "MovieOrderByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "by", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "MovieScalarFieldEnum", + "namespace": "prisma", + "location": "enumTypes", + "isList": true + }, + { + "type": "MovieScalarFieldEnum", + "namespace": "prisma", + "location": "enumTypes", + "isList": false + } + ] + }, + { + "name": "having", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "MovieScalarWhereWithAggregatesInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "take", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "skip", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + } + ], + "isNullable": false, + "outputType": { + "type": "MovieGroupByOutputType", + "namespace": "prisma", + "location": "outputObjectTypes", + "isList": true + } + }, + { + "name": "findOneMovie", + "args": [ + { + "name": "where", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "MovieWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ], + "isNullable": true, + "outputType": { + "type": "Movie", + "namespace": "model", + "location": "outputObjectTypes", + "isList": false + }, + "deprecation": { + "sinceVersion": "2.14", + "reason": "The `findOne` query has been deprecated and replaced with `findUnique`.", + "plannedRemovalVersion": "2.15" + } + }, + { + "name": "findUniqueMovie", + "args": [ + { + "name": "where", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "MovieWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ], + "isNullable": true, + "outputType": { + "type": "Movie", + "namespace": "model", + "location": "outputObjectTypes", + "isList": false + } + }, + { + "name": "findFirstDirector", + "args": [ + { + "name": "where", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "DirectorWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "orderBy", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "DirectorOrderByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true + }, + { + "type": "DirectorOrderByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "cursor", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "DirectorWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "take", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "skip", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "distinct", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "DirectorScalarFieldEnum", + "namespace": "prisma", + "location": "enumTypes", + "isList": true + } + ] + } + ], + "isNullable": true, + "outputType": { + "type": "Director", + "namespace": "model", + "location": "outputObjectTypes", + "isList": false + } + }, + { + "name": "findManyDirector", + "args": [ + { + "name": "where", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "DirectorWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "orderBy", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "DirectorOrderByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true + }, + { + "type": "DirectorOrderByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "cursor", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "DirectorWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "take", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "skip", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "Int", + "location": "scalar", + "isList": false + } + ] + }, + { + "name": "distinct", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "UserOrderByInput", + "type": "DirectorScalarFieldEnum", "namespace": "prisma", - "location": "inputObjectTypes", + "location": "enumTypes", "isList": true - }, + } + ] + } + ], + "isNullable": false, + "outputType": { + "type": "Director", + "namespace": "model", + "location": "outputObjectTypes", + "isList": true + } + }, + { + "name": "aggregateDirector", + "args": [ + { + "name": "where", + "isRequired": false, + "isNullable": false, + "inputTypes": [ { - "type": "UserOrderByInput", + "type": "DirectorWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -18902,12 +25273,18 @@ ] }, { - "name": "cursor", + "name": "orderBy", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "UserWhereUniqueInput", + "type": "DirectorOrderByInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": true + }, + { + "type": "DirectorOrderByInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -18915,19 +25292,20 @@ ] }, { - "name": "take", + "name": "cursor", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", + "type": "DirectorWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] }, { - "name": "skip", + "name": "take", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -18939,29 +25317,28 @@ ] }, { - "name": "distinct", + "name": "skip", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "UserScalarFieldEnum", - "namespace": "prisma", - "location": "enumTypes", - "isList": true + "type": "Int", + "location": "scalar", + "isList": false } ] } ], "isNullable": false, "outputType": { - "type": "User", - "namespace": "model", + "type": "AggregateDirector", + "namespace": "prisma", "location": "outputObjectTypes", - "isList": true + "isList": false } }, { - "name": "aggregateUser", + "name": "groupByDirector", "args": [ { "name": "where", @@ -18969,7 +25346,7 @@ "isNullable": false, "inputTypes": [ { - "type": "UserWhereInput", + "type": "DirectorWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -18982,13 +25359,13 @@ "isNullable": false, "inputTypes": [ { - "type": "UserOrderByInput", + "type": "DirectorOrderByInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true }, { - "type": "UserOrderByInput", + "type": "DirectorOrderByInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -18996,12 +25373,31 @@ ] }, { - "name": "cursor", + "name": "by", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "DirectorScalarFieldEnum", + "namespace": "prisma", + "location": "enumTypes", + "isList": true + }, + { + "type": "DirectorScalarFieldEnum", + "namespace": "prisma", + "location": "enumTypes", + "isList": false + } + ] + }, + { + "name": "having", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "UserWhereUniqueInput", + "type": "DirectorScalarWhereWithAggregatesInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -19035,14 +25431,14 @@ ], "isNullable": false, "outputType": { - "type": "AggregateUser", + "type": "DirectorGroupByOutputType", "namespace": "prisma", "location": "outputObjectTypes", - "isList": false + "isList": true } }, { - "name": "findOneUser", + "name": "findOneDirector", "args": [ { "name": "where", @@ -19050,7 +25446,7 @@ "isNullable": false, "inputTypes": [ { - "type": "UserWhereUniqueInput", + "type": "DirectorWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -19060,7 +25456,7 @@ ], "isNullable": true, "outputType": { - "type": "User", + "type": "Director", "namespace": "model", "location": "outputObjectTypes", "isList": false @@ -19072,7 +25468,7 @@ } }, { - "name": "findUniqueUser", + "name": "findUniqueDirector", "args": [ { "name": "where", @@ -19080,7 +25476,7 @@ "isNullable": false, "inputTypes": [ { - "type": "UserWhereUniqueInput", + "type": "DirectorWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -19090,14 +25486,14 @@ ], "isNullable": true, "outputType": { - "type": "User", + "type": "Director", "namespace": "model", "location": "outputObjectTypes", "isList": false } }, { - "name": "findFirstpost", + "name": "findFirstProblem", "args": [ { "name": "where", @@ -19105,7 +25501,7 @@ "isNullable": false, "inputTypes": [ { - "type": "postWhereInput", + "type": "ProblemWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -19118,13 +25514,13 @@ "isNullable": false, "inputTypes": [ { - "type": "postOrderByInput", + "type": "ProblemOrderByInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true }, { - "type": "postOrderByInput", + "type": "ProblemOrderByInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -19137,7 +25533,7 @@ "isNullable": false, "inputTypes": [ { - "type": "postWhereUniqueInput", + "type": "ProblemWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -19174,7 +25570,7 @@ "isNullable": false, "inputTypes": [ { - "type": "PostScalarFieldEnum", + "type": "ProblemScalarFieldEnum", "namespace": "prisma", "location": "enumTypes", "isList": true @@ -19184,14 +25580,14 @@ ], "isNullable": true, "outputType": { - "type": "post", + "type": "Problem", "namespace": "model", "location": "outputObjectTypes", "isList": false } }, { - "name": "findManypost", + "name": "findManyProblem", "args": [ { "name": "where", @@ -19199,7 +25595,7 @@ "isNullable": false, "inputTypes": [ { - "type": "postWhereInput", + "type": "ProblemWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -19212,13 +25608,13 @@ "isNullable": false, "inputTypes": [ { - "type": "postOrderByInput", + "type": "ProblemOrderByInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true }, { - "type": "postOrderByInput", + "type": "ProblemOrderByInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -19231,7 +25627,7 @@ "isNullable": false, "inputTypes": [ { - "type": "postWhereUniqueInput", + "type": "ProblemWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -19268,7 +25664,7 @@ "isNullable": false, "inputTypes": [ { - "type": "PostScalarFieldEnum", + "type": "ProblemScalarFieldEnum", "namespace": "prisma", "location": "enumTypes", "isList": true @@ -19278,14 +25674,14 @@ ], "isNullable": false, "outputType": { - "type": "post", + "type": "Problem", "namespace": "model", "location": "outputObjectTypes", "isList": true } }, { - "name": "aggregatepost", + "name": "aggregateProblem", "args": [ { "name": "where", @@ -19293,7 +25689,7 @@ "isNullable": false, "inputTypes": [ { - "type": "postWhereInput", + "type": "ProblemWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -19306,13 +25702,13 @@ "isNullable": false, "inputTypes": [ { - "type": "postOrderByInput", + "type": "ProblemOrderByInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true }, { - "type": "postOrderByInput", + "type": "ProblemOrderByInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -19325,7 +25721,7 @@ "isNullable": false, "inputTypes": [ { - "type": "postWhereUniqueInput", + "type": "ProblemWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -19359,77 +25755,41 @@ ], "isNullable": false, "outputType": { - "type": "AggregatePost", + "type": "AggregateProblem", "namespace": "prisma", "location": "outputObjectTypes", "isList": false } }, { - "name": "findOnepost", + "name": "groupByProblem", "args": [ { "name": "where", - "isRequired": true, + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postWhereUniqueInput", + "type": "ProblemWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false } ] - } - ], - "isNullable": true, - "outputType": { - "type": "post", - "namespace": "model", - "location": "outputObjectTypes", - "isList": false - }, - "deprecation": { - "sinceVersion": "2.14", - "reason": "The `findOne` query has been deprecated and replaced with `findUnique`.", - "plannedRemovalVersion": "2.15" - } - }, - { - "name": "findUniquepost", - "args": [ + }, { - "name": "where", - "isRequired": true, + "name": "orderBy", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "postWhereUniqueInput", + "type": "ProblemOrderByInput", "namespace": "prisma", "location": "inputObjectTypes", - "isList": false - } - ] - } - ], - "isNullable": true, - "outputType": { - "type": "post", - "namespace": "model", - "location": "outputObjectTypes", - "isList": false - } - }, - { - "name": "findFirstCategory", - "args": [ - { - "name": "where", - "isRequired": false, - "isNullable": false, - "inputTypes": [ + "isList": true + }, { - "type": "CategoryWhereInput", + "type": "ProblemOrderByInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -19437,31 +25797,31 @@ ] }, { - "name": "orderBy", - "isRequired": false, + "name": "by", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "CategoryOrderByInput", + "type": "ProblemScalarFieldEnum", "namespace": "prisma", - "location": "inputObjectTypes", + "location": "enumTypes", "isList": true }, { - "type": "CategoryOrderByInput", + "type": "ProblemScalarFieldEnum", "namespace": "prisma", - "location": "inputObjectTypes", + "location": "enumTypes", "isList": false } ] }, { - "name": "cursor", + "name": "having", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "CategoryWhereUniqueInput", + "type": "ProblemScalarWhereWithAggregatesInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -19491,31 +25851,73 @@ "isList": false } ] - }, + } + ], + "isNullable": false, + "outputType": { + "type": "ProblemGroupByOutputType", + "namespace": "prisma", + "location": "outputObjectTypes", + "isList": true + } + }, + { + "name": "findOneProblem", + "args": [ + { + "name": "where", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "ProblemWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ], + "isNullable": true, + "outputType": { + "type": "Problem", + "namespace": "model", + "location": "outputObjectTypes", + "isList": false + }, + "deprecation": { + "sinceVersion": "2.14", + "reason": "The `findOne` query has been deprecated and replaced with `findUnique`.", + "plannedRemovalVersion": "2.15" + } + }, + { + "name": "findUniqueProblem", + "args": [ { - "name": "distinct", - "isRequired": false, + "name": "where", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "CategoryScalarFieldEnum", + "type": "ProblemWhereUniqueInput", "namespace": "prisma", - "location": "enumTypes", - "isList": true + "location": "inputObjectTypes", + "isList": false } ] } ], "isNullable": true, "outputType": { - "type": "Category", + "type": "Problem", "namespace": "model", "location": "outputObjectTypes", "isList": false } }, { - "name": "findManyCategory", + "name": "findFirstCreator", "args": [ { "name": "where", @@ -19523,7 +25925,7 @@ "isNullable": false, "inputTypes": [ { - "type": "CategoryWhereInput", + "type": "CreatorWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -19536,13 +25938,13 @@ "isNullable": false, "inputTypes": [ { - "type": "CategoryOrderByInput", + "type": "CreatorOrderByInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true }, { - "type": "CategoryOrderByInput", + "type": "CreatorOrderByInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -19555,7 +25957,7 @@ "isNullable": false, "inputTypes": [ { - "type": "CategoryWhereUniqueInput", + "type": "CreatorWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -19592,7 +25994,7 @@ "isNullable": false, "inputTypes": [ { - "type": "CategoryScalarFieldEnum", + "type": "CreatorScalarFieldEnum", "namespace": "prisma", "location": "enumTypes", "isList": true @@ -19600,16 +26002,16 @@ ] } ], - "isNullable": false, + "isNullable": true, "outputType": { - "type": "Category", + "type": "Creator", "namespace": "model", "location": "outputObjectTypes", - "isList": true + "isList": false } }, { - "name": "aggregateCategory", + "name": "findManyCreator", "args": [ { "name": "where", @@ -19617,7 +26019,7 @@ "isNullable": false, "inputTypes": [ { - "type": "CategoryWhereInput", + "type": "CreatorWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -19630,13 +26032,13 @@ "isNullable": false, "inputTypes": [ { - "type": "CategoryOrderByInput", + "type": "CreatorOrderByInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true }, { - "type": "CategoryOrderByInput", + "type": "CreatorOrderByInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -19649,7 +26051,7 @@ "isNullable": false, "inputTypes": [ { - "type": "CategoryWhereUniqueInput", + "type": "CreatorWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -19679,73 +26081,31 @@ "isList": false } ] - } - ], - "isNullable": false, - "outputType": { - "type": "AggregateCategory", - "namespace": "prisma", - "location": "outputObjectTypes", - "isList": false - } - }, - { - "name": "findOneCategory", - "args": [ - { - "name": "where", - "isRequired": true, - "isNullable": false, - "inputTypes": [ - { - "type": "CategoryWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - } - ], - "isNullable": true, - "outputType": { - "type": "Category", - "namespace": "model", - "location": "outputObjectTypes", - "isList": false - }, - "deprecation": { - "sinceVersion": "2.14", - "reason": "The `findOne` query has been deprecated and replaced with `findUnique`.", - "plannedRemovalVersion": "2.15" - } - }, - { - "name": "findUniqueCategory", - "args": [ + }, { - "name": "where", - "isRequired": true, + "name": "distinct", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "CategoryWhereUniqueInput", + "type": "CreatorScalarFieldEnum", "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false + "location": "enumTypes", + "isList": true } ] } ], - "isNullable": true, + "isNullable": false, "outputType": { - "type": "Category", + "type": "Creator", "namespace": "model", "location": "outputObjectTypes", - "isList": false + "isList": true } }, { - "name": "findFirstPatient", + "name": "aggregateCreator", "args": [ { "name": "where", @@ -19753,7 +26113,7 @@ "isNullable": false, "inputTypes": [ { - "type": "PatientWhereInput", + "type": "CreatorWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -19766,13 +26126,13 @@ "isNullable": false, "inputTypes": [ { - "type": "PatientOrderByInput", + "type": "CreatorOrderByInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true }, { - "type": "PatientOrderByInput", + "type": "CreatorOrderByInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -19785,7 +26145,7 @@ "isNullable": false, "inputTypes": [ { - "type": "PatientWhereUniqueInput", + "type": "CreatorWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -19815,31 +26175,18 @@ "isList": false } ] - }, - { - "name": "distinct", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "PatientScalarFieldEnum", - "namespace": "prisma", - "location": "enumTypes", - "isList": true - } - ] } ], - "isNullable": true, + "isNullable": false, "outputType": { - "type": "Patient", - "namespace": "model", + "type": "AggregateCreator", + "namespace": "prisma", "location": "outputObjectTypes", "isList": false } }, { - "name": "findManyPatient", + "name": "groupByCreator", "args": [ { "name": "where", @@ -19847,7 +26194,7 @@ "isNullable": false, "inputTypes": [ { - "type": "PatientWhereInput", + "type": "CreatorWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -19860,13 +26207,13 @@ "isNullable": false, "inputTypes": [ { - "type": "PatientOrderByInput", + "type": "CreatorOrderByInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": true }, { - "type": "PatientOrderByInput", + "type": "CreatorOrderByInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -19874,32 +26221,39 @@ ] }, { - "name": "cursor", - "isRequired": false, + "name": "by", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "PatientWhereUniqueInput", + "type": "CreatorScalarFieldEnum", "namespace": "prisma", - "location": "inputObjectTypes", + "location": "enumTypes", + "isList": true + }, + { + "type": "CreatorScalarFieldEnum", + "namespace": "prisma", + "location": "enumTypes", "isList": false } ] }, { - "name": "take", + "name": "having", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", + "type": "CreatorScalarWhereWithAggregatesInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] }, { - "name": "skip", + "name": "take", "isRequired": false, "isNullable": false, "inputTypes": [ @@ -19911,95 +26265,104 @@ ] }, { - "name": "distinct", + "name": "skip", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "PatientScalarFieldEnum", - "namespace": "prisma", - "location": "enumTypes", - "isList": true + "type": "Int", + "location": "scalar", + "isList": false } ] } ], "isNullable": false, "outputType": { - "type": "Patient", - "namespace": "model", + "type": "CreatorGroupByOutputType", + "namespace": "prisma", "location": "outputObjectTypes", "isList": true } }, { - "name": "aggregatePatient", + "name": "findOneCreator", "args": [ { "name": "where", - "isRequired": false, + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "PatientWhereInput", + "type": "CreatorWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false } ] - }, + } + ], + "isNullable": true, + "outputType": { + "type": "Creator", + "namespace": "model", + "location": "outputObjectTypes", + "isList": false + }, + "deprecation": { + "sinceVersion": "2.14", + "reason": "The `findOne` query has been deprecated and replaced with `findUnique`.", + "plannedRemovalVersion": "2.15" + } + }, + { + "name": "findUniqueCreator", + "args": [ { - "name": "orderBy", - "isRequired": false, + "name": "where", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "PatientOrderByInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true - }, - { - "type": "PatientOrderByInput", + "type": "CreatorWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false } ] - }, + } + ], + "isNullable": true, + "outputType": { + "type": "Creator", + "namespace": "model", + "location": "outputObjectTypes", + "isList": false + } + } + ] + }, + { + "name": "Mutation", + "fields": [ + { + "name": "createOneUser", + "args": [ { - "name": "cursor", - "isRequired": false, + "name": "data", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "PatientWhereUniqueInput", + "type": "UserCreateInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - } - ] - }, - { - "name": "take", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "Int", - "location": "scalar", - "isList": false - } - ] - }, - { - "name": "skip", - "isRequired": false, - "isNullable": false, - "inputTypes": [ + }, { - "type": "Int", - "location": "scalar", + "type": "UserUncheckedCreateInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] @@ -20007,14 +26370,14 @@ ], "isNullable": false, "outputType": { - "type": "AggregatePatient", - "namespace": "prisma", + "type": "User", + "namespace": "model", "location": "outputObjectTypes", "isList": false } }, { - "name": "findOnePatient", + "name": "deleteOneUser", "args": [ { "name": "where", @@ -20022,7 +26385,7 @@ "isNullable": false, "inputTypes": [ { - "type": "PatientWhereUniqueInput", + "type": "UserWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -20032,27 +26395,41 @@ ], "isNullable": true, "outputType": { - "type": "Patient", + "type": "User", "namespace": "model", "location": "outputObjectTypes", "isList": false - }, - "deprecation": { - "sinceVersion": "2.14", - "reason": "The `findOne` query has been deprecated and replaced with `findUnique`.", - "plannedRemovalVersion": "2.15" } }, { - "name": "findUniquePatient", + "name": "updateOneUser", "args": [ + { + "name": "data", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "UserUpdateInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "UserUncheckedUpdateInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, { "name": "where", "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "PatientWhereUniqueInput", + "type": "UserWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -20062,22 +26439,22 @@ ], "isNullable": true, "outputType": { - "type": "Patient", + "type": "User", "namespace": "model", "location": "outputObjectTypes", "isList": false } }, { - "name": "findFirstMovie", + "name": "upsertOneUser", "args": [ { "name": "where", - "isRequired": false, + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "MovieWhereInput", + "type": "UserWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -20085,18 +26462,18 @@ ] }, { - "name": "orderBy", - "isRequired": false, + "name": "create", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "MovieOrderByInput", + "type": "UserCreateInput", "namespace": "prisma", "location": "inputObjectTypes", - "isList": true + "isList": false }, { - "type": "MovieOrderByInput", + "type": "UserUncheckedCreateInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -20104,66 +26481,79 @@ ] }, { - "name": "cursor", - "isRequired": false, + "name": "update", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "MovieWhereUniqueInput", + "type": "UserUpdateInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - } - ] - }, - { - "name": "take", - "isRequired": false, - "isNullable": false, - "inputTypes": [ + }, { - "type": "Int", - "location": "scalar", + "type": "UserUncheckedUpdateInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] - }, + } + ], + "isNullable": false, + "outputType": { + "type": "User", + "namespace": "model", + "location": "outputObjectTypes", + "isList": false + } + }, + { + "name": "updateManyUser", + "args": [ { - "name": "skip", - "isRequired": false, + "name": "data", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", + "type": "UserUpdateManyMutationInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "UserUncheckedUpdateManyInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] }, { - "name": "distinct", + "name": "where", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "MovieScalarFieldEnum", + "type": "UserWhereInput", "namespace": "prisma", - "location": "enumTypes", - "isList": true + "location": "inputObjectTypes", + "isList": false } ] } ], - "isNullable": true, + "isNullable": false, "outputType": { - "type": "Movie", - "namespace": "model", + "type": "BatchPayload", + "namespace": "prisma", "location": "outputObjectTypes", "isList": false } }, { - "name": "findManyMovie", + "name": "deleteManyUser", "args": [ { "name": "where", @@ -20171,101 +26561,132 @@ "isNullable": false, "inputTypes": [ { - "type": "MovieWhereInput", + "type": "UserWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false } ] - }, + } + ], + "isNullable": false, + "outputType": { + "type": "BatchPayload", + "namespace": "prisma", + "location": "outputObjectTypes", + "isList": false + } + }, + { + "name": "createOnepost", + "args": [ { - "name": "orderBy", - "isRequired": false, + "name": "data", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "MovieOrderByInput", + "type": "postCreateInput", "namespace": "prisma", "location": "inputObjectTypes", - "isList": true + "isList": false }, { - "type": "MovieOrderByInput", + "type": "postUncheckedCreateInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false } ] - }, + } + ], + "isNullable": false, + "outputType": { + "type": "post", + "namespace": "model", + "location": "outputObjectTypes", + "isList": false + } + }, + { + "name": "deleteOnepost", + "args": [ { - "name": "cursor", - "isRequired": false, + "name": "where", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "MovieWhereUniqueInput", + "type": "postWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false } ] - }, + } + ], + "isNullable": true, + "outputType": { + "type": "post", + "namespace": "model", + "location": "outputObjectTypes", + "isList": false + } + }, + { + "name": "updateOnepost", + "args": [ { - "name": "take", - "isRequired": false, + "name": "data", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", + "type": "postUpdateInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false - } - ] - }, - { - "name": "skip", - "isRequired": false, - "isNullable": false, - "inputTypes": [ + }, { - "type": "Int", - "location": "scalar", + "type": "postUncheckedUpdateInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] }, { - "name": "distinct", - "isRequired": false, + "name": "where", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "MovieScalarFieldEnum", + "type": "postWhereUniqueInput", "namespace": "prisma", - "location": "enumTypes", - "isList": true + "location": "inputObjectTypes", + "isList": false } ] } ], - "isNullable": false, + "isNullable": true, "outputType": { - "type": "Movie", + "type": "post", "namespace": "model", "location": "outputObjectTypes", - "isList": true + "isList": false } }, { - "name": "aggregateMovie", + "name": "upsertOnepost", "args": [ { "name": "where", - "isRequired": false, + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "MovieWhereInput", + "type": "postWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -20273,57 +26694,83 @@ ] }, { - "name": "orderBy", - "isRequired": false, + "name": "create", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "MovieOrderByInput", + "type": "postCreateInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "postUncheckedCreateInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "update", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "postUpdateInput", "namespace": "prisma", "location": "inputObjectTypes", - "isList": true + "isList": false }, { - "type": "MovieOrderByInput", + "type": "postUncheckedUpdateInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false } ] - }, + } + ], + "isNullable": false, + "outputType": { + "type": "post", + "namespace": "model", + "location": "outputObjectTypes", + "isList": false + } + }, + { + "name": "updateManypost", + "args": [ { - "name": "cursor", - "isRequired": false, + "name": "data", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "MovieWhereUniqueInput", + "type": "postUpdateManyMutationInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - } - ] - }, - { - "name": "take", - "isRequired": false, - "isNullable": false, - "inputTypes": [ + }, { - "type": "Int", - "location": "scalar", + "type": "postUncheckedUpdateManyInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] }, { - "name": "skip", + "name": "where", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", + "type": "postWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] @@ -20331,22 +26778,22 @@ ], "isNullable": false, "outputType": { - "type": "AggregateMovie", + "type": "BatchPayload", "namespace": "prisma", "location": "outputObjectTypes", "isList": false } }, { - "name": "findOneMovie", + "name": "deleteManypost", "args": [ { "name": "where", - "isRequired": true, + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "MovieWhereUniqueInput", + "type": "postWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -20354,29 +26801,30 @@ ] } ], - "isNullable": true, + "isNullable": false, "outputType": { - "type": "Movie", - "namespace": "model", + "type": "BatchPayload", + "namespace": "prisma", "location": "outputObjectTypes", "isList": false - }, - "deprecation": { - "sinceVersion": "2.14", - "reason": "The `findOne` query has been deprecated and replaced with `findUnique`.", - "plannedRemovalVersion": "2.15" } }, { - "name": "findUniqueMovie", + "name": "createOneCategory", "args": [ { - "name": "where", + "name": "data", "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "MovieWhereUniqueInput", + "type": "CategoryCreateInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "CategoryUncheckedCreateInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -20384,43 +26832,55 @@ ] } ], - "isNullable": true, + "isNullable": false, "outputType": { - "type": "Movie", + "type": "Category", "namespace": "model", "location": "outputObjectTypes", "isList": false } }, { - "name": "findFirstDirector", + "name": "deleteOneCategory", "args": [ { "name": "where", - "isRequired": false, + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "DirectorWhereInput", + "type": "CategoryWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false } ] - }, + } + ], + "isNullable": true, + "outputType": { + "type": "Category", + "namespace": "model", + "location": "outputObjectTypes", + "isList": false + } + }, + { + "name": "updateOneCategory", + "args": [ { - "name": "orderBy", - "isRequired": false, + "name": "data", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "DirectorOrderByInput", + "type": "CategoryUpdateInput", "namespace": "prisma", "location": "inputObjectTypes", - "isList": true + "isList": false }, { - "type": "DirectorOrderByInput", + "type": "CategoryUncheckedUpdateInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -20428,74 +26888,37 @@ ] }, { - "name": "cursor", - "isRequired": false, + "name": "where", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "DirectorWhereUniqueInput", + "type": "CategoryWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false } ] - }, - { - "name": "take", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "Int", - "location": "scalar", - "isList": false - } - ] - }, - { - "name": "skip", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "Int", - "location": "scalar", - "isList": false - } - ] - }, - { - "name": "distinct", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "DirectorScalarFieldEnum", - "namespace": "prisma", - "location": "enumTypes", - "isList": true - } - ] } ], "isNullable": true, "outputType": { - "type": "Director", + "type": "Category", "namespace": "model", "location": "outputObjectTypes", "isList": false } }, { - "name": "findManyDirector", + "name": "upsertOneCategory", "args": [ { "name": "where", - "isRequired": false, + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "DirectorWhereInput", + "type": "CategoryWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -20503,18 +26926,18 @@ ] }, { - "name": "orderBy", - "isRequired": false, + "name": "create", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "DirectorOrderByInput", + "type": "CategoryCreateInput", "namespace": "prisma", "location": "inputObjectTypes", - "isList": true + "isList": false }, { - "type": "DirectorOrderByInput", + "type": "CategoryUncheckedCreateInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -20522,106 +26945,49 @@ ] }, { - "name": "cursor", - "isRequired": false, + "name": "update", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "DirectorWhereUniqueInput", + "type": "CategoryUpdateInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - } - ] - }, - { - "name": "take", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "Int", - "location": "scalar", - "isList": false - } - ] - }, - { - "name": "skip", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "Int", - "location": "scalar", - "isList": false - } - ] - }, - { - "name": "distinct", - "isRequired": false, - "isNullable": false, - "inputTypes": [ + }, { - "type": "DirectorScalarFieldEnum", + "type": "CategoryUncheckedUpdateInput", "namespace": "prisma", - "location": "enumTypes", - "isList": true + "location": "inputObjectTypes", + "isList": false } ] } ], "isNullable": false, "outputType": { - "type": "Director", + "type": "Category", "namespace": "model", "location": "outputObjectTypes", - "isList": true + "isList": false } }, { - "name": "aggregateDirector", + "name": "updateManyCategory", "args": [ { - "name": "where", - "isRequired": false, + "name": "data", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "DirectorWhereInput", + "type": "CategoryUpdateManyMutationInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - } - ] - }, - { - "name": "orderBy", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "DirectorOrderByInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true }, { - "type": "DirectorOrderByInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - }, - { - "name": "cursor", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "DirectorWhereUniqueInput", + "type": "CategoryUncheckedUpdateManyInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -20629,25 +26995,39 @@ ] }, { - "name": "take", + "name": "where", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", + "type": "CategoryWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] - }, + } + ], + "isNullable": false, + "outputType": { + "type": "BatchPayload", + "namespace": "prisma", + "location": "outputObjectTypes", + "isList": false + } + }, + { + "name": "deleteManyCategory", + "args": [ { - "name": "skip", + "name": "where", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", + "type": "CategoryWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] @@ -20655,22 +27035,28 @@ ], "isNullable": false, "outputType": { - "type": "AggregateDirector", + "type": "BatchPayload", "namespace": "prisma", "location": "outputObjectTypes", "isList": false } }, { - "name": "findOneDirector", + "name": "createOnePatient", "args": [ { - "name": "where", + "name": "data", "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "DirectorWhereUniqueInput", + "type": "PatientCreateInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "PatientUncheckedCreateInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -20678,21 +27064,16 @@ ] } ], - "isNullable": true, + "isNullable": false, "outputType": { - "type": "Director", + "type": "Patient", "namespace": "model", "location": "outputObjectTypes", "isList": false - }, - "deprecation": { - "sinceVersion": "2.14", - "reason": "The `findOne` query has been deprecated and replaced with `findUnique`.", - "plannedRemovalVersion": "2.15" } }, { - "name": "findUniqueDirector", + "name": "deleteOnePatient", "args": [ { "name": "where", @@ -20700,7 +27081,7 @@ "isNullable": false, "inputTypes": [ { - "type": "DirectorWhereUniqueInput", + "type": "PatientWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -20710,41 +27091,28 @@ ], "isNullable": true, "outputType": { - "type": "Director", + "type": "Patient", "namespace": "model", "location": "outputObjectTypes", "isList": false } }, { - "name": "findFirstProblem", + "name": "updateOnePatient", "args": [ { - "name": "where", - "isRequired": false, + "name": "data", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "ProblemWhereInput", + "type": "PatientUpdateInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - } - ] - }, - { - "name": "orderBy", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "ProblemOrderByInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true }, { - "type": "ProblemOrderByInput", + "type": "PatientUncheckedUpdateInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -20752,74 +27120,37 @@ ] }, { - "name": "cursor", - "isRequired": false, + "name": "where", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "ProblemWhereUniqueInput", + "type": "PatientWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false } ] - }, - { - "name": "take", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "Int", - "location": "scalar", - "isList": false - } - ] - }, - { - "name": "skip", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "Int", - "location": "scalar", - "isList": false - } - ] - }, - { - "name": "distinct", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "ProblemScalarFieldEnum", - "namespace": "prisma", - "location": "enumTypes", - "isList": true - } - ] } ], "isNullable": true, "outputType": { - "type": "Problem", + "type": "Patient", "namespace": "model", "location": "outputObjectTypes", "isList": false } }, { - "name": "findManyProblem", + "name": "upsertOnePatient", "args": [ { "name": "where", - "isRequired": false, + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "ProblemWhereInput", + "type": "PatientWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -20827,18 +27158,18 @@ ] }, { - "name": "orderBy", - "isRequired": false, + "name": "create", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "ProblemOrderByInput", + "type": "PatientCreateInput", "namespace": "prisma", "location": "inputObjectTypes", - "isList": true + "isList": false }, { - "type": "ProblemOrderByInput", + "type": "PatientUncheckedCreateInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -20846,93 +27177,49 @@ ] }, { - "name": "cursor", - "isRequired": false, + "name": "update", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "ProblemWhereUniqueInput", + "type": "PatientUpdateInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - } - ] - }, - { - "name": "take", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "Int", - "location": "scalar", - "isList": false - } - ] - }, - { - "name": "skip", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "Int", - "location": "scalar", - "isList": false - } - ] - }, - { - "name": "distinct", - "isRequired": false, - "isNullable": false, - "inputTypes": [ + }, { - "type": "ProblemScalarFieldEnum", + "type": "PatientUncheckedUpdateInput", "namespace": "prisma", - "location": "enumTypes", - "isList": true + "location": "inputObjectTypes", + "isList": false } ] } ], "isNullable": false, "outputType": { - "type": "Problem", + "type": "Patient", "namespace": "model", "location": "outputObjectTypes", - "isList": true + "isList": false } }, { - "name": "aggregateProblem", + "name": "updateManyPatient", "args": [ { - "name": "where", - "isRequired": false, + "name": "data", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "ProblemWhereInput", + "type": "PatientUpdateManyMutationInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - } - ] - }, - { - "name": "orderBy", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "ProblemOrderByInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true }, { - "type": "ProblemOrderByInput", + "type": "PatientUncheckedUpdateManyInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -20940,38 +27227,39 @@ ] }, { - "name": "cursor", + "name": "where", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "ProblemWhereUniqueInput", + "type": "PatientWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false } ] - }, - { - "name": "take", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "Int", - "location": "scalar", - "isList": false - } - ] - }, + } + ], + "isNullable": false, + "outputType": { + "type": "BatchPayload", + "namespace": "prisma", + "location": "outputObjectTypes", + "isList": false + } + }, + { + "name": "deleteManyPatient", + "args": [ { - "name": "skip", + "name": "where", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "Int", - "location": "scalar", + "type": "PatientWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", "isList": false } ] @@ -20979,22 +27267,28 @@ ], "isNullable": false, "outputType": { - "type": "AggregateProblem", + "type": "BatchPayload", "namespace": "prisma", "location": "outputObjectTypes", "isList": false } }, { - "name": "findOneProblem", + "name": "createOneMovie", "args": [ { - "name": "where", + "name": "data", "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "ProblemWhereUniqueInput", + "type": "MovieCreateInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "MovieUncheckedCreateInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -21002,21 +27296,16 @@ ] } ], - "isNullable": true, + "isNullable": false, "outputType": { - "type": "Problem", + "type": "Movie", "namespace": "model", "location": "outputObjectTypes", "isList": false - }, - "deprecation": { - "sinceVersion": "2.14", - "reason": "The `findOne` query has been deprecated and replaced with `findUnique`.", - "plannedRemovalVersion": "2.15" } }, { - "name": "findUniqueProblem", + "name": "deleteOneMovie", "args": [ { "name": "where", @@ -21024,7 +27313,7 @@ "isNullable": false, "inputTypes": [ { - "type": "ProblemWhereUniqueInput", + "type": "MovieWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -21034,41 +27323,28 @@ ], "isNullable": true, "outputType": { - "type": "Problem", + "type": "Movie", "namespace": "model", "location": "outputObjectTypes", "isList": false } }, { - "name": "findFirstCreator", + "name": "updateOneMovie", "args": [ { - "name": "where", - "isRequired": false, + "name": "data", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "CreatorWhereInput", + "type": "MovieUpdateInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - } - ] - }, - { - "name": "orderBy", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "CreatorOrderByInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true }, { - "type": "CreatorOrderByInput", + "type": "MovieUncheckedUpdateInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -21076,74 +27352,37 @@ ] }, { - "name": "cursor", - "isRequired": false, + "name": "where", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "CreatorWhereUniqueInput", + "type": "MovieWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false } ] - }, - { - "name": "take", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "Int", - "location": "scalar", - "isList": false - } - ] - }, - { - "name": "skip", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "Int", - "location": "scalar", - "isList": false - } - ] - }, - { - "name": "distinct", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "CreatorScalarFieldEnum", - "namespace": "prisma", - "location": "enumTypes", - "isList": true - } - ] } ], "isNullable": true, "outputType": { - "type": "Creator", + "type": "Movie", "namespace": "model", "location": "outputObjectTypes", "isList": false } }, { - "name": "findManyCreator", + "name": "upsertOneMovie", "args": [ { "name": "where", - "isRequired": false, + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "CreatorWhereInput", + "type": "MovieWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -21151,18 +27390,18 @@ ] }, { - "name": "orderBy", - "isRequired": false, + "name": "create", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "CreatorOrderByInput", + "type": "MovieCreateInput", "namespace": "prisma", "location": "inputObjectTypes", - "isList": true + "isList": false }, { - "type": "CreatorOrderByInput", + "type": "MovieUncheckedCreateInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -21170,93 +27409,49 @@ ] }, { - "name": "cursor", - "isRequired": false, + "name": "update", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "CreatorWhereUniqueInput", + "type": "MovieUpdateInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - } - ] - }, - { - "name": "take", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "Int", - "location": "scalar", - "isList": false - } - ] - }, - { - "name": "skip", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "Int", - "location": "scalar", - "isList": false - } - ] - }, - { - "name": "distinct", - "isRequired": false, - "isNullable": false, - "inputTypes": [ + }, { - "type": "CreatorScalarFieldEnum", + "type": "MovieUncheckedUpdateInput", "namespace": "prisma", - "location": "enumTypes", - "isList": true + "location": "inputObjectTypes", + "isList": false } ] } ], "isNullable": false, "outputType": { - "type": "Creator", + "type": "Movie", "namespace": "model", "location": "outputObjectTypes", - "isList": true + "isList": false } }, { - "name": "aggregateCreator", + "name": "updateManyMovie", "args": [ { - "name": "where", - "isRequired": false, + "name": "data", + "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "CreatorWhereInput", + "type": "MovieUpdateManyMutationInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false - } - ] - }, - { - "name": "orderBy", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "CreatorOrderByInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": true }, { - "type": "CreatorOrderByInput", + "type": "MovieUncheckedUpdateManyInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -21264,61 +27459,37 @@ ] }, { - "name": "cursor", + "name": "where", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "CreatorWhereUniqueInput", + "type": "MovieWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false } ] - }, - { - "name": "take", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "Int", - "location": "scalar", - "isList": false - } - ] - }, - { - "name": "skip", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "Int", - "location": "scalar", - "isList": false - } - ] } ], "isNullable": false, "outputType": { - "type": "AggregateCreator", + "type": "BatchPayload", "namespace": "prisma", "location": "outputObjectTypes", "isList": false } }, { - "name": "findOneCreator", + "name": "deleteManyMovie", "args": [ { "name": "where", - "isRequired": true, + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "CreatorWhereUniqueInput", + "type": "MovieWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -21326,51 +27497,16 @@ ] } ], - "isNullable": true, + "isNullable": false, "outputType": { - "type": "Creator", - "namespace": "model", + "type": "BatchPayload", + "namespace": "prisma", "location": "outputObjectTypes", "isList": false - }, - "deprecation": { - "sinceVersion": "2.14", - "reason": "The `findOne` query has been deprecated and replaced with `findUnique`.", - "plannedRemovalVersion": "2.15" } }, { - "name": "findUniqueCreator", - "args": [ - { - "name": "where", - "isRequired": true, - "isNullable": false, - "inputTypes": [ - { - "type": "CreatorWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - } - ], - "isNullable": true, - "outputType": { - "type": "Creator", - "namespace": "model", - "location": "outputObjectTypes", - "isList": false - } - } - ] - }, - { - "name": "Mutation", - "fields": [ - { - "name": "createOneUser", + "name": "createOneDirector", "args": [ { "name": "data", @@ -21378,13 +27514,13 @@ "isNullable": false, "inputTypes": [ { - "type": "UserCreateInput", + "type": "DirectorCreateInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "UserUncheckedCreateInput", + "type": "DirectorUncheckedCreateInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -21394,14 +27530,14 @@ ], "isNullable": false, "outputType": { - "type": "User", + "type": "Director", "namespace": "model", "location": "outputObjectTypes", "isList": false } }, { - "name": "deleteOneUser", + "name": "deleteOneDirector", "args": [ { "name": "where", @@ -21409,7 +27545,7 @@ "isNullable": false, "inputTypes": [ { - "type": "UserWhereUniqueInput", + "type": "DirectorWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -21419,14 +27555,14 @@ ], "isNullable": true, "outputType": { - "type": "User", + "type": "Director", "namespace": "model", "location": "outputObjectTypes", "isList": false } }, { - "name": "updateOneUser", + "name": "updateOneDirector", "args": [ { "name": "data", @@ -21434,13 +27570,13 @@ "isNullable": false, "inputTypes": [ { - "type": "UserUpdateInput", + "type": "DirectorUpdateInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "UserUncheckedUpdateInput", + "type": "DirectorUncheckedUpdateInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -21453,7 +27589,7 @@ "isNullable": false, "inputTypes": [ { - "type": "UserWhereUniqueInput", + "type": "DirectorWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -21463,14 +27599,14 @@ ], "isNullable": true, "outputType": { - "type": "User", + "type": "Director", "namespace": "model", "location": "outputObjectTypes", "isList": false } }, { - "name": "upsertOneUser", + "name": "upsertOneDirector", "args": [ { "name": "where", @@ -21478,7 +27614,7 @@ "isNullable": false, "inputTypes": [ { - "type": "UserWhereUniqueInput", + "type": "DirectorWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -21491,13 +27627,13 @@ "isNullable": false, "inputTypes": [ { - "type": "UserCreateInput", + "type": "DirectorCreateInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "UserUncheckedCreateInput", + "type": "DirectorUncheckedCreateInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -21510,13 +27646,13 @@ "isNullable": false, "inputTypes": [ { - "type": "UserUpdateInput", + "type": "DirectorUpdateInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "UserUncheckedUpdateInput", + "type": "DirectorUncheckedUpdateInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -21526,14 +27662,14 @@ ], "isNullable": false, "outputType": { - "type": "User", + "type": "Director", "namespace": "model", "location": "outputObjectTypes", "isList": false } }, { - "name": "updateManyUser", + "name": "updateManyDirector", "args": [ { "name": "data", @@ -21541,13 +27677,13 @@ "isNullable": false, "inputTypes": [ { - "type": "UserUpdateManyMutationInput", + "type": "DirectorUpdateManyMutationInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "UserUncheckedUpdateManyInput", + "type": "DirectorUncheckedUpdateManyInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -21560,7 +27696,7 @@ "isNullable": false, "inputTypes": [ { - "type": "UserWhereInput", + "type": "DirectorWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -21577,7 +27713,7 @@ } }, { - "name": "deleteManyUser", + "name": "deleteManyDirector", "args": [ { "name": "where", @@ -21585,7 +27721,7 @@ "isNullable": false, "inputTypes": [ { - "type": "UserWhereInput", + "type": "DirectorWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -21602,7 +27738,7 @@ } }, { - "name": "createOnepost", + "name": "createOneProblem", "args": [ { "name": "data", @@ -21610,13 +27746,13 @@ "isNullable": false, "inputTypes": [ { - "type": "postCreateInput", + "type": "ProblemCreateInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "postUncheckedCreateInput", + "type": "ProblemUncheckedCreateInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -21626,14 +27762,14 @@ ], "isNullable": false, "outputType": { - "type": "post", + "type": "Problem", "namespace": "model", "location": "outputObjectTypes", "isList": false } }, { - "name": "deleteOnepost", + "name": "deleteOneProblem", "args": [ { "name": "where", @@ -21641,7 +27777,7 @@ "isNullable": false, "inputTypes": [ { - "type": "postWhereUniqueInput", + "type": "ProblemWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -21651,14 +27787,14 @@ ], "isNullable": true, "outputType": { - "type": "post", + "type": "Problem", "namespace": "model", "location": "outputObjectTypes", "isList": false } }, { - "name": "updateOnepost", + "name": "updateOneProblem", "args": [ { "name": "data", @@ -21666,13 +27802,13 @@ "isNullable": false, "inputTypes": [ { - "type": "postUpdateInput", + "type": "ProblemUpdateInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "postUncheckedUpdateInput", + "type": "ProblemUncheckedUpdateInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -21685,7 +27821,7 @@ "isNullable": false, "inputTypes": [ { - "type": "postWhereUniqueInput", + "type": "ProblemWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -21695,14 +27831,14 @@ ], "isNullable": true, "outputType": { - "type": "post", + "type": "Problem", "namespace": "model", "location": "outputObjectTypes", "isList": false } }, { - "name": "upsertOnepost", + "name": "upsertOneProblem", "args": [ { "name": "where", @@ -21710,7 +27846,7 @@ "isNullable": false, "inputTypes": [ { - "type": "postWhereUniqueInput", + "type": "ProblemWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -21723,13 +27859,13 @@ "isNullable": false, "inputTypes": [ { - "type": "postCreateInput", + "type": "ProblemCreateInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "postUncheckedCreateInput", + "type": "ProblemUncheckedCreateInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -21742,13 +27878,13 @@ "isNullable": false, "inputTypes": [ { - "type": "postUpdateInput", + "type": "ProblemUpdateInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "postUncheckedUpdateInput", + "type": "ProblemUncheckedUpdateInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -21758,14 +27894,14 @@ ], "isNullable": false, "outputType": { - "type": "post", + "type": "Problem", "namespace": "model", "location": "outputObjectTypes", "isList": false } }, { - "name": "updateManypost", + "name": "updateManyProblem", "args": [ { "name": "data", @@ -21773,13 +27909,13 @@ "isNullable": false, "inputTypes": [ { - "type": "postUpdateManyMutationInput", + "type": "ProblemUpdateManyMutationInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "postUncheckedUpdateManyInput", + "type": "ProblemUncheckedUpdateManyInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -21792,7 +27928,7 @@ "isNullable": false, "inputTypes": [ { - "type": "postWhereInput", + "type": "ProblemWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -21809,7 +27945,7 @@ } }, { - "name": "deleteManypost", + "name": "deleteManyProblem", "args": [ { "name": "where", @@ -21817,7 +27953,7 @@ "isNullable": false, "inputTypes": [ { - "type": "postWhereInput", + "type": "ProblemWhereInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -21834,7 +27970,7 @@ } }, { - "name": "createOneCategory", + "name": "createOneCreator", "args": [ { "name": "data", @@ -21842,13 +27978,13 @@ "isNullable": false, "inputTypes": [ { - "type": "CategoryCreateInput", + "type": "CreatorCreateInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "CategoryUncheckedCreateInput", + "type": "CreatorUncheckedCreateInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -21858,14 +27994,14 @@ ], "isNullable": false, "outputType": { - "type": "Category", + "type": "Creator", "namespace": "model", "location": "outputObjectTypes", "isList": false } }, { - "name": "deleteOneCategory", + "name": "deleteOneCreator", "args": [ { "name": "where", @@ -21873,7 +28009,7 @@ "isNullable": false, "inputTypes": [ { - "type": "CategoryWhereUniqueInput", + "type": "CreatorWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -21883,14 +28019,14 @@ ], "isNullable": true, "outputType": { - "type": "Category", + "type": "Creator", "namespace": "model", "location": "outputObjectTypes", "isList": false } }, { - "name": "updateOneCategory", + "name": "updateOneCreator", "args": [ { "name": "data", @@ -21898,13 +28034,13 @@ "isNullable": false, "inputTypes": [ { - "type": "CategoryUpdateInput", + "type": "CreatorUpdateInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false }, { - "type": "CategoryUncheckedUpdateInput", + "type": "CreatorUncheckedUpdateInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -21917,7 +28053,7 @@ "isNullable": false, "inputTypes": [ { - "type": "CategoryWhereUniqueInput", + "type": "CreatorWhereUniqueInput", "namespace": "prisma", "location": "inputObjectTypes", "isList": false @@ -21927,62 +28063,167 @@ ], "isNullable": true, "outputType": { - "type": "Category", + "type": "Creator", + "namespace": "model", + "location": "outputObjectTypes", + "isList": false + } + }, + { + "name": "upsertOneCreator", + "args": [ + { + "name": "where", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "CreatorWhereUniqueInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "create", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "CreatorCreateInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "CreatorUncheckedCreateInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "update", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "CreatorUpdateInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "CreatorUncheckedUpdateInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ], + "isNullable": false, + "outputType": { + "type": "Creator", "namespace": "model", "location": "outputObjectTypes", "isList": false } }, { - "name": "upsertOneCategory", + "name": "updateManyCreator", + "args": [ + { + "name": "data", + "isRequired": true, + "isNullable": false, + "inputTypes": [ + { + "type": "CreatorUpdateManyMutationInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + }, + { + "type": "CreatorUncheckedUpdateManyInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + }, + { + "name": "where", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "CreatorWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ], + "isNullable": false, + "outputType": { + "type": "BatchPayload", + "namespace": "prisma", + "location": "outputObjectTypes", + "isList": false + } + }, + { + "name": "deleteManyCreator", + "args": [ + { + "name": "where", + "isRequired": false, + "isNullable": false, + "inputTypes": [ + { + "type": "CreatorWhereInput", + "namespace": "prisma", + "location": "inputObjectTypes", + "isList": false + } + ] + } + ], + "isNullable": false, + "outputType": { + "type": "BatchPayload", + "namespace": "prisma", + "location": "outputObjectTypes", + "isList": false + } + }, + { + "name": "executeRaw", "args": [ { - "name": "where", - "isRequired": true, - "isNullable": false, - "inputTypes": [ - { - "type": "CategoryWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - }, - { - "name": "create", + "name": "query", "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "CategoryCreateInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "CategoryUncheckedCreateInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "String", + "location": "scalar", "isList": false } ] }, { - "name": "update", - "isRequired": true, + "name": "parameters", + "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "CategoryUpdateInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "CategoryUncheckedUpdateInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Json", + "location": "scalar", "isList": false } ] @@ -21990,43 +28231,34 @@ ], "isNullable": false, "outputType": { - "type": "Category", - "namespace": "model", - "location": "outputObjectTypes", + "type": "Json", + "location": "scalar", "isList": false } }, { - "name": "updateManyCategory", + "name": "queryRaw", "args": [ { - "name": "data", + "name": "query", "isRequired": true, "isNullable": false, "inputTypes": [ { - "type": "CategoryUpdateManyMutationInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "CategoryUncheckedUpdateManyInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "String", + "location": "scalar", "isList": false } ] }, { - "name": "where", + "name": "parameters", "isRequired": false, "isNullable": false, "inputTypes": [ { - "type": "CategoryWhereInput", - "namespace": "prisma", - "location": "inputObjectTypes", + "type": "Json", + "location": "scalar", "isList": false } ] @@ -22034,1300 +28266,700 @@ ], "isNullable": false, "outputType": { - "type": "BatchPayload", + "type": "Json", + "location": "scalar", + "isList": false + } + } + ] + }, + { + "name": "AggregateUser", + "fields": [ + { + "name": "count", + "args": [], + "isNullable": true, + "outputType": { + "type": "UserCountAggregateOutputType", + "namespace": "prisma", + "location": "outputObjectTypes", + "isList": false + } + }, + { + "name": "avg", + "args": [], + "isNullable": true, + "outputType": { + "type": "UserAvgAggregateOutputType", + "namespace": "prisma", + "location": "outputObjectTypes", + "isList": false + } + }, + { + "name": "sum", + "args": [], + "isNullable": true, + "outputType": { + "type": "UserSumAggregateOutputType", + "namespace": "prisma", + "location": "outputObjectTypes", + "isList": false + } + }, + { + "name": "min", + "args": [], + "isNullable": true, + "outputType": { + "type": "UserMinAggregateOutputType", + "namespace": "prisma", + "location": "outputObjectTypes", + "isList": false + } + }, + { + "name": "max", + "args": [], + "isNullable": true, + "outputType": { + "type": "UserMaxAggregateOutputType", + "namespace": "prisma", + "location": "outputObjectTypes", + "isList": false + } + } + ] + }, + { + "name": "UserGroupByOutputType", + "fields": [ + { + "name": "id", + "args": [], + "isNullable": false, + "outputType": { + "type": "Int", + "location": "scalar", + "isList": false + } + }, + { + "name": "email", + "args": [], + "isNullable": false, + "outputType": { + "type": "String", + "location": "scalar", + "isList": false + } + }, + { + "name": "name", + "args": [], + "isNullable": true, + "outputType": { + "type": "String", + "location": "scalar", + "isList": false + } + }, + { + "name": "age", + "args": [], + "isNullable": false, + "outputType": { + "type": "Int", + "location": "scalar", + "isList": false + } + }, + { + "name": "balance", + "args": [], + "isNullable": false, + "outputType": { + "type": "Float", + "location": "scalar", + "isList": false + } + }, + { + "name": "amount", + "args": [], + "isNullable": false, + "outputType": { + "type": "Float", + "location": "scalar", + "isList": false + } + }, + { + "name": "role", + "args": [], + "isNullable": false, + "outputType": { + "type": "Role", + "namespace": "model", + "location": "enumTypes", + "isList": false + } + }, + { + "name": "count", + "args": [], + "isNullable": true, + "outputType": { + "type": "UserCountAggregateOutputType", + "namespace": "prisma", + "location": "outputObjectTypes", + "isList": false + } + }, + { + "name": "avg", + "args": [], + "isNullable": true, + "outputType": { + "type": "UserAvgAggregateOutputType", + "namespace": "prisma", + "location": "outputObjectTypes", + "isList": false + } + }, + { + "name": "sum", + "args": [], + "isNullable": true, + "outputType": { + "type": "UserSumAggregateOutputType", + "namespace": "prisma", + "location": "outputObjectTypes", + "isList": false + } + }, + { + "name": "min", + "args": [], + "isNullable": true, + "outputType": { + "type": "UserMinAggregateOutputType", + "namespace": "prisma", + "location": "outputObjectTypes", + "isList": false + } + }, + { + "name": "max", + "args": [], + "isNullable": true, + "outputType": { + "type": "UserMaxAggregateOutputType", + "namespace": "prisma", + "location": "outputObjectTypes", + "isList": false + } + } + ] + }, + { + "name": "AggregatePost", + "fields": [ + { + "name": "count", + "args": [], + "isNullable": true, + "outputType": { + "type": "PostCountAggregateOutputType", "namespace": "prisma", "location": "outputObjectTypes", "isList": false } }, { - "name": "deleteManyCategory", - "args": [ - { - "name": "where", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "CategoryWhereInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - } - ], - "isNullable": false, + "name": "avg", + "args": [], + "isNullable": true, "outputType": { - "type": "BatchPayload", + "type": "PostAvgAggregateOutputType", "namespace": "prisma", "location": "outputObjectTypes", "isList": false } }, { - "name": "createOnePatient", - "args": [ - { - "name": "data", - "isRequired": true, - "isNullable": false, - "inputTypes": [ - { - "type": "PatientCreateInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "PatientUncheckedCreateInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - } - ], - "isNullable": false, + "name": "sum", + "args": [], + "isNullable": true, "outputType": { - "type": "Patient", - "namespace": "model", + "type": "PostSumAggregateOutputType", + "namespace": "prisma", "location": "outputObjectTypes", "isList": false } }, { - "name": "deleteOnePatient", - "args": [ - { - "name": "where", - "isRequired": true, - "isNullable": false, - "inputTypes": [ - { - "type": "PatientWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - } - ], + "name": "min", + "args": [], "isNullable": true, "outputType": { - "type": "Patient", - "namespace": "model", + "type": "PostMinAggregateOutputType", + "namespace": "prisma", "location": "outputObjectTypes", "isList": false } }, { - "name": "updateOnePatient", - "args": [ - { - "name": "data", - "isRequired": true, - "isNullable": false, - "inputTypes": [ - { - "type": "PatientUpdateInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "PatientUncheckedUpdateInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - }, - { - "name": "where", - "isRequired": true, - "isNullable": false, - "inputTypes": [ - { - "type": "PatientWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - } - ], + "name": "max", + "args": [], "isNullable": true, "outputType": { - "type": "Patient", - "namespace": "model", + "type": "PostMaxAggregateOutputType", + "namespace": "prisma", "location": "outputObjectTypes", "isList": false } + } + ] + }, + { + "name": "PostGroupByOutputType", + "fields": [ + { + "name": "uuid", + "args": [], + "isNullable": false, + "outputType": { + "type": "String", + "location": "scalar", + "isList": false + } }, { - "name": "upsertOnePatient", - "args": [ - { - "name": "where", - "isRequired": true, - "isNullable": false, - "inputTypes": [ - { - "type": "PatientWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - }, - { - "name": "create", - "isRequired": true, - "isNullable": false, - "inputTypes": [ - { - "type": "PatientCreateInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "PatientUncheckedCreateInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - }, - { - "name": "update", - "isRequired": true, - "isNullable": false, - "inputTypes": [ - { - "type": "PatientUpdateInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "PatientUncheckedUpdateInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - } - ], + "name": "createdAt", + "args": [], "isNullable": false, "outputType": { - "type": "Patient", - "namespace": "model", - "location": "outputObjectTypes", + "type": "DateTime", + "location": "scalar", "isList": false } }, { - "name": "updateManyPatient", - "args": [ - { - "name": "data", - "isRequired": true, - "isNullable": false, - "inputTypes": [ - { - "type": "PatientUpdateManyMutationInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "PatientUncheckedUpdateManyInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - }, - { - "name": "where", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "PatientWhereInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - } - ], + "name": "updatedAt", + "args": [], + "isNullable": false, + "outputType": { + "type": "DateTime", + "location": "scalar", + "isList": false + } + }, + { + "name": "published", + "args": [], "isNullable": false, "outputType": { - "type": "BatchPayload", - "namespace": "prisma", - "location": "outputObjectTypes", + "type": "Boolean", + "location": "scalar", "isList": false } }, { - "name": "deleteManyPatient", - "args": [ - { - "name": "where", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "PatientWhereInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - } - ], + "name": "title", + "args": [], "isNullable": false, "outputType": { - "type": "BatchPayload", - "namespace": "prisma", - "location": "outputObjectTypes", + "type": "String", + "location": "scalar", "isList": false } }, { - "name": "createOneMovie", - "args": [ - { - "name": "data", - "isRequired": true, - "isNullable": false, - "inputTypes": [ - { - "type": "MovieCreateInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "MovieUncheckedCreateInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - } - ], + "name": "subtitle", + "args": [], "isNullable": false, "outputType": { - "type": "Movie", - "namespace": "model", - "location": "outputObjectTypes", + "type": "String", + "location": "scalar", "isList": false } }, { - "name": "deleteOneMovie", - "args": [ - { - "name": "where", - "isRequired": true, - "isNullable": false, - "inputTypes": [ - { - "type": "MovieWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - } - ], + "name": "content", + "args": [], "isNullable": true, "outputType": { - "type": "Movie", - "namespace": "model", - "location": "outputObjectTypes", + "type": "String", + "location": "scalar", "isList": false } }, { - "name": "updateOneMovie", - "args": [ - { - "name": "data", - "isRequired": true, - "isNullable": false, - "inputTypes": [ - { - "type": "MovieUpdateInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "MovieUncheckedUpdateInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - }, - { - "name": "where", - "isRequired": true, - "isNullable": false, - "inputTypes": [ - { - "type": "MovieWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - } - ], - "isNullable": true, + "name": "authorId", + "args": [], + "isNullable": false, "outputType": { - "type": "Movie", - "namespace": "model", - "location": "outputObjectTypes", + "type": "Int", + "location": "scalar", "isList": false } }, { - "name": "upsertOneMovie", - "args": [ - { - "name": "where", - "isRequired": true, - "isNullable": false, - "inputTypes": [ - { - "type": "MovieWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - }, - { - "name": "create", - "isRequired": true, - "isNullable": false, - "inputTypes": [ - { - "type": "MovieCreateInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "MovieUncheckedCreateInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - }, - { - "name": "update", - "isRequired": true, - "isNullable": false, - "inputTypes": [ - { - "type": "MovieUpdateInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "MovieUncheckedUpdateInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - } - ], - "isNullable": false, + "name": "editorId", + "args": [], + "isNullable": true, "outputType": { - "type": "Movie", - "namespace": "model", - "location": "outputObjectTypes", + "type": "Int", + "location": "scalar", "isList": false } }, { - "name": "updateManyMovie", - "args": [ - { - "name": "data", - "isRequired": true, - "isNullable": false, - "inputTypes": [ - { - "type": "MovieUpdateManyMutationInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "MovieUncheckedUpdateManyInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - }, - { - "name": "where", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "MovieWhereInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - } - ], - "isNullable": false, + "name": "kind", + "args": [], + "isNullable": true, "outputType": { - "type": "BatchPayload", - "namespace": "prisma", - "location": "outputObjectTypes", + "type": "PostKind", + "namespace": "model", + "location": "enumTypes", "isList": false } }, { - "name": "deleteManyMovie", - "args": [ - { - "name": "where", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "MovieWhereInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - } - ], + "name": "metadata", + "args": [], "isNullable": false, "outputType": { - "type": "BatchPayload", + "type": "Json", + "location": "scalar", + "isList": false + } + }, + { + "name": "count", + "args": [], + "isNullable": true, + "outputType": { + "type": "PostCountAggregateOutputType", "namespace": "prisma", "location": "outputObjectTypes", "isList": false } }, { - "name": "createOneDirector", - "args": [ - { - "name": "data", - "isRequired": true, - "isNullable": false, - "inputTypes": [ - { - "type": "DirectorCreateInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "DirectorUncheckedCreateInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - } - ], - "isNullable": false, + "name": "avg", + "args": [], + "isNullable": true, "outputType": { - "type": "Director", - "namespace": "model", + "type": "PostAvgAggregateOutputType", + "namespace": "prisma", "location": "outputObjectTypes", "isList": false } }, { - "name": "deleteOneDirector", - "args": [ - { - "name": "where", - "isRequired": true, - "isNullable": false, - "inputTypes": [ - { - "type": "DirectorWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - } - ], + "name": "sum", + "args": [], "isNullable": true, "outputType": { - "type": "Director", - "namespace": "model", + "type": "PostSumAggregateOutputType", + "namespace": "prisma", "location": "outputObjectTypes", "isList": false } }, { - "name": "updateOneDirector", - "args": [ - { - "name": "data", - "isRequired": true, - "isNullable": false, - "inputTypes": [ - { - "type": "DirectorUpdateInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "DirectorUncheckedUpdateInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - }, - { - "name": "where", - "isRequired": true, - "isNullable": false, - "inputTypes": [ - { - "type": "DirectorWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - } - ], + "name": "min", + "args": [], "isNullable": true, "outputType": { - "type": "Director", - "namespace": "model", + "type": "PostMinAggregateOutputType", + "namespace": "prisma", "location": "outputObjectTypes", "isList": false } }, { - "name": "upsertOneDirector", - "args": [ - { - "name": "where", - "isRequired": true, - "isNullable": false, - "inputTypes": [ - { - "type": "DirectorWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - }, - { - "name": "create", - "isRequired": true, - "isNullable": false, - "inputTypes": [ - { - "type": "DirectorCreateInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "DirectorUncheckedCreateInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - }, - { - "name": "update", - "isRequired": true, - "isNullable": false, - "inputTypes": [ - { - "type": "DirectorUpdateInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "DirectorUncheckedUpdateInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - } - ], - "isNullable": false, + "name": "max", + "args": [], + "isNullable": true, "outputType": { - "type": "Director", - "namespace": "model", + "type": "PostMaxAggregateOutputType", + "namespace": "prisma", "location": "outputObjectTypes", "isList": false } - }, + } + ] + }, + { + "name": "AggregateCategory", + "fields": [ { - "name": "updateManyDirector", - "args": [ - { - "name": "data", - "isRequired": true, - "isNullable": false, - "inputTypes": [ - { - "type": "DirectorUpdateManyMutationInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "DirectorUncheckedUpdateManyInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - }, - { - "name": "where", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "DirectorWhereInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - } - ], - "isNullable": false, + "name": "count", + "args": [], + "isNullable": true, "outputType": { - "type": "BatchPayload", + "type": "CategoryCountAggregateOutputType", "namespace": "prisma", "location": "outputObjectTypes", "isList": false } }, { - "name": "deleteManyDirector", - "args": [ - { - "name": "where", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "DirectorWhereInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - } - ], - "isNullable": false, + "name": "avg", + "args": [], + "isNullable": true, "outputType": { - "type": "BatchPayload", + "type": "CategoryAvgAggregateOutputType", "namespace": "prisma", "location": "outputObjectTypes", "isList": false } }, { - "name": "createOneProblem", - "args": [ - { - "name": "data", - "isRequired": true, - "isNullable": false, - "inputTypes": [ - { - "type": "ProblemCreateInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "ProblemUncheckedCreateInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - } - ], - "isNullable": false, + "name": "sum", + "args": [], + "isNullable": true, "outputType": { - "type": "Problem", - "namespace": "model", + "type": "CategorySumAggregateOutputType", + "namespace": "prisma", "location": "outputObjectTypes", "isList": false } }, { - "name": "deleteOneProblem", - "args": [ - { - "name": "where", - "isRequired": true, - "isNullable": false, - "inputTypes": [ - { - "type": "ProblemWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - } - ], + "name": "min", + "args": [], "isNullable": true, "outputType": { - "type": "Problem", - "namespace": "model", + "type": "CategoryMinAggregateOutputType", + "namespace": "prisma", "location": "outputObjectTypes", "isList": false } }, { - "name": "updateOneProblem", - "args": [ - { - "name": "data", - "isRequired": true, - "isNullable": false, - "inputTypes": [ - { - "type": "ProblemUpdateInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "ProblemUncheckedUpdateInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - }, - { - "name": "where", - "isRequired": true, - "isNullable": false, - "inputTypes": [ - { - "type": "ProblemWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - } - ], + "name": "max", + "args": [], "isNullable": true, "outputType": { - "type": "Problem", - "namespace": "model", + "type": "CategoryMaxAggregateOutputType", + "namespace": "prisma", "location": "outputObjectTypes", "isList": false } - }, + } + ] + }, + { + "name": "CategoryGroupByOutputType", + "fields": [ { - "name": "upsertOneProblem", - "args": [ - { - "name": "where", - "isRequired": true, - "isNullable": false, - "inputTypes": [ - { - "type": "ProblemWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - }, - { - "name": "create", - "isRequired": true, - "isNullable": false, - "inputTypes": [ - { - "type": "ProblemCreateInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "ProblemUncheckedCreateInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - }, - { - "name": "update", - "isRequired": true, - "isNullable": false, - "inputTypes": [ - { - "type": "ProblemUpdateInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "ProblemUncheckedUpdateInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - } - ], + "name": "name", + "args": [], "isNullable": false, "outputType": { - "type": "Problem", - "namespace": "model", - "location": "outputObjectTypes", + "type": "String", + "location": "scalar", "isList": false } }, { - "name": "updateManyProblem", - "args": [ - { - "name": "data", - "isRequired": true, - "isNullable": false, - "inputTypes": [ - { - "type": "ProblemUpdateManyMutationInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "ProblemUncheckedUpdateManyInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - }, - { - "name": "where", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "ProblemWhereInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - } - ], + "name": "slug", + "args": [], "isNullable": false, "outputType": { - "type": "BatchPayload", - "namespace": "prisma", - "location": "outputObjectTypes", + "type": "String", + "location": "scalar", "isList": false } }, { - "name": "deleteManyProblem", - "args": [ - { - "name": "where", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "ProblemWhereInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - } - ], + "name": "number", + "args": [], "isNullable": false, "outputType": { - "type": "BatchPayload", + "type": "Int", + "location": "scalar", + "isList": false + } + }, + { + "name": "count", + "args": [], + "isNullable": true, + "outputType": { + "type": "CategoryCountAggregateOutputType", "namespace": "prisma", "location": "outputObjectTypes", "isList": false } }, { - "name": "createOneCreator", - "args": [ - { - "name": "data", - "isRequired": true, - "isNullable": false, - "inputTypes": [ - { - "type": "CreatorCreateInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "CreatorUncheckedCreateInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - } - ], - "isNullable": false, + "name": "avg", + "args": [], + "isNullable": true, "outputType": { - "type": "Creator", - "namespace": "model", + "type": "CategoryAvgAggregateOutputType", + "namespace": "prisma", "location": "outputObjectTypes", "isList": false } }, - { - "name": "deleteOneCreator", - "args": [ - { - "name": "where", - "isRequired": true, - "isNullable": false, - "inputTypes": [ - { - "type": "CreatorWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - } - ], + { + "name": "sum", + "args": [], "isNullable": true, "outputType": { - "type": "Creator", - "namespace": "model", + "type": "CategorySumAggregateOutputType", + "namespace": "prisma", "location": "outputObjectTypes", "isList": false } }, { - "name": "updateOneCreator", - "args": [ - { - "name": "data", - "isRequired": true, - "isNullable": false, - "inputTypes": [ - { - "type": "CreatorUpdateInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "CreatorUncheckedUpdateInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - }, - { - "name": "where", - "isRequired": true, - "isNullable": false, - "inputTypes": [ - { - "type": "CreatorWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - } - ], + "name": "min", + "args": [], "isNullable": true, "outputType": { - "type": "Creator", - "namespace": "model", + "type": "CategoryMinAggregateOutputType", + "namespace": "prisma", "location": "outputObjectTypes", "isList": false } }, { - "name": "upsertOneCreator", - "args": [ - { - "name": "where", - "isRequired": true, - "isNullable": false, - "inputTypes": [ - { - "type": "CreatorWhereUniqueInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - }, - { - "name": "create", - "isRequired": true, - "isNullable": false, - "inputTypes": [ - { - "type": "CreatorCreateInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "CreatorUncheckedCreateInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - }, - { - "name": "update", - "isRequired": true, - "isNullable": false, - "inputTypes": [ - { - "type": "CreatorUpdateInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "CreatorUncheckedUpdateInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - } - ], - "isNullable": false, + "name": "max", + "args": [], + "isNullable": true, "outputType": { - "type": "Creator", - "namespace": "model", + "type": "CategoryMaxAggregateOutputType", + "namespace": "prisma", "location": "outputObjectTypes", "isList": false } - }, + } + ] + }, + { + "name": "AggregatePatient", + "fields": [ { - "name": "updateManyCreator", - "args": [ - { - "name": "data", - "isRequired": true, - "isNullable": false, - "inputTypes": [ - { - "type": "CreatorUpdateManyMutationInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - }, - { - "type": "CreatorUncheckedUpdateManyInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - }, - { - "name": "where", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "CreatorWhereInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - } - ], - "isNullable": false, + "name": "count", + "args": [], + "isNullable": true, "outputType": { - "type": "BatchPayload", + "type": "PatientCountAggregateOutputType", "namespace": "prisma", "location": "outputObjectTypes", "isList": false } }, { - "name": "deleteManyCreator", - "args": [ - { - "name": "where", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "CreatorWhereInput", - "namespace": "prisma", - "location": "inputObjectTypes", - "isList": false - } - ] - } - ], - "isNullable": false, + "name": "min", + "args": [], + "isNullable": true, "outputType": { - "type": "BatchPayload", + "type": "PatientMinAggregateOutputType", "namespace": "prisma", "location": "outputObjectTypes", "isList": false } }, { - "name": "executeRaw", - "args": [ - { - "name": "query", - "isRequired": true, - "isNullable": false, - "inputTypes": [ - { - "type": "String", - "location": "scalar", - "isList": false - } - ] - }, - { - "name": "parameters", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "Json", - "location": "scalar", - "isList": false - } - ] - } - ], - "isNullable": false, + "name": "max", + "args": [], + "isNullable": true, "outputType": { - "type": "Json", - "location": "scalar", + "type": "PatientMaxAggregateOutputType", + "namespace": "prisma", + "location": "outputObjectTypes", "isList": false } - }, + } + ] + }, + { + "name": "PatientGroupByOutputType", + "fields": [ { - "name": "queryRaw", - "args": [ - { - "name": "query", - "isRequired": true, - "isNullable": false, - "inputTypes": [ - { - "type": "String", - "location": "scalar", - "isList": false - } - ] - }, - { - "name": "parameters", - "isRequired": false, - "isNullable": false, - "inputTypes": [ - { - "type": "Json", - "location": "scalar", - "isList": false - } - ] - } - ], + "name": "firstName", + "args": [], + "isNullable": false, + "outputType": { + "type": "String", + "location": "scalar", + "isList": false + } + }, + { + "name": "lastName", + "args": [], "isNullable": false, "outputType": { - "type": "Json", + "type": "String", "location": "scalar", "isList": false } - } - ] - }, - { - "name": "AggregateUser", - "fields": [ + }, + { + "name": "email", + "args": [], + "isNullable": false, + "outputType": { + "type": "String", + "location": "scalar", + "isList": false + } + }, { "name": "count", "args": [], "isNullable": true, "outputType": { - "type": "UserCountAggregateOutputType", + "type": "PatientCountAggregateOutputType", "namespace": "prisma", "location": "outputObjectTypes", "isList": false } }, { - "name": "avg", + "name": "min", "args": [], "isNullable": true, "outputType": { - "type": "UserAvgAggregateOutputType", + "type": "PatientMinAggregateOutputType", "namespace": "prisma", "location": "outputObjectTypes", "isList": false } }, { - "name": "sum", + "name": "max", "args": [], "isNullable": true, "outputType": { - "type": "UserSumAggregateOutputType", + "type": "PatientMaxAggregateOutputType", + "namespace": "prisma", + "location": "outputObjectTypes", + "isList": false + } + } + ] + }, + { + "name": "AggregateMovie", + "fields": [ + { + "name": "count", + "args": [], + "isNullable": true, + "outputType": { + "type": "MovieCountAggregateOutputType", "namespace": "prisma", "location": "outputObjectTypes", "isList": false @@ -23338,7 +28970,7 @@ "args": [], "isNullable": true, "outputType": { - "type": "UserMinAggregateOutputType", + "type": "MovieMinAggregateOutputType", "namespace": "prisma", "location": "outputObjectTypes", "isList": false @@ -23349,7 +28981,7 @@ "args": [], "isNullable": true, "outputType": { - "type": "UserMaxAggregateOutputType", + "type": "MovieMaxAggregateOutputType", "namespace": "prisma", "location": "outputObjectTypes", "isList": false @@ -23358,36 +28990,44 @@ ] }, { - "name": "AggregatePost", + "name": "MovieGroupByOutputType", "fields": [ { - "name": "count", + "name": "directorFirstName", "args": [], - "isNullable": true, + "isNullable": false, "outputType": { - "type": "PostCountAggregateOutputType", - "namespace": "prisma", - "location": "outputObjectTypes", + "type": "String", + "location": "scalar", "isList": false } }, { - "name": "avg", + "name": "directorLastName", "args": [], - "isNullable": true, + "isNullable": false, "outputType": { - "type": "PostAvgAggregateOutputType", - "namespace": "prisma", - "location": "outputObjectTypes", + "type": "String", + "location": "scalar", "isList": false } }, { - "name": "sum", + "name": "title", + "args": [], + "isNullable": false, + "outputType": { + "type": "String", + "location": "scalar", + "isList": false + } + }, + { + "name": "count", "args": [], "isNullable": true, "outputType": { - "type": "PostSumAggregateOutputType", + "type": "MovieCountAggregateOutputType", "namespace": "prisma", "location": "outputObjectTypes", "isList": false @@ -23398,7 +29038,7 @@ "args": [], "isNullable": true, "outputType": { - "type": "PostMinAggregateOutputType", + "type": "MovieMinAggregateOutputType", "namespace": "prisma", "location": "outputObjectTypes", "isList": false @@ -23409,7 +29049,7 @@ "args": [], "isNullable": true, "outputType": { - "type": "PostMaxAggregateOutputType", + "type": "MovieMaxAggregateOutputType", "namespace": "prisma", "location": "outputObjectTypes", "isList": false @@ -23418,36 +29058,72 @@ ] }, { - "name": "AggregateCategory", + "name": "AggregateDirector", "fields": [ { "name": "count", "args": [], "isNullable": true, "outputType": { - "type": "CategoryCountAggregateOutputType", + "type": "DirectorCountAggregateOutputType", "namespace": "prisma", "location": "outputObjectTypes", "isList": false } }, { - "name": "avg", + "name": "min", "args": [], "isNullable": true, "outputType": { - "type": "CategoryAvgAggregateOutputType", + "type": "DirectorMinAggregateOutputType", "namespace": "prisma", "location": "outputObjectTypes", "isList": false } }, { - "name": "sum", + "name": "max", "args": [], "isNullable": true, "outputType": { - "type": "CategorySumAggregateOutputType", + "type": "DirectorMaxAggregateOutputType", + "namespace": "prisma", + "location": "outputObjectTypes", + "isList": false + } + } + ] + }, + { + "name": "DirectorGroupByOutputType", + "fields": [ + { + "name": "firstName", + "args": [], + "isNullable": false, + "outputType": { + "type": "String", + "location": "scalar", + "isList": false + } + }, + { + "name": "lastName", + "args": [], + "isNullable": false, + "outputType": { + "type": "String", + "location": "scalar", + "isList": false + } + }, + { + "name": "count", + "args": [], + "isNullable": true, + "outputType": { + "type": "DirectorCountAggregateOutputType", "namespace": "prisma", "location": "outputObjectTypes", "isList": false @@ -23458,7 +29134,7 @@ "args": [], "isNullable": true, "outputType": { - "type": "CategoryMinAggregateOutputType", + "type": "DirectorMinAggregateOutputType", "namespace": "prisma", "location": "outputObjectTypes", "isList": false @@ -23469,7 +29145,7 @@ "args": [], "isNullable": true, "outputType": { - "type": "CategoryMaxAggregateOutputType", + "type": "DirectorMaxAggregateOutputType", "namespace": "prisma", "location": "outputObjectTypes", "isList": false @@ -23478,14 +29154,36 @@ ] }, { - "name": "AggregatePatient", + "name": "AggregateProblem", "fields": [ { "name": "count", "args": [], "isNullable": true, "outputType": { - "type": "PatientCountAggregateOutputType", + "type": "ProblemCountAggregateOutputType", + "namespace": "prisma", + "location": "outputObjectTypes", + "isList": false + } + }, + { + "name": "avg", + "args": [], + "isNullable": true, + "outputType": { + "type": "ProblemAvgAggregateOutputType", + "namespace": "prisma", + "location": "outputObjectTypes", + "isList": false + } + }, + { + "name": "sum", + "args": [], + "isNullable": true, + "outputType": { + "type": "ProblemSumAggregateOutputType", "namespace": "prisma", "location": "outputObjectTypes", "isList": false @@ -23496,7 +29194,7 @@ "args": [], "isNullable": true, "outputType": { - "type": "PatientMinAggregateOutputType", + "type": "ProblemMinAggregateOutputType", "namespace": "prisma", "location": "outputObjectTypes", "isList": false @@ -23507,7 +29205,7 @@ "args": [], "isNullable": true, "outputType": { - "type": "PatientMaxAggregateOutputType", + "type": "ProblemMaxAggregateOutputType", "namespace": "prisma", "location": "outputObjectTypes", "isList": false @@ -23516,52 +29214,66 @@ ] }, { - "name": "AggregateMovie", + "name": "ProblemGroupByOutputType", "fields": [ { - "name": "count", + "name": "id", + "args": [], + "isNullable": false, + "outputType": { + "type": "Int", + "location": "scalar", + "isList": false + } + }, + { + "name": "problemText", + "args": [], + "isNullable": false, + "outputType": { + "type": "String", + "location": "scalar", + "isList": false + } + }, + { + "name": "creatorId", "args": [], "isNullable": true, "outputType": { - "type": "MovieCountAggregateOutputType", - "namespace": "prisma", - "location": "outputObjectTypes", + "type": "Int", + "location": "scalar", "isList": false } }, { - "name": "min", + "name": "count", "args": [], "isNullable": true, "outputType": { - "type": "MovieMinAggregateOutputType", + "type": "ProblemCountAggregateOutputType", "namespace": "prisma", "location": "outputObjectTypes", "isList": false } }, { - "name": "max", + "name": "avg", "args": [], "isNullable": true, "outputType": { - "type": "MovieMaxAggregateOutputType", + "type": "ProblemAvgAggregateOutputType", "namespace": "prisma", "location": "outputObjectTypes", "isList": false } - } - ] - }, - { - "name": "AggregateDirector", - "fields": [ + }, { - "name": "count", + "name": "sum", "args": [], "isNullable": true, "outputType": { - "type": "DirectorCountAggregateOutputType", + "type": "ProblemSumAggregateOutputType", "namespace": "prisma", "location": "outputObjectTypes", "isList": false @@ -23572,7 +29284,7 @@ "args": [], "isNullable": true, "outputType": { - "type": "DirectorMinAggregateOutputType", + "type": "ProblemMinAggregateOutputType", "namespace": "prisma", "location": "outputObjectTypes", "isList": false @@ -23583,7 +29295,7 @@ "args": [], "isNullable": true, "outputType": { - "type": "DirectorMaxAggregateOutputType", + "type": "ProblemMaxAggregateOutputType", "namespace": "prisma", "location": "outputObjectTypes", "isList": false @@ -23592,14 +29304,14 @@ ] }, { - "name": "AggregateProblem", + "name": "AggregateCreator", "fields": [ { "name": "count", "args": [], "isNullable": true, "outputType": { - "type": "ProblemCountAggregateOutputType", + "type": "CreatorCountAggregateOutputType", "namespace": "prisma", "location": "outputObjectTypes", "isList": false @@ -23610,7 +29322,7 @@ "args": [], "isNullable": true, "outputType": { - "type": "ProblemAvgAggregateOutputType", + "type": "CreatorAvgAggregateOutputType", "namespace": "prisma", "location": "outputObjectTypes", "isList": false @@ -23621,7 +29333,7 @@ "args": [], "isNullable": true, "outputType": { - "type": "ProblemSumAggregateOutputType", + "type": "CreatorSumAggregateOutputType", "namespace": "prisma", "location": "outputObjectTypes", "isList": false @@ -23632,7 +29344,7 @@ "args": [], "isNullable": true, "outputType": { - "type": "ProblemMinAggregateOutputType", + "type": "CreatorMinAggregateOutputType", "namespace": "prisma", "location": "outputObjectTypes", "isList": false @@ -23643,7 +29355,7 @@ "args": [], "isNullable": true, "outputType": { - "type": "ProblemMaxAggregateOutputType", + "type": "CreatorMaxAggregateOutputType", "namespace": "prisma", "location": "outputObjectTypes", "isList": false @@ -23652,8 +29364,28 @@ ] }, { - "name": "AggregateCreator", + "name": "CreatorGroupByOutputType", "fields": [ + { + "name": "id", + "args": [], + "isNullable": false, + "outputType": { + "type": "Int", + "location": "scalar", + "isList": false + } + }, + { + "name": "name", + "args": [], + "isNullable": false, + "outputType": { + "type": "String", + "location": "scalar", + "isList": false + } + }, { "name": "count", "args": [], @@ -26317,7 +32049,8 @@ "deleteMany": "deleteManyUser", "updateMany": "updateManyUser", "upsert": "upsertOneUser", - "aggregate": "aggregateUser" + "aggregate": "aggregateUser", + "groupBy": "groupByUser" }, { "model": "post", @@ -26331,7 +32064,8 @@ "deleteMany": "deleteManypost", "updateMany": "updateManypost", "upsert": "upsertOnepost", - "aggregate": "aggregatepost" + "aggregate": "aggregatepost", + "groupBy": "groupBypost" }, { "model": "Category", @@ -26345,7 +32079,8 @@ "deleteMany": "deleteManyCategory", "updateMany": "updateManyCategory", "upsert": "upsertOneCategory", - "aggregate": "aggregateCategory" + "aggregate": "aggregateCategory", + "groupBy": "groupByCategory" }, { "model": "Patient", @@ -26359,7 +32094,8 @@ "deleteMany": "deleteManyPatient", "updateMany": "updateManyPatient", "upsert": "upsertOnePatient", - "aggregate": "aggregatePatient" + "aggregate": "aggregatePatient", + "groupBy": "groupByPatient" }, { "model": "Movie", @@ -26373,7 +32109,8 @@ "deleteMany": "deleteManyMovie", "updateMany": "updateManyMovie", "upsert": "upsertOneMovie", - "aggregate": "aggregateMovie" + "aggregate": "aggregateMovie", + "groupBy": "groupByMovie" }, { "model": "Director", @@ -26387,7 +32124,8 @@ "deleteMany": "deleteManyDirector", "updateMany": "updateManyDirector", "upsert": "upsertOneDirector", - "aggregate": "aggregateDirector" + "aggregate": "aggregateDirector", + "groupBy": "groupByDirector" }, { "model": "Problem", @@ -26401,7 +32139,8 @@ "deleteMany": "deleteManyProblem", "updateMany": "updateManyProblem", "upsert": "upsertOneProblem", - "aggregate": "aggregateProblem" + "aggregate": "aggregateProblem", + "groupBy": "groupByProblem" }, { "model": "Creator", @@ -26415,7 +32154,8 @@ "deleteMany": "deleteManyCreator", "updateMany": "updateManyCreator", "upsert": "upsertOneCreator", - "aggregate": "aggregateCreator" + "aggregate": "aggregateCreator", + "groupBy": "groupByCreator" } ], "otherOperations": { diff --git a/experiments/prisma/generated/type-graphql/resolvers/crud/Category/CategoryCrudResolver.ts b/experiments/prisma/generated/type-graphql/resolvers/crud/Category/CategoryCrudResolver.ts index 34bd44bc..71ef5fd7 100644 --- a/experiments/prisma/generated/type-graphql/resolvers/crud/Category/CategoryCrudResolver.ts +++ b/experiments/prisma/generated/type-graphql/resolvers/crud/Category/CategoryCrudResolver.ts @@ -8,12 +8,14 @@ import { DeleteManyCategoryArgs } from "./args/DeleteManyCategoryArgs"; import { FindFirstCategoryArgs } from "./args/FindFirstCategoryArgs"; import { FindManyCategoryArgs } from "./args/FindManyCategoryArgs"; import { FindUniqueCategoryArgs } from "./args/FindUniqueCategoryArgs"; +import { GroupByCategoryArgs } from "./args/GroupByCategoryArgs"; import { UpdateCategoryArgs } from "./args/UpdateCategoryArgs"; import { UpdateManyCategoryArgs } from "./args/UpdateManyCategoryArgs"; import { UpsertCategoryArgs } from "./args/UpsertCategoryArgs"; import { Category } from "../../../models/Category"; import { AggregateCategory } from "../../outputs/AggregateCategory"; import { BatchPayload } from "../../outputs/BatchPayload"; +import { CategoryGroupBy } from "../../outputs/CategoryGroupBy"; @TypeGraphQL.Resolver(_of => Category) export class CategoryCrudResolver { @@ -103,4 +105,33 @@ export class CategoryCrudResolver { ...transformFields(graphqlFields(info as any)), }); } + + @TypeGraphQL.Query(_returns => [CategoryGroupBy], { + nullable: false + }) + async groupByCategory(@TypeGraphQL.Ctx() ctx: any, @TypeGraphQL.Info() info: GraphQLResolveInfo, @TypeGraphQL.Args() args: GroupByCategoryArgs): Promise { + function transformFields(fields: Record): Record { + return Object.fromEntries( + Object.entries(fields) + // remove __typename and others + .filter(([key, value]) => !key.startsWith("__")) + .map<[string, any]>(([key, value]) => { + if (Object.keys(value).length === 0) { + return [key, true]; + } + return [key, transformFields(value)]; + }), + ); + } + + const { count, avg, sum, min, max } = transformFields( + graphqlFields(info as any) + ); + return ctx.prisma.category.groupBy({ + ...args, + ...Object.fromEntries( + Object.entries({ count, avg, sum, min, max }).filter(([_, v]) => v != null) + ), + }); + } } diff --git a/experiments/prisma/generated/type-graphql/resolvers/crud/Category/GroupByCategoryResolver.ts b/experiments/prisma/generated/type-graphql/resolvers/crud/Category/GroupByCategoryResolver.ts new file mode 100644 index 00000000..c1669e11 --- /dev/null +++ b/experiments/prisma/generated/type-graphql/resolvers/crud/Category/GroupByCategoryResolver.ts @@ -0,0 +1,38 @@ +import * as TypeGraphQL from "type-graphql"; +import graphqlFields from "graphql-fields"; +import { GraphQLResolveInfo } from "graphql"; +import { GroupByCategoryArgs } from "./args/GroupByCategoryArgs"; +import { Category } from "../../../models/Category"; +import { CategoryGroupBy } from "../../outputs/CategoryGroupBy"; + +@TypeGraphQL.Resolver(_of => Category) +export class GroupByCategoryResolver { + @TypeGraphQL.Query(_returns => [CategoryGroupBy], { + nullable: false + }) + async groupByCategory(@TypeGraphQL.Ctx() ctx: any, @TypeGraphQL.Info() info: GraphQLResolveInfo, @TypeGraphQL.Args() args: GroupByCategoryArgs): Promise { + function transformFields(fields: Record): Record { + return Object.fromEntries( + Object.entries(fields) + // remove __typename and others + .filter(([key, value]) => !key.startsWith("__")) + .map<[string, any]>(([key, value]) => { + if (Object.keys(value).length === 0) { + return [key, true]; + } + return [key, transformFields(value)]; + }), + ); + } + + const { count, avg, sum, min, max } = transformFields( + graphqlFields(info as any) + ); + return ctx.prisma.category.groupBy({ + ...args, + ...Object.fromEntries( + Object.entries({ count, avg, sum, min, max }).filter(([_, v]) => v != null) + ), + }); + } +} diff --git a/experiments/prisma/generated/type-graphql/resolvers/crud/Category/args/GroupByCategoryArgs.ts b/experiments/prisma/generated/type-graphql/resolvers/crud/Category/args/GroupByCategoryArgs.ts new file mode 100644 index 00000000..edfeb858 --- /dev/null +++ b/experiments/prisma/generated/type-graphql/resolvers/crud/Category/args/GroupByCategoryArgs.ts @@ -0,0 +1,39 @@ +import * as TypeGraphQL from "type-graphql"; +import GraphQLJSON from "graphql-type-json"; +import { CategoryOrderByInput } from "../../../inputs/CategoryOrderByInput"; +import { CategoryScalarWhereWithAggregatesInput } from "../../../inputs/CategoryScalarWhereWithAggregatesInput"; +import { CategoryWhereInput } from "../../../inputs/CategoryWhereInput"; +import { CategoryScalarFieldEnum } from "../../../../enums/CategoryScalarFieldEnum"; + +@TypeGraphQL.ArgsType() +export class GroupByCategoryArgs { + @TypeGraphQL.Field(_type => CategoryWhereInput, { + nullable: true + }) + where?: CategoryWhereInput | undefined; + + @TypeGraphQL.Field(_type => [CategoryOrderByInput], { + nullable: true + }) + orderBy?: CategoryOrderByInput[] | undefined; + + @TypeGraphQL.Field(_type => [CategoryScalarFieldEnum], { + nullable: false + }) + by!: Array<"name" | "slug" | "number">; + + @TypeGraphQL.Field(_type => CategoryScalarWhereWithAggregatesInput, { + nullable: true + }) + having?: CategoryScalarWhereWithAggregatesInput | undefined; + + @TypeGraphQL.Field(_type => TypeGraphQL.Int, { + nullable: true + }) + take?: number | undefined; + + @TypeGraphQL.Field(_type => TypeGraphQL.Int, { + nullable: true + }) + skip?: number | undefined; +} diff --git a/experiments/prisma/generated/type-graphql/resolvers/crud/Category/args/index.ts b/experiments/prisma/generated/type-graphql/resolvers/crud/Category/args/index.ts index de3846af..a661488a 100644 --- a/experiments/prisma/generated/type-graphql/resolvers/crud/Category/args/index.ts +++ b/experiments/prisma/generated/type-graphql/resolvers/crud/Category/args/index.ts @@ -5,6 +5,7 @@ export { DeleteManyCategoryArgs } from "./DeleteManyCategoryArgs"; export { FindFirstCategoryArgs } from "./FindFirstCategoryArgs"; export { FindManyCategoryArgs } from "./FindManyCategoryArgs"; export { FindUniqueCategoryArgs } from "./FindUniqueCategoryArgs"; +export { GroupByCategoryArgs } from "./GroupByCategoryArgs"; export { UpdateCategoryArgs } from "./UpdateCategoryArgs"; export { UpdateManyCategoryArgs } from "./UpdateManyCategoryArgs"; export { UpsertCategoryArgs } from "./UpsertCategoryArgs"; diff --git a/experiments/prisma/generated/type-graphql/resolvers/crud/Client/ClientCrudResolver.ts b/experiments/prisma/generated/type-graphql/resolvers/crud/Client/ClientCrudResolver.ts index c562c714..83126161 100644 --- a/experiments/prisma/generated/type-graphql/resolvers/crud/Client/ClientCrudResolver.ts +++ b/experiments/prisma/generated/type-graphql/resolvers/crud/Client/ClientCrudResolver.ts @@ -8,12 +8,14 @@ import { DeleteManyClientArgs } from "./args/DeleteManyClientArgs"; import { FindFirstClientArgs } from "./args/FindFirstClientArgs"; import { FindManyClientArgs } from "./args/FindManyClientArgs"; import { FindUniqueClientArgs } from "./args/FindUniqueClientArgs"; +import { GroupByClientArgs } from "./args/GroupByClientArgs"; import { UpdateClientArgs } from "./args/UpdateClientArgs"; import { UpdateManyClientArgs } from "./args/UpdateManyClientArgs"; import { UpsertClientArgs } from "./args/UpsertClientArgs"; import { Client } from "../../../models/Client"; import { AggregateClient } from "../../outputs/AggregateClient"; import { BatchPayload } from "../../outputs/BatchPayload"; +import { ClientGroupBy } from "../../outputs/ClientGroupBy"; @TypeGraphQL.Resolver(_of => Client) export class ClientCrudResolver { @@ -103,4 +105,33 @@ export class ClientCrudResolver { ...transformFields(graphqlFields(info as any)), }); } + + @TypeGraphQL.Query(_returns => [ClientGroupBy], { + nullable: false + }) + async groupByClient(@TypeGraphQL.Ctx() ctx: any, @TypeGraphQL.Info() info: GraphQLResolveInfo, @TypeGraphQL.Args() args: GroupByClientArgs): Promise { + function transformFields(fields: Record): Record { + return Object.fromEntries( + Object.entries(fields) + // remove __typename and others + .filter(([key, value]) => !key.startsWith("__")) + .map<[string, any]>(([key, value]) => { + if (Object.keys(value).length === 0) { + return [key, true]; + } + return [key, transformFields(value)]; + }), + ); + } + + const { count, avg, sum, min, max } = transformFields( + graphqlFields(info as any) + ); + return ctx.prisma.user.groupBy({ + ...args, + ...Object.fromEntries( + Object.entries({ count, avg, sum, min, max }).filter(([_, v]) => v != null) + ), + }); + } } diff --git a/experiments/prisma/generated/type-graphql/resolvers/crud/Client/GroupByClientResolver.ts b/experiments/prisma/generated/type-graphql/resolvers/crud/Client/GroupByClientResolver.ts new file mode 100644 index 00000000..3728664c --- /dev/null +++ b/experiments/prisma/generated/type-graphql/resolvers/crud/Client/GroupByClientResolver.ts @@ -0,0 +1,38 @@ +import * as TypeGraphQL from "type-graphql"; +import graphqlFields from "graphql-fields"; +import { GraphQLResolveInfo } from "graphql"; +import { GroupByClientArgs } from "./args/GroupByClientArgs"; +import { Client } from "../../../models/Client"; +import { ClientGroupBy } from "../../outputs/ClientGroupBy"; + +@TypeGraphQL.Resolver(_of => Client) +export class GroupByClientResolver { + @TypeGraphQL.Query(_returns => [ClientGroupBy], { + nullable: false + }) + async groupByClient(@TypeGraphQL.Ctx() ctx: any, @TypeGraphQL.Info() info: GraphQLResolveInfo, @TypeGraphQL.Args() args: GroupByClientArgs): Promise { + function transformFields(fields: Record): Record { + return Object.fromEntries( + Object.entries(fields) + // remove __typename and others + .filter(([key, value]) => !key.startsWith("__")) + .map<[string, any]>(([key, value]) => { + if (Object.keys(value).length === 0) { + return [key, true]; + } + return [key, transformFields(value)]; + }), + ); + } + + const { count, avg, sum, min, max } = transformFields( + graphqlFields(info as any) + ); + return ctx.prisma.user.groupBy({ + ...args, + ...Object.fromEntries( + Object.entries({ count, avg, sum, min, max }).filter(([_, v]) => v != null) + ), + }); + } +} diff --git a/experiments/prisma/generated/type-graphql/resolvers/crud/Client/args/GroupByClientArgs.ts b/experiments/prisma/generated/type-graphql/resolvers/crud/Client/args/GroupByClientArgs.ts new file mode 100644 index 00000000..6314892e --- /dev/null +++ b/experiments/prisma/generated/type-graphql/resolvers/crud/Client/args/GroupByClientArgs.ts @@ -0,0 +1,39 @@ +import * as TypeGraphQL from "type-graphql"; +import GraphQLJSON from "graphql-type-json"; +import { ClientOrderByInput } from "../../../inputs/ClientOrderByInput"; +import { ClientScalarWhereWithAggregatesInput } from "../../../inputs/ClientScalarWhereWithAggregatesInput"; +import { ClientWhereInput } from "../../../inputs/ClientWhereInput"; +import { ClientScalarFieldEnum } from "../../../../enums/ClientScalarFieldEnum"; + +@TypeGraphQL.ArgsType() +export class GroupByClientArgs { + @TypeGraphQL.Field(_type => ClientWhereInput, { + nullable: true + }) + where?: ClientWhereInput | undefined; + + @TypeGraphQL.Field(_type => [ClientOrderByInput], { + nullable: true + }) + orderBy?: ClientOrderByInput[] | undefined; + + @TypeGraphQL.Field(_type => [ClientScalarFieldEnum], { + nullable: false + }) + by!: Array<"id" | "email" | "name" | "age" | "balance" | "amount" | "role">; + + @TypeGraphQL.Field(_type => ClientScalarWhereWithAggregatesInput, { + nullable: true + }) + having?: ClientScalarWhereWithAggregatesInput | undefined; + + @TypeGraphQL.Field(_type => TypeGraphQL.Int, { + nullable: true + }) + take?: number | undefined; + + @TypeGraphQL.Field(_type => TypeGraphQL.Int, { + nullable: true + }) + skip?: number | undefined; +} diff --git a/experiments/prisma/generated/type-graphql/resolvers/crud/Client/args/index.ts b/experiments/prisma/generated/type-graphql/resolvers/crud/Client/args/index.ts index f7491b56..7801af38 100644 --- a/experiments/prisma/generated/type-graphql/resolvers/crud/Client/args/index.ts +++ b/experiments/prisma/generated/type-graphql/resolvers/crud/Client/args/index.ts @@ -5,6 +5,7 @@ export { DeleteManyClientArgs } from "./DeleteManyClientArgs"; export { FindFirstClientArgs } from "./FindFirstClientArgs"; export { FindManyClientArgs } from "./FindManyClientArgs"; export { FindUniqueClientArgs } from "./FindUniqueClientArgs"; +export { GroupByClientArgs } from "./GroupByClientArgs"; export { UpdateClientArgs } from "./UpdateClientArgs"; export { UpdateManyClientArgs } from "./UpdateManyClientArgs"; export { UpsertClientArgs } from "./UpsertClientArgs"; diff --git a/experiments/prisma/generated/type-graphql/resolvers/crud/Creator/CreatorCrudResolver.ts b/experiments/prisma/generated/type-graphql/resolvers/crud/Creator/CreatorCrudResolver.ts index e1a44d56..7ae29ef8 100644 --- a/experiments/prisma/generated/type-graphql/resolvers/crud/Creator/CreatorCrudResolver.ts +++ b/experiments/prisma/generated/type-graphql/resolvers/crud/Creator/CreatorCrudResolver.ts @@ -8,12 +8,14 @@ import { DeleteManyCreatorArgs } from "./args/DeleteManyCreatorArgs"; import { FindFirstCreatorArgs } from "./args/FindFirstCreatorArgs"; import { FindManyCreatorArgs } from "./args/FindManyCreatorArgs"; import { FindUniqueCreatorArgs } from "./args/FindUniqueCreatorArgs"; +import { GroupByCreatorArgs } from "./args/GroupByCreatorArgs"; import { UpdateCreatorArgs } from "./args/UpdateCreatorArgs"; import { UpdateManyCreatorArgs } from "./args/UpdateManyCreatorArgs"; import { UpsertCreatorArgs } from "./args/UpsertCreatorArgs"; import { Creator } from "../../../models/Creator"; import { AggregateCreator } from "../../outputs/AggregateCreator"; import { BatchPayload } from "../../outputs/BatchPayload"; +import { CreatorGroupBy } from "../../outputs/CreatorGroupBy"; @TypeGraphQL.Resolver(_of => Creator) export class CreatorCrudResolver { @@ -103,4 +105,33 @@ export class CreatorCrudResolver { ...transformFields(graphqlFields(info as any)), }); } + + @TypeGraphQL.Query(_returns => [CreatorGroupBy], { + nullable: false + }) + async groupByCreator(@TypeGraphQL.Ctx() ctx: any, @TypeGraphQL.Info() info: GraphQLResolveInfo, @TypeGraphQL.Args() args: GroupByCreatorArgs): Promise { + function transformFields(fields: Record): Record { + return Object.fromEntries( + Object.entries(fields) + // remove __typename and others + .filter(([key, value]) => !key.startsWith("__")) + .map<[string, any]>(([key, value]) => { + if (Object.keys(value).length === 0) { + return [key, true]; + } + return [key, transformFields(value)]; + }), + ); + } + + const { count, avg, sum, min, max } = transformFields( + graphqlFields(info as any) + ); + return ctx.prisma.creator.groupBy({ + ...args, + ...Object.fromEntries( + Object.entries({ count, avg, sum, min, max }).filter(([_, v]) => v != null) + ), + }); + } } diff --git a/experiments/prisma/generated/type-graphql/resolvers/crud/Creator/GroupByCreatorResolver.ts b/experiments/prisma/generated/type-graphql/resolvers/crud/Creator/GroupByCreatorResolver.ts new file mode 100644 index 00000000..510f3c7d --- /dev/null +++ b/experiments/prisma/generated/type-graphql/resolvers/crud/Creator/GroupByCreatorResolver.ts @@ -0,0 +1,38 @@ +import * as TypeGraphQL from "type-graphql"; +import graphqlFields from "graphql-fields"; +import { GraphQLResolveInfo } from "graphql"; +import { GroupByCreatorArgs } from "./args/GroupByCreatorArgs"; +import { Creator } from "../../../models/Creator"; +import { CreatorGroupBy } from "../../outputs/CreatorGroupBy"; + +@TypeGraphQL.Resolver(_of => Creator) +export class GroupByCreatorResolver { + @TypeGraphQL.Query(_returns => [CreatorGroupBy], { + nullable: false + }) + async groupByCreator(@TypeGraphQL.Ctx() ctx: any, @TypeGraphQL.Info() info: GraphQLResolveInfo, @TypeGraphQL.Args() args: GroupByCreatorArgs): Promise { + function transformFields(fields: Record): Record { + return Object.fromEntries( + Object.entries(fields) + // remove __typename and others + .filter(([key, value]) => !key.startsWith("__")) + .map<[string, any]>(([key, value]) => { + if (Object.keys(value).length === 0) { + return [key, true]; + } + return [key, transformFields(value)]; + }), + ); + } + + const { count, avg, sum, min, max } = transformFields( + graphqlFields(info as any) + ); + return ctx.prisma.creator.groupBy({ + ...args, + ...Object.fromEntries( + Object.entries({ count, avg, sum, min, max }).filter(([_, v]) => v != null) + ), + }); + } +} diff --git a/experiments/prisma/generated/type-graphql/resolvers/crud/Creator/args/GroupByCreatorArgs.ts b/experiments/prisma/generated/type-graphql/resolvers/crud/Creator/args/GroupByCreatorArgs.ts new file mode 100644 index 00000000..049aac6d --- /dev/null +++ b/experiments/prisma/generated/type-graphql/resolvers/crud/Creator/args/GroupByCreatorArgs.ts @@ -0,0 +1,39 @@ +import * as TypeGraphQL from "type-graphql"; +import GraphQLJSON from "graphql-type-json"; +import { CreatorOrderByInput } from "../../../inputs/CreatorOrderByInput"; +import { CreatorScalarWhereWithAggregatesInput } from "../../../inputs/CreatorScalarWhereWithAggregatesInput"; +import { CreatorWhereInput } from "../../../inputs/CreatorWhereInput"; +import { CreatorScalarFieldEnum } from "../../../../enums/CreatorScalarFieldEnum"; + +@TypeGraphQL.ArgsType() +export class GroupByCreatorArgs { + @TypeGraphQL.Field(_type => CreatorWhereInput, { + nullable: true + }) + where?: CreatorWhereInput | undefined; + + @TypeGraphQL.Field(_type => [CreatorOrderByInput], { + nullable: true + }) + orderBy?: CreatorOrderByInput[] | undefined; + + @TypeGraphQL.Field(_type => [CreatorScalarFieldEnum], { + nullable: false + }) + by!: Array<"id" | "name">; + + @TypeGraphQL.Field(_type => CreatorScalarWhereWithAggregatesInput, { + nullable: true + }) + having?: CreatorScalarWhereWithAggregatesInput | undefined; + + @TypeGraphQL.Field(_type => TypeGraphQL.Int, { + nullable: true + }) + take?: number | undefined; + + @TypeGraphQL.Field(_type => TypeGraphQL.Int, { + nullable: true + }) + skip?: number | undefined; +} diff --git a/experiments/prisma/generated/type-graphql/resolvers/crud/Creator/args/index.ts b/experiments/prisma/generated/type-graphql/resolvers/crud/Creator/args/index.ts index 40e7a05b..ae452306 100644 --- a/experiments/prisma/generated/type-graphql/resolvers/crud/Creator/args/index.ts +++ b/experiments/prisma/generated/type-graphql/resolvers/crud/Creator/args/index.ts @@ -5,6 +5,7 @@ export { DeleteManyCreatorArgs } from "./DeleteManyCreatorArgs"; export { FindFirstCreatorArgs } from "./FindFirstCreatorArgs"; export { FindManyCreatorArgs } from "./FindManyCreatorArgs"; export { FindUniqueCreatorArgs } from "./FindUniqueCreatorArgs"; +export { GroupByCreatorArgs } from "./GroupByCreatorArgs"; export { UpdateCreatorArgs } from "./UpdateCreatorArgs"; export { UpdateManyCreatorArgs } from "./UpdateManyCreatorArgs"; export { UpsertCreatorArgs } from "./UpsertCreatorArgs"; diff --git a/experiments/prisma/generated/type-graphql/resolvers/crud/Director/DirectorCrudResolver.ts b/experiments/prisma/generated/type-graphql/resolvers/crud/Director/DirectorCrudResolver.ts index 22dda0bd..4b4618be 100644 --- a/experiments/prisma/generated/type-graphql/resolvers/crud/Director/DirectorCrudResolver.ts +++ b/experiments/prisma/generated/type-graphql/resolvers/crud/Director/DirectorCrudResolver.ts @@ -8,12 +8,14 @@ import { DeleteManyDirectorArgs } from "./args/DeleteManyDirectorArgs"; import { FindFirstDirectorArgs } from "./args/FindFirstDirectorArgs"; import { FindManyDirectorArgs } from "./args/FindManyDirectorArgs"; import { FindUniqueDirectorArgs } from "./args/FindUniqueDirectorArgs"; +import { GroupByDirectorArgs } from "./args/GroupByDirectorArgs"; import { UpdateDirectorArgs } from "./args/UpdateDirectorArgs"; import { UpdateManyDirectorArgs } from "./args/UpdateManyDirectorArgs"; import { UpsertDirectorArgs } from "./args/UpsertDirectorArgs"; import { Director } from "../../../models/Director"; import { AggregateDirector } from "../../outputs/AggregateDirector"; import { BatchPayload } from "../../outputs/BatchPayload"; +import { DirectorGroupBy } from "../../outputs/DirectorGroupBy"; @TypeGraphQL.Resolver(_of => Director) export class DirectorCrudResolver { @@ -103,4 +105,33 @@ export class DirectorCrudResolver { ...transformFields(graphqlFields(info as any)), }); } + + @TypeGraphQL.Query(_returns => [DirectorGroupBy], { + nullable: false + }) + async groupByDirector(@TypeGraphQL.Ctx() ctx: any, @TypeGraphQL.Info() info: GraphQLResolveInfo, @TypeGraphQL.Args() args: GroupByDirectorArgs): Promise { + function transformFields(fields: Record): Record { + return Object.fromEntries( + Object.entries(fields) + // remove __typename and others + .filter(([key, value]) => !key.startsWith("__")) + .map<[string, any]>(([key, value]) => { + if (Object.keys(value).length === 0) { + return [key, true]; + } + return [key, transformFields(value)]; + }), + ); + } + + const { count, avg, sum, min, max } = transformFields( + graphqlFields(info as any) + ); + return ctx.prisma.director.groupBy({ + ...args, + ...Object.fromEntries( + Object.entries({ count, avg, sum, min, max }).filter(([_, v]) => v != null) + ), + }); + } } diff --git a/experiments/prisma/generated/type-graphql/resolvers/crud/Director/GroupByDirectorResolver.ts b/experiments/prisma/generated/type-graphql/resolvers/crud/Director/GroupByDirectorResolver.ts new file mode 100644 index 00000000..a55b44f7 --- /dev/null +++ b/experiments/prisma/generated/type-graphql/resolvers/crud/Director/GroupByDirectorResolver.ts @@ -0,0 +1,38 @@ +import * as TypeGraphQL from "type-graphql"; +import graphqlFields from "graphql-fields"; +import { GraphQLResolveInfo } from "graphql"; +import { GroupByDirectorArgs } from "./args/GroupByDirectorArgs"; +import { Director } from "../../../models/Director"; +import { DirectorGroupBy } from "../../outputs/DirectorGroupBy"; + +@TypeGraphQL.Resolver(_of => Director) +export class GroupByDirectorResolver { + @TypeGraphQL.Query(_returns => [DirectorGroupBy], { + nullable: false + }) + async groupByDirector(@TypeGraphQL.Ctx() ctx: any, @TypeGraphQL.Info() info: GraphQLResolveInfo, @TypeGraphQL.Args() args: GroupByDirectorArgs): Promise { + function transformFields(fields: Record): Record { + return Object.fromEntries( + Object.entries(fields) + // remove __typename and others + .filter(([key, value]) => !key.startsWith("__")) + .map<[string, any]>(([key, value]) => { + if (Object.keys(value).length === 0) { + return [key, true]; + } + return [key, transformFields(value)]; + }), + ); + } + + const { count, avg, sum, min, max } = transformFields( + graphqlFields(info as any) + ); + return ctx.prisma.director.groupBy({ + ...args, + ...Object.fromEntries( + Object.entries({ count, avg, sum, min, max }).filter(([_, v]) => v != null) + ), + }); + } +} diff --git a/experiments/prisma/generated/type-graphql/resolvers/crud/Director/args/GroupByDirectorArgs.ts b/experiments/prisma/generated/type-graphql/resolvers/crud/Director/args/GroupByDirectorArgs.ts new file mode 100644 index 00000000..c43f89f0 --- /dev/null +++ b/experiments/prisma/generated/type-graphql/resolvers/crud/Director/args/GroupByDirectorArgs.ts @@ -0,0 +1,39 @@ +import * as TypeGraphQL from "type-graphql"; +import GraphQLJSON from "graphql-type-json"; +import { DirectorOrderByInput } from "../../../inputs/DirectorOrderByInput"; +import { DirectorScalarWhereWithAggregatesInput } from "../../../inputs/DirectorScalarWhereWithAggregatesInput"; +import { DirectorWhereInput } from "../../../inputs/DirectorWhereInput"; +import { DirectorScalarFieldEnum } from "../../../../enums/DirectorScalarFieldEnum"; + +@TypeGraphQL.ArgsType() +export class GroupByDirectorArgs { + @TypeGraphQL.Field(_type => DirectorWhereInput, { + nullable: true + }) + where?: DirectorWhereInput | undefined; + + @TypeGraphQL.Field(_type => [DirectorOrderByInput], { + nullable: true + }) + orderBy?: DirectorOrderByInput[] | undefined; + + @TypeGraphQL.Field(_type => [DirectorScalarFieldEnum], { + nullable: false + }) + by!: Array<"firstName" | "lastName">; + + @TypeGraphQL.Field(_type => DirectorScalarWhereWithAggregatesInput, { + nullable: true + }) + having?: DirectorScalarWhereWithAggregatesInput | undefined; + + @TypeGraphQL.Field(_type => TypeGraphQL.Int, { + nullable: true + }) + take?: number | undefined; + + @TypeGraphQL.Field(_type => TypeGraphQL.Int, { + nullable: true + }) + skip?: number | undefined; +} diff --git a/experiments/prisma/generated/type-graphql/resolvers/crud/Director/args/index.ts b/experiments/prisma/generated/type-graphql/resolvers/crud/Director/args/index.ts index 054d1fae..c37b3a6e 100644 --- a/experiments/prisma/generated/type-graphql/resolvers/crud/Director/args/index.ts +++ b/experiments/prisma/generated/type-graphql/resolvers/crud/Director/args/index.ts @@ -5,6 +5,7 @@ export { DeleteManyDirectorArgs } from "./DeleteManyDirectorArgs"; export { FindFirstDirectorArgs } from "./FindFirstDirectorArgs"; export { FindManyDirectorArgs } from "./FindManyDirectorArgs"; export { FindUniqueDirectorArgs } from "./FindUniqueDirectorArgs"; +export { GroupByDirectorArgs } from "./GroupByDirectorArgs"; export { UpdateDirectorArgs } from "./UpdateDirectorArgs"; export { UpdateManyDirectorArgs } from "./UpdateManyDirectorArgs"; export { UpsertDirectorArgs } from "./UpsertDirectorArgs"; diff --git a/experiments/prisma/generated/type-graphql/resolvers/crud/Movie/GroupByMovieResolver.ts b/experiments/prisma/generated/type-graphql/resolvers/crud/Movie/GroupByMovieResolver.ts new file mode 100644 index 00000000..264a1e00 --- /dev/null +++ b/experiments/prisma/generated/type-graphql/resolvers/crud/Movie/GroupByMovieResolver.ts @@ -0,0 +1,38 @@ +import * as TypeGraphQL from "type-graphql"; +import graphqlFields from "graphql-fields"; +import { GraphQLResolveInfo } from "graphql"; +import { GroupByMovieArgs } from "./args/GroupByMovieArgs"; +import { Movie } from "../../../models/Movie"; +import { MovieGroupBy } from "../../outputs/MovieGroupBy"; + +@TypeGraphQL.Resolver(_of => Movie) +export class GroupByMovieResolver { + @TypeGraphQL.Query(_returns => [MovieGroupBy], { + nullable: false + }) + async groupByMovie(@TypeGraphQL.Ctx() ctx: any, @TypeGraphQL.Info() info: GraphQLResolveInfo, @TypeGraphQL.Args() args: GroupByMovieArgs): Promise { + function transformFields(fields: Record): Record { + return Object.fromEntries( + Object.entries(fields) + // remove __typename and others + .filter(([key, value]) => !key.startsWith("__")) + .map<[string, any]>(([key, value]) => { + if (Object.keys(value).length === 0) { + return [key, true]; + } + return [key, transformFields(value)]; + }), + ); + } + + const { count, avg, sum, min, max } = transformFields( + graphqlFields(info as any) + ); + return ctx.prisma.movie.groupBy({ + ...args, + ...Object.fromEntries( + Object.entries({ count, avg, sum, min, max }).filter(([_, v]) => v != null) + ), + }); + } +} diff --git a/experiments/prisma/generated/type-graphql/resolvers/crud/Movie/MovieCrudResolver.ts b/experiments/prisma/generated/type-graphql/resolvers/crud/Movie/MovieCrudResolver.ts index f6453176..3a59d34f 100644 --- a/experiments/prisma/generated/type-graphql/resolvers/crud/Movie/MovieCrudResolver.ts +++ b/experiments/prisma/generated/type-graphql/resolvers/crud/Movie/MovieCrudResolver.ts @@ -8,12 +8,14 @@ import { DeleteMovieArgs } from "./args/DeleteMovieArgs"; import { FindFirstMovieArgs } from "./args/FindFirstMovieArgs"; import { FindManyMovieArgs } from "./args/FindManyMovieArgs"; import { FindUniqueMovieArgs } from "./args/FindUniqueMovieArgs"; +import { GroupByMovieArgs } from "./args/GroupByMovieArgs"; import { UpdateManyMovieArgs } from "./args/UpdateManyMovieArgs"; import { UpdateMovieArgs } from "./args/UpdateMovieArgs"; import { UpsertMovieArgs } from "./args/UpsertMovieArgs"; import { Movie } from "../../../models/Movie"; import { AggregateMovie } from "../../outputs/AggregateMovie"; import { BatchPayload } from "../../outputs/BatchPayload"; +import { MovieGroupBy } from "../../outputs/MovieGroupBy"; @TypeGraphQL.Resolver(_of => Movie) export class MovieCrudResolver { @@ -103,4 +105,33 @@ export class MovieCrudResolver { ...transformFields(graphqlFields(info as any)), }); } + + @TypeGraphQL.Query(_returns => [MovieGroupBy], { + nullable: false + }) + async groupByMovie(@TypeGraphQL.Ctx() ctx: any, @TypeGraphQL.Info() info: GraphQLResolveInfo, @TypeGraphQL.Args() args: GroupByMovieArgs): Promise { + function transformFields(fields: Record): Record { + return Object.fromEntries( + Object.entries(fields) + // remove __typename and others + .filter(([key, value]) => !key.startsWith("__")) + .map<[string, any]>(([key, value]) => { + if (Object.keys(value).length === 0) { + return [key, true]; + } + return [key, transformFields(value)]; + }), + ); + } + + const { count, avg, sum, min, max } = transformFields( + graphqlFields(info as any) + ); + return ctx.prisma.movie.groupBy({ + ...args, + ...Object.fromEntries( + Object.entries({ count, avg, sum, min, max }).filter(([_, v]) => v != null) + ), + }); + } } diff --git a/experiments/prisma/generated/type-graphql/resolvers/crud/Movie/args/GroupByMovieArgs.ts b/experiments/prisma/generated/type-graphql/resolvers/crud/Movie/args/GroupByMovieArgs.ts new file mode 100644 index 00000000..f2927a9b --- /dev/null +++ b/experiments/prisma/generated/type-graphql/resolvers/crud/Movie/args/GroupByMovieArgs.ts @@ -0,0 +1,39 @@ +import * as TypeGraphQL from "type-graphql"; +import GraphQLJSON from "graphql-type-json"; +import { MovieOrderByInput } from "../../../inputs/MovieOrderByInput"; +import { MovieScalarWhereWithAggregatesInput } from "../../../inputs/MovieScalarWhereWithAggregatesInput"; +import { MovieWhereInput } from "../../../inputs/MovieWhereInput"; +import { MovieScalarFieldEnum } from "../../../../enums/MovieScalarFieldEnum"; + +@TypeGraphQL.ArgsType() +export class GroupByMovieArgs { + @TypeGraphQL.Field(_type => MovieWhereInput, { + nullable: true + }) + where?: MovieWhereInput | undefined; + + @TypeGraphQL.Field(_type => [MovieOrderByInput], { + nullable: true + }) + orderBy?: MovieOrderByInput[] | undefined; + + @TypeGraphQL.Field(_type => [MovieScalarFieldEnum], { + nullable: false + }) + by!: Array<"directorFirstName" | "directorLastName" | "title">; + + @TypeGraphQL.Field(_type => MovieScalarWhereWithAggregatesInput, { + nullable: true + }) + having?: MovieScalarWhereWithAggregatesInput | undefined; + + @TypeGraphQL.Field(_type => TypeGraphQL.Int, { + nullable: true + }) + take?: number | undefined; + + @TypeGraphQL.Field(_type => TypeGraphQL.Int, { + nullable: true + }) + skip?: number | undefined; +} diff --git a/experiments/prisma/generated/type-graphql/resolvers/crud/Movie/args/index.ts b/experiments/prisma/generated/type-graphql/resolvers/crud/Movie/args/index.ts index 0064f226..d8038bd1 100644 --- a/experiments/prisma/generated/type-graphql/resolvers/crud/Movie/args/index.ts +++ b/experiments/prisma/generated/type-graphql/resolvers/crud/Movie/args/index.ts @@ -5,6 +5,7 @@ export { DeleteMovieArgs } from "./DeleteMovieArgs"; export { FindFirstMovieArgs } from "./FindFirstMovieArgs"; export { FindManyMovieArgs } from "./FindManyMovieArgs"; export { FindUniqueMovieArgs } from "./FindUniqueMovieArgs"; +export { GroupByMovieArgs } from "./GroupByMovieArgs"; export { UpdateManyMovieArgs } from "./UpdateManyMovieArgs"; export { UpdateMovieArgs } from "./UpdateMovieArgs"; export { UpsertMovieArgs } from "./UpsertMovieArgs"; diff --git a/experiments/prisma/generated/type-graphql/resolvers/crud/Patient/GroupByPatientResolver.ts b/experiments/prisma/generated/type-graphql/resolvers/crud/Patient/GroupByPatientResolver.ts new file mode 100644 index 00000000..1a163def --- /dev/null +++ b/experiments/prisma/generated/type-graphql/resolvers/crud/Patient/GroupByPatientResolver.ts @@ -0,0 +1,38 @@ +import * as TypeGraphQL from "type-graphql"; +import graphqlFields from "graphql-fields"; +import { GraphQLResolveInfo } from "graphql"; +import { GroupByPatientArgs } from "./args/GroupByPatientArgs"; +import { Patient } from "../../../models/Patient"; +import { PatientGroupBy } from "../../outputs/PatientGroupBy"; + +@TypeGraphQL.Resolver(_of => Patient) +export class GroupByPatientResolver { + @TypeGraphQL.Query(_returns => [PatientGroupBy], { + nullable: false + }) + async groupByPatient(@TypeGraphQL.Ctx() ctx: any, @TypeGraphQL.Info() info: GraphQLResolveInfo, @TypeGraphQL.Args() args: GroupByPatientArgs): Promise { + function transformFields(fields: Record): Record { + return Object.fromEntries( + Object.entries(fields) + // remove __typename and others + .filter(([key, value]) => !key.startsWith("__")) + .map<[string, any]>(([key, value]) => { + if (Object.keys(value).length === 0) { + return [key, true]; + } + return [key, transformFields(value)]; + }), + ); + } + + const { count, avg, sum, min, max } = transformFields( + graphqlFields(info as any) + ); + return ctx.prisma.patient.groupBy({ + ...args, + ...Object.fromEntries( + Object.entries({ count, avg, sum, min, max }).filter(([_, v]) => v != null) + ), + }); + } +} diff --git a/experiments/prisma/generated/type-graphql/resolvers/crud/Patient/PatientCrudResolver.ts b/experiments/prisma/generated/type-graphql/resolvers/crud/Patient/PatientCrudResolver.ts index d8dcd2a7..f4187b82 100644 --- a/experiments/prisma/generated/type-graphql/resolvers/crud/Patient/PatientCrudResolver.ts +++ b/experiments/prisma/generated/type-graphql/resolvers/crud/Patient/PatientCrudResolver.ts @@ -8,12 +8,14 @@ import { DeletePatientArgs } from "./args/DeletePatientArgs"; import { FindFirstPatientArgs } from "./args/FindFirstPatientArgs"; import { FindManyPatientArgs } from "./args/FindManyPatientArgs"; import { FindUniquePatientArgs } from "./args/FindUniquePatientArgs"; +import { GroupByPatientArgs } from "./args/GroupByPatientArgs"; import { UpdateManyPatientArgs } from "./args/UpdateManyPatientArgs"; import { UpdatePatientArgs } from "./args/UpdatePatientArgs"; import { UpsertPatientArgs } from "./args/UpsertPatientArgs"; import { Patient } from "../../../models/Patient"; import { AggregatePatient } from "../../outputs/AggregatePatient"; import { BatchPayload } from "../../outputs/BatchPayload"; +import { PatientGroupBy } from "../../outputs/PatientGroupBy"; @TypeGraphQL.Resolver(_of => Patient) export class PatientCrudResolver { @@ -103,4 +105,33 @@ export class PatientCrudResolver { ...transformFields(graphqlFields(info as any)), }); } + + @TypeGraphQL.Query(_returns => [PatientGroupBy], { + nullable: false + }) + async groupByPatient(@TypeGraphQL.Ctx() ctx: any, @TypeGraphQL.Info() info: GraphQLResolveInfo, @TypeGraphQL.Args() args: GroupByPatientArgs): Promise { + function transformFields(fields: Record): Record { + return Object.fromEntries( + Object.entries(fields) + // remove __typename and others + .filter(([key, value]) => !key.startsWith("__")) + .map<[string, any]>(([key, value]) => { + if (Object.keys(value).length === 0) { + return [key, true]; + } + return [key, transformFields(value)]; + }), + ); + } + + const { count, avg, sum, min, max } = transformFields( + graphqlFields(info as any) + ); + return ctx.prisma.patient.groupBy({ + ...args, + ...Object.fromEntries( + Object.entries({ count, avg, sum, min, max }).filter(([_, v]) => v != null) + ), + }); + } } diff --git a/experiments/prisma/generated/type-graphql/resolvers/crud/Patient/args/GroupByPatientArgs.ts b/experiments/prisma/generated/type-graphql/resolvers/crud/Patient/args/GroupByPatientArgs.ts new file mode 100644 index 00000000..db66496f --- /dev/null +++ b/experiments/prisma/generated/type-graphql/resolvers/crud/Patient/args/GroupByPatientArgs.ts @@ -0,0 +1,39 @@ +import * as TypeGraphQL from "type-graphql"; +import GraphQLJSON from "graphql-type-json"; +import { PatientOrderByInput } from "../../../inputs/PatientOrderByInput"; +import { PatientScalarWhereWithAggregatesInput } from "../../../inputs/PatientScalarWhereWithAggregatesInput"; +import { PatientWhereInput } from "../../../inputs/PatientWhereInput"; +import { PatientScalarFieldEnum } from "../../../../enums/PatientScalarFieldEnum"; + +@TypeGraphQL.ArgsType() +export class GroupByPatientArgs { + @TypeGraphQL.Field(_type => PatientWhereInput, { + nullable: true + }) + where?: PatientWhereInput | undefined; + + @TypeGraphQL.Field(_type => [PatientOrderByInput], { + nullable: true + }) + orderBy?: PatientOrderByInput[] | undefined; + + @TypeGraphQL.Field(_type => [PatientScalarFieldEnum], { + nullable: false + }) + by!: Array<"firstName" | "lastName" | "email">; + + @TypeGraphQL.Field(_type => PatientScalarWhereWithAggregatesInput, { + nullable: true + }) + having?: PatientScalarWhereWithAggregatesInput | undefined; + + @TypeGraphQL.Field(_type => TypeGraphQL.Int, { + nullable: true + }) + take?: number | undefined; + + @TypeGraphQL.Field(_type => TypeGraphQL.Int, { + nullable: true + }) + skip?: number | undefined; +} diff --git a/experiments/prisma/generated/type-graphql/resolvers/crud/Patient/args/index.ts b/experiments/prisma/generated/type-graphql/resolvers/crud/Patient/args/index.ts index 272bf6a5..da18885f 100644 --- a/experiments/prisma/generated/type-graphql/resolvers/crud/Patient/args/index.ts +++ b/experiments/prisma/generated/type-graphql/resolvers/crud/Patient/args/index.ts @@ -5,6 +5,7 @@ export { DeletePatientArgs } from "./DeletePatientArgs"; export { FindFirstPatientArgs } from "./FindFirstPatientArgs"; export { FindManyPatientArgs } from "./FindManyPatientArgs"; export { FindUniquePatientArgs } from "./FindUniquePatientArgs"; +export { GroupByPatientArgs } from "./GroupByPatientArgs"; export { UpdateManyPatientArgs } from "./UpdateManyPatientArgs"; export { UpdatePatientArgs } from "./UpdatePatientArgs"; export { UpsertPatientArgs } from "./UpsertPatientArgs"; diff --git a/experiments/prisma/generated/type-graphql/resolvers/crud/Post/GroupByPostResolver.ts b/experiments/prisma/generated/type-graphql/resolvers/crud/Post/GroupByPostResolver.ts new file mode 100644 index 00000000..4b0e1b3a --- /dev/null +++ b/experiments/prisma/generated/type-graphql/resolvers/crud/Post/GroupByPostResolver.ts @@ -0,0 +1,38 @@ +import * as TypeGraphQL from "type-graphql"; +import graphqlFields from "graphql-fields"; +import { GraphQLResolveInfo } from "graphql"; +import { GroupByPostArgs } from "./args/GroupByPostArgs"; +import { Post } from "../../../models/Post"; +import { PostGroupBy } from "../../outputs/PostGroupBy"; + +@TypeGraphQL.Resolver(_of => Post) +export class GroupByPostResolver { + @TypeGraphQL.Query(_returns => [PostGroupBy], { + nullable: false + }) + async groupByPost(@TypeGraphQL.Ctx() ctx: any, @TypeGraphQL.Info() info: GraphQLResolveInfo, @TypeGraphQL.Args() args: GroupByPostArgs): Promise { + function transformFields(fields: Record): Record { + return Object.fromEntries( + Object.entries(fields) + // remove __typename and others + .filter(([key, value]) => !key.startsWith("__")) + .map<[string, any]>(([key, value]) => { + if (Object.keys(value).length === 0) { + return [key, true]; + } + return [key, transformFields(value)]; + }), + ); + } + + const { count, avg, sum, min, max } = transformFields( + graphqlFields(info as any) + ); + return ctx.prisma.post.groupBy({ + ...args, + ...Object.fromEntries( + Object.entries({ count, avg, sum, min, max }).filter(([_, v]) => v != null) + ), + }); + } +} diff --git a/experiments/prisma/generated/type-graphql/resolvers/crud/Post/PostCrudResolver.ts b/experiments/prisma/generated/type-graphql/resolvers/crud/Post/PostCrudResolver.ts index 40e7785e..8b117224 100644 --- a/experiments/prisma/generated/type-graphql/resolvers/crud/Post/PostCrudResolver.ts +++ b/experiments/prisma/generated/type-graphql/resolvers/crud/Post/PostCrudResolver.ts @@ -8,12 +8,14 @@ import { DeletePostArgs } from "./args/DeletePostArgs"; import { FindFirstPostArgs } from "./args/FindFirstPostArgs"; import { FindManyPostArgs } from "./args/FindManyPostArgs"; import { FindUniquePostArgs } from "./args/FindUniquePostArgs"; +import { GroupByPostArgs } from "./args/GroupByPostArgs"; import { UpdateManyPostArgs } from "./args/UpdateManyPostArgs"; import { UpdatePostArgs } from "./args/UpdatePostArgs"; import { UpsertPostArgs } from "./args/UpsertPostArgs"; import { Post } from "../../../models/Post"; import { AggregatePost } from "../../outputs/AggregatePost"; import { BatchPayload } from "../../outputs/BatchPayload"; +import { PostGroupBy } from "../../outputs/PostGroupBy"; @TypeGraphQL.Resolver(_of => Post) export class PostCrudResolver { @@ -103,4 +105,33 @@ export class PostCrudResolver { ...transformFields(graphqlFields(info as any)), }); } + + @TypeGraphQL.Query(_returns => [PostGroupBy], { + nullable: false + }) + async groupByPost(@TypeGraphQL.Ctx() ctx: any, @TypeGraphQL.Info() info: GraphQLResolveInfo, @TypeGraphQL.Args() args: GroupByPostArgs): Promise { + function transformFields(fields: Record): Record { + return Object.fromEntries( + Object.entries(fields) + // remove __typename and others + .filter(([key, value]) => !key.startsWith("__")) + .map<[string, any]>(([key, value]) => { + if (Object.keys(value).length === 0) { + return [key, true]; + } + return [key, transformFields(value)]; + }), + ); + } + + const { count, avg, sum, min, max } = transformFields( + graphqlFields(info as any) + ); + return ctx.prisma.post.groupBy({ + ...args, + ...Object.fromEntries( + Object.entries({ count, avg, sum, min, max }).filter(([_, v]) => v != null) + ), + }); + } } diff --git a/experiments/prisma/generated/type-graphql/resolvers/crud/Post/args/GroupByPostArgs.ts b/experiments/prisma/generated/type-graphql/resolvers/crud/Post/args/GroupByPostArgs.ts new file mode 100644 index 00000000..8288f464 --- /dev/null +++ b/experiments/prisma/generated/type-graphql/resolvers/crud/Post/args/GroupByPostArgs.ts @@ -0,0 +1,39 @@ +import * as TypeGraphQL from "type-graphql"; +import GraphQLJSON from "graphql-type-json"; +import { PostOrderByInput } from "../../../inputs/PostOrderByInput"; +import { PostScalarWhereWithAggregatesInput } from "../../../inputs/PostScalarWhereWithAggregatesInput"; +import { PostWhereInput } from "../../../inputs/PostWhereInput"; +import { PostScalarFieldEnum } from "../../../../enums/PostScalarFieldEnum"; + +@TypeGraphQL.ArgsType() +export class GroupByPostArgs { + @TypeGraphQL.Field(_type => PostWhereInput, { + nullable: true + }) + where?: PostWhereInput | undefined; + + @TypeGraphQL.Field(_type => [PostOrderByInput], { + nullable: true + }) + orderBy?: PostOrderByInput[] | undefined; + + @TypeGraphQL.Field(_type => [PostScalarFieldEnum], { + nullable: false + }) + by!: Array<"uuid" | "createdAt" | "updatedAt" | "published" | "title" | "subtitle" | "content" | "authorId" | "editorId" | "kind" | "metadata">; + + @TypeGraphQL.Field(_type => PostScalarWhereWithAggregatesInput, { + nullable: true + }) + having?: PostScalarWhereWithAggregatesInput | undefined; + + @TypeGraphQL.Field(_type => TypeGraphQL.Int, { + nullable: true + }) + take?: number | undefined; + + @TypeGraphQL.Field(_type => TypeGraphQL.Int, { + nullable: true + }) + skip?: number | undefined; +} diff --git a/experiments/prisma/generated/type-graphql/resolvers/crud/Post/args/index.ts b/experiments/prisma/generated/type-graphql/resolvers/crud/Post/args/index.ts index f7283257..10d18ae7 100644 --- a/experiments/prisma/generated/type-graphql/resolvers/crud/Post/args/index.ts +++ b/experiments/prisma/generated/type-graphql/resolvers/crud/Post/args/index.ts @@ -5,6 +5,7 @@ export { DeletePostArgs } from "./DeletePostArgs"; export { FindFirstPostArgs } from "./FindFirstPostArgs"; export { FindManyPostArgs } from "./FindManyPostArgs"; export { FindUniquePostArgs } from "./FindUniquePostArgs"; +export { GroupByPostArgs } from "./GroupByPostArgs"; export { UpdateManyPostArgs } from "./UpdateManyPostArgs"; export { UpdatePostArgs } from "./UpdatePostArgs"; export { UpsertPostArgs } from "./UpsertPostArgs"; diff --git a/experiments/prisma/generated/type-graphql/resolvers/crud/Problem/GroupByProblemResolver.ts b/experiments/prisma/generated/type-graphql/resolvers/crud/Problem/GroupByProblemResolver.ts new file mode 100644 index 00000000..c881c9cb --- /dev/null +++ b/experiments/prisma/generated/type-graphql/resolvers/crud/Problem/GroupByProblemResolver.ts @@ -0,0 +1,38 @@ +import * as TypeGraphQL from "type-graphql"; +import graphqlFields from "graphql-fields"; +import { GraphQLResolveInfo } from "graphql"; +import { GroupByProblemArgs } from "./args/GroupByProblemArgs"; +import { Problem } from "../../../models/Problem"; +import { ProblemGroupBy } from "../../outputs/ProblemGroupBy"; + +@TypeGraphQL.Resolver(_of => Problem) +export class GroupByProblemResolver { + @TypeGraphQL.Query(_returns => [ProblemGroupBy], { + nullable: false + }) + async groupByProblem(@TypeGraphQL.Ctx() ctx: any, @TypeGraphQL.Info() info: GraphQLResolveInfo, @TypeGraphQL.Args() args: GroupByProblemArgs): Promise { + function transformFields(fields: Record): Record { + return Object.fromEntries( + Object.entries(fields) + // remove __typename and others + .filter(([key, value]) => !key.startsWith("__")) + .map<[string, any]>(([key, value]) => { + if (Object.keys(value).length === 0) { + return [key, true]; + } + return [key, transformFields(value)]; + }), + ); + } + + const { count, avg, sum, min, max } = transformFields( + graphqlFields(info as any) + ); + return ctx.prisma.problem.groupBy({ + ...args, + ...Object.fromEntries( + Object.entries({ count, avg, sum, min, max }).filter(([_, v]) => v != null) + ), + }); + } +} diff --git a/experiments/prisma/generated/type-graphql/resolvers/crud/Problem/ProblemCrudResolver.ts b/experiments/prisma/generated/type-graphql/resolvers/crud/Problem/ProblemCrudResolver.ts index 75135c5c..2ade16e9 100644 --- a/experiments/prisma/generated/type-graphql/resolvers/crud/Problem/ProblemCrudResolver.ts +++ b/experiments/prisma/generated/type-graphql/resolvers/crud/Problem/ProblemCrudResolver.ts @@ -8,12 +8,14 @@ import { DeleteProblemArgs } from "./args/DeleteProblemArgs"; import { FindFirstProblemArgs } from "./args/FindFirstProblemArgs"; import { FindManyProblemArgs } from "./args/FindManyProblemArgs"; import { FindUniqueProblemArgs } from "./args/FindUniqueProblemArgs"; +import { GroupByProblemArgs } from "./args/GroupByProblemArgs"; import { UpdateManyProblemArgs } from "./args/UpdateManyProblemArgs"; import { UpdateProblemArgs } from "./args/UpdateProblemArgs"; import { UpsertProblemArgs } from "./args/UpsertProblemArgs"; import { Problem } from "../../../models/Problem"; import { AggregateProblem } from "../../outputs/AggregateProblem"; import { BatchPayload } from "../../outputs/BatchPayload"; +import { ProblemGroupBy } from "../../outputs/ProblemGroupBy"; @TypeGraphQL.Resolver(_of => Problem) export class ProblemCrudResolver { @@ -103,4 +105,33 @@ export class ProblemCrudResolver { ...transformFields(graphqlFields(info as any)), }); } + + @TypeGraphQL.Query(_returns => [ProblemGroupBy], { + nullable: false + }) + async groupByProblem(@TypeGraphQL.Ctx() ctx: any, @TypeGraphQL.Info() info: GraphQLResolveInfo, @TypeGraphQL.Args() args: GroupByProblemArgs): Promise { + function transformFields(fields: Record): Record { + return Object.fromEntries( + Object.entries(fields) + // remove __typename and others + .filter(([key, value]) => !key.startsWith("__")) + .map<[string, any]>(([key, value]) => { + if (Object.keys(value).length === 0) { + return [key, true]; + } + return [key, transformFields(value)]; + }), + ); + } + + const { count, avg, sum, min, max } = transformFields( + graphqlFields(info as any) + ); + return ctx.prisma.problem.groupBy({ + ...args, + ...Object.fromEntries( + Object.entries({ count, avg, sum, min, max }).filter(([_, v]) => v != null) + ), + }); + } } diff --git a/experiments/prisma/generated/type-graphql/resolvers/crud/Problem/args/GroupByProblemArgs.ts b/experiments/prisma/generated/type-graphql/resolvers/crud/Problem/args/GroupByProblemArgs.ts new file mode 100644 index 00000000..a9b20fb5 --- /dev/null +++ b/experiments/prisma/generated/type-graphql/resolvers/crud/Problem/args/GroupByProblemArgs.ts @@ -0,0 +1,39 @@ +import * as TypeGraphQL from "type-graphql"; +import GraphQLJSON from "graphql-type-json"; +import { ProblemOrderByInput } from "../../../inputs/ProblemOrderByInput"; +import { ProblemScalarWhereWithAggregatesInput } from "../../../inputs/ProblemScalarWhereWithAggregatesInput"; +import { ProblemWhereInput } from "../../../inputs/ProblemWhereInput"; +import { ProblemScalarFieldEnum } from "../../../../enums/ProblemScalarFieldEnum"; + +@TypeGraphQL.ArgsType() +export class GroupByProblemArgs { + @TypeGraphQL.Field(_type => ProblemWhereInput, { + nullable: true + }) + where?: ProblemWhereInput | undefined; + + @TypeGraphQL.Field(_type => [ProblemOrderByInput], { + nullable: true + }) + orderBy?: ProblemOrderByInput[] | undefined; + + @TypeGraphQL.Field(_type => [ProblemScalarFieldEnum], { + nullable: false + }) + by!: Array<"id" | "problemText" | "creatorId">; + + @TypeGraphQL.Field(_type => ProblemScalarWhereWithAggregatesInput, { + nullable: true + }) + having?: ProblemScalarWhereWithAggregatesInput | undefined; + + @TypeGraphQL.Field(_type => TypeGraphQL.Int, { + nullable: true + }) + take?: number | undefined; + + @TypeGraphQL.Field(_type => TypeGraphQL.Int, { + nullable: true + }) + skip?: number | undefined; +} diff --git a/experiments/prisma/generated/type-graphql/resolvers/crud/Problem/args/index.ts b/experiments/prisma/generated/type-graphql/resolvers/crud/Problem/args/index.ts index 1fa3938f..252dfb04 100644 --- a/experiments/prisma/generated/type-graphql/resolvers/crud/Problem/args/index.ts +++ b/experiments/prisma/generated/type-graphql/resolvers/crud/Problem/args/index.ts @@ -5,6 +5,7 @@ export { DeleteProblemArgs } from "./DeleteProblemArgs"; export { FindFirstProblemArgs } from "./FindFirstProblemArgs"; export { FindManyProblemArgs } from "./FindManyProblemArgs"; export { FindUniqueProblemArgs } from "./FindUniqueProblemArgs"; +export { GroupByProblemArgs } from "./GroupByProblemArgs"; export { UpdateManyProblemArgs } from "./UpdateManyProblemArgs"; export { UpdateProblemArgs } from "./UpdateProblemArgs"; export { UpsertProblemArgs } from "./UpsertProblemArgs"; diff --git a/experiments/prisma/generated/type-graphql/resolvers/crud/resolvers-actions.index.ts b/experiments/prisma/generated/type-graphql/resolvers/crud/resolvers-actions.index.ts index 492abcdd..f3502803 100644 --- a/experiments/prisma/generated/type-graphql/resolvers/crud/resolvers-actions.index.ts +++ b/experiments/prisma/generated/type-graphql/resolvers/crud/resolvers-actions.index.ts @@ -8,6 +8,7 @@ export { DeleteManyCategoryResolver } from "./Category/DeleteManyCategoryResolve export { UpdateManyCategoryResolver } from "./Category/UpdateManyCategoryResolver"; export { UpsertCategoryResolver } from "./Category/UpsertCategoryResolver"; export { AggregateCategoryResolver } from "./Category/AggregateCategoryResolver"; +export { GroupByCategoryResolver } from "./Category/GroupByCategoryResolver"; export { FindUniqueClientResolver } from "./Client/FindUniqueClientResolver"; export { FindFirstClientResolver } from "./Client/FindFirstClientResolver"; export { FindManyClientResolver } from "./Client/FindManyClientResolver"; @@ -18,6 +19,7 @@ export { DeleteManyClientResolver } from "./Client/DeleteManyClientResolver"; export { UpdateManyClientResolver } from "./Client/UpdateManyClientResolver"; export { UpsertClientResolver } from "./Client/UpsertClientResolver"; export { AggregateClientResolver } from "./Client/AggregateClientResolver"; +export { GroupByClientResolver } from "./Client/GroupByClientResolver"; export { FindUniqueCreatorResolver } from "./Creator/FindUniqueCreatorResolver"; export { FindFirstCreatorResolver } from "./Creator/FindFirstCreatorResolver"; export { FindManyCreatorResolver } from "./Creator/FindManyCreatorResolver"; @@ -28,6 +30,7 @@ export { DeleteManyCreatorResolver } from "./Creator/DeleteManyCreatorResolver"; export { UpdateManyCreatorResolver } from "./Creator/UpdateManyCreatorResolver"; export { UpsertCreatorResolver } from "./Creator/UpsertCreatorResolver"; export { AggregateCreatorResolver } from "./Creator/AggregateCreatorResolver"; +export { GroupByCreatorResolver } from "./Creator/GroupByCreatorResolver"; export { FindUniqueDirectorResolver } from "./Director/FindUniqueDirectorResolver"; export { FindFirstDirectorResolver } from "./Director/FindFirstDirectorResolver"; export { FindManyDirectorResolver } from "./Director/FindManyDirectorResolver"; @@ -38,6 +41,7 @@ export { DeleteManyDirectorResolver } from "./Director/DeleteManyDirectorResolve export { UpdateManyDirectorResolver } from "./Director/UpdateManyDirectorResolver"; export { UpsertDirectorResolver } from "./Director/UpsertDirectorResolver"; export { AggregateDirectorResolver } from "./Director/AggregateDirectorResolver"; +export { GroupByDirectorResolver } from "./Director/GroupByDirectorResolver"; export { FindUniqueMovieResolver } from "./Movie/FindUniqueMovieResolver"; export { FindFirstMovieResolver } from "./Movie/FindFirstMovieResolver"; export { FindManyMovieResolver } from "./Movie/FindManyMovieResolver"; @@ -48,6 +52,7 @@ export { DeleteManyMovieResolver } from "./Movie/DeleteManyMovieResolver"; export { UpdateManyMovieResolver } from "./Movie/UpdateManyMovieResolver"; export { UpsertMovieResolver } from "./Movie/UpsertMovieResolver"; export { AggregateMovieResolver } from "./Movie/AggregateMovieResolver"; +export { GroupByMovieResolver } from "./Movie/GroupByMovieResolver"; export { FindUniquePatientResolver } from "./Patient/FindUniquePatientResolver"; export { FindFirstPatientResolver } from "./Patient/FindFirstPatientResolver"; export { FindManyPatientResolver } from "./Patient/FindManyPatientResolver"; @@ -58,6 +63,7 @@ export { DeleteManyPatientResolver } from "./Patient/DeleteManyPatientResolver"; export { UpdateManyPatientResolver } from "./Patient/UpdateManyPatientResolver"; export { UpsertPatientResolver } from "./Patient/UpsertPatientResolver"; export { AggregatePatientResolver } from "./Patient/AggregatePatientResolver"; +export { GroupByPatientResolver } from "./Patient/GroupByPatientResolver"; export { FindUniquePostResolver } from "./Post/FindUniquePostResolver"; export { FindFirstPostResolver } from "./Post/FindFirstPostResolver"; export { FindManyPostResolver } from "./Post/FindManyPostResolver"; @@ -68,6 +74,7 @@ export { DeleteManyPostResolver } from "./Post/DeleteManyPostResolver"; export { UpdateManyPostResolver } from "./Post/UpdateManyPostResolver"; export { UpsertPostResolver } from "./Post/UpsertPostResolver"; export { AggregatePostResolver } from "./Post/AggregatePostResolver"; +export { GroupByPostResolver } from "./Post/GroupByPostResolver"; export { FindUniqueProblemResolver } from "./Problem/FindUniqueProblemResolver"; export { FindFirstProblemResolver } from "./Problem/FindFirstProblemResolver"; export { FindManyProblemResolver } from "./Problem/FindManyProblemResolver"; @@ -78,3 +85,4 @@ export { DeleteManyProblemResolver } from "./Problem/DeleteManyProblemResolver"; export { UpdateManyProblemResolver } from "./Problem/UpdateManyProblemResolver"; export { UpsertProblemResolver } from "./Problem/UpsertProblemResolver"; export { AggregateProblemResolver } from "./Problem/AggregateProblemResolver"; +export { GroupByProblemResolver } from "./Problem/GroupByProblemResolver"; diff --git a/experiments/prisma/generated/type-graphql/resolvers/inputs/BoolWithAggregatesFilter.ts b/experiments/prisma/generated/type-graphql/resolvers/inputs/BoolWithAggregatesFilter.ts new file mode 100644 index 00000000..8ff9bb7b --- /dev/null +++ b/experiments/prisma/generated/type-graphql/resolvers/inputs/BoolWithAggregatesFilter.ts @@ -0,0 +1,36 @@ +import * as TypeGraphQL from "type-graphql"; +import GraphQLJSON from "graphql-type-json"; +import { Prisma } from "../../../client"; +import { NestedBoolFilter } from "../inputs/NestedBoolFilter"; +import { NestedBoolWithAggregatesFilter } from "../inputs/NestedBoolWithAggregatesFilter"; +import { NestedIntFilter } from "../inputs/NestedIntFilter"; + +@TypeGraphQL.InputType({ + isAbstract: true +}) +export class BoolWithAggregatesFilter { + @TypeGraphQL.Field(_type => Boolean, { + nullable: true + }) + equals?: boolean | undefined; + + @TypeGraphQL.Field(_type => NestedBoolWithAggregatesFilter, { + nullable: true + }) + not?: NestedBoolWithAggregatesFilter | undefined; + + @TypeGraphQL.Field(_type => NestedIntFilter, { + nullable: true + }) + count?: NestedIntFilter | undefined; + + @TypeGraphQL.Field(_type => NestedBoolFilter, { + nullable: true + }) + min?: NestedBoolFilter | undefined; + + @TypeGraphQL.Field(_type => NestedBoolFilter, { + nullable: true + }) + max?: NestedBoolFilter | undefined; +} diff --git a/experiments/prisma/generated/type-graphql/resolvers/inputs/CategoryScalarWhereWithAggregatesInput.ts b/experiments/prisma/generated/type-graphql/resolvers/inputs/CategoryScalarWhereWithAggregatesInput.ts new file mode 100644 index 00000000..cc0eb861 --- /dev/null +++ b/experiments/prisma/generated/type-graphql/resolvers/inputs/CategoryScalarWhereWithAggregatesInput.ts @@ -0,0 +1,40 @@ +import * as TypeGraphQL from "type-graphql"; +import GraphQLJSON from "graphql-type-json"; +import { Prisma } from "../../../client"; +import { IntWithAggregatesFilter } from "../inputs/IntWithAggregatesFilter"; +import { StringWithAggregatesFilter } from "../inputs/StringWithAggregatesFilter"; + +@TypeGraphQL.InputType({ + isAbstract: true +}) +export class CategoryScalarWhereWithAggregatesInput { + @TypeGraphQL.Field(_type => [CategoryScalarWhereWithAggregatesInput], { + nullable: true + }) + AND?: CategoryScalarWhereWithAggregatesInput[] | undefined; + + @TypeGraphQL.Field(_type => [CategoryScalarWhereWithAggregatesInput], { + nullable: true + }) + OR?: CategoryScalarWhereWithAggregatesInput[] | undefined; + + @TypeGraphQL.Field(_type => [CategoryScalarWhereWithAggregatesInput], { + nullable: true + }) + NOT?: CategoryScalarWhereWithAggregatesInput[] | undefined; + + @TypeGraphQL.Field(_type => StringWithAggregatesFilter, { + nullable: true + }) + name?: StringWithAggregatesFilter | undefined; + + @TypeGraphQL.Field(_type => StringWithAggregatesFilter, { + nullable: true + }) + slug?: StringWithAggregatesFilter | undefined; + + @TypeGraphQL.Field(_type => IntWithAggregatesFilter, { + nullable: true + }) + number?: IntWithAggregatesFilter | undefined; +} diff --git a/experiments/prisma/generated/type-graphql/resolvers/inputs/ClientScalarWhereWithAggregatesInput.ts b/experiments/prisma/generated/type-graphql/resolvers/inputs/ClientScalarWhereWithAggregatesInput.ts new file mode 100644 index 00000000..862d43f1 --- /dev/null +++ b/experiments/prisma/generated/type-graphql/resolvers/inputs/ClientScalarWhereWithAggregatesInput.ts @@ -0,0 +1,79 @@ +import * as TypeGraphQL from "type-graphql"; +import GraphQLJSON from "graphql-type-json"; +import { Prisma } from "../../../client"; +import { EnumRoleWithAggregatesFilter } from "../inputs/EnumRoleWithAggregatesFilter"; +import { FloatWithAggregatesFilter } from "../inputs/FloatWithAggregatesFilter"; +import { IntWithAggregatesFilter } from "../inputs/IntWithAggregatesFilter"; +import { StringNullableWithAggregatesFilter } from "../inputs/StringNullableWithAggregatesFilter"; +import { StringWithAggregatesFilter } from "../inputs/StringWithAggregatesFilter"; + +@TypeGraphQL.InputType({ + isAbstract: true +}) +export class ClientScalarWhereWithAggregatesInput { + @TypeGraphQL.Field(_type => [ClientScalarWhereWithAggregatesInput], { + nullable: true + }) + AND?: ClientScalarWhereWithAggregatesInput[] | undefined; + + @TypeGraphQL.Field(_type => [ClientScalarWhereWithAggregatesInput], { + nullable: true + }) + OR?: ClientScalarWhereWithAggregatesInput[] | undefined; + + @TypeGraphQL.Field(_type => [ClientScalarWhereWithAggregatesInput], { + nullable: true + }) + NOT?: ClientScalarWhereWithAggregatesInput[] | undefined; + + @TypeGraphQL.Field(_type => IntWithAggregatesFilter, { + nullable: true + }) + id?: IntWithAggregatesFilter | undefined; + + @TypeGraphQL.Field(_type => StringWithAggregatesFilter, { + nullable: true + }) + email?: StringWithAggregatesFilter | undefined; + + name?: StringNullableWithAggregatesFilter | undefined; + + @TypeGraphQL.Field(_type => IntWithAggregatesFilter, { + nullable: true + }) + age?: IntWithAggregatesFilter | undefined; + + balance?: FloatWithAggregatesFilter | undefined; + + @TypeGraphQL.Field(_type => FloatWithAggregatesFilter, { + nullable: true + }) + amount?: FloatWithAggregatesFilter | undefined; + + @TypeGraphQL.Field(_type => EnumRoleWithAggregatesFilter, { + nullable: true + }) + role?: EnumRoleWithAggregatesFilter | undefined; + + @TypeGraphQL.Field(_type => StringNullableWithAggregatesFilter, { + nullable: true + }) + get firstName() { + return this.name; + } + + set firstName(name: StringNullableWithAggregatesFilter | undefined) { + this.name = name; + } + + @TypeGraphQL.Field(_type => FloatWithAggregatesFilter, { + nullable: true + }) + get accountBalance() { + return this.balance; + } + + set accountBalance(balance: FloatWithAggregatesFilter | undefined) { + this.balance = balance; + } +} diff --git a/experiments/prisma/generated/type-graphql/resolvers/inputs/CreatorScalarWhereWithAggregatesInput.ts b/experiments/prisma/generated/type-graphql/resolvers/inputs/CreatorScalarWhereWithAggregatesInput.ts new file mode 100644 index 00000000..1e0ca860 --- /dev/null +++ b/experiments/prisma/generated/type-graphql/resolvers/inputs/CreatorScalarWhereWithAggregatesInput.ts @@ -0,0 +1,35 @@ +import * as TypeGraphQL from "type-graphql"; +import GraphQLJSON from "graphql-type-json"; +import { Prisma } from "../../../client"; +import { IntWithAggregatesFilter } from "../inputs/IntWithAggregatesFilter"; +import { StringWithAggregatesFilter } from "../inputs/StringWithAggregatesFilter"; + +@TypeGraphQL.InputType({ + isAbstract: true +}) +export class CreatorScalarWhereWithAggregatesInput { + @TypeGraphQL.Field(_type => [CreatorScalarWhereWithAggregatesInput], { + nullable: true + }) + AND?: CreatorScalarWhereWithAggregatesInput[] | undefined; + + @TypeGraphQL.Field(_type => [CreatorScalarWhereWithAggregatesInput], { + nullable: true + }) + OR?: CreatorScalarWhereWithAggregatesInput[] | undefined; + + @TypeGraphQL.Field(_type => [CreatorScalarWhereWithAggregatesInput], { + nullable: true + }) + NOT?: CreatorScalarWhereWithAggregatesInput[] | undefined; + + @TypeGraphQL.Field(_type => IntWithAggregatesFilter, { + nullable: true + }) + id?: IntWithAggregatesFilter | undefined; + + @TypeGraphQL.Field(_type => StringWithAggregatesFilter, { + nullable: true + }) + name?: StringWithAggregatesFilter | undefined; +} diff --git a/experiments/prisma/generated/type-graphql/resolvers/inputs/DateTimeWithAggregatesFilter.ts b/experiments/prisma/generated/type-graphql/resolvers/inputs/DateTimeWithAggregatesFilter.ts new file mode 100644 index 00000000..5641b374 --- /dev/null +++ b/experiments/prisma/generated/type-graphql/resolvers/inputs/DateTimeWithAggregatesFilter.ts @@ -0,0 +1,66 @@ +import * as TypeGraphQL from "type-graphql"; +import GraphQLJSON from "graphql-type-json"; +import { Prisma } from "../../../client"; +import { NestedDateTimeFilter } from "../inputs/NestedDateTimeFilter"; +import { NestedDateTimeWithAggregatesFilter } from "../inputs/NestedDateTimeWithAggregatesFilter"; +import { NestedIntFilter } from "../inputs/NestedIntFilter"; + +@TypeGraphQL.InputType({ + isAbstract: true +}) +export class DateTimeWithAggregatesFilter { + @TypeGraphQL.Field(_type => Date, { + nullable: true + }) + equals?: Date | undefined; + + @TypeGraphQL.Field(_type => [Date], { + nullable: true + }) + in?: Date[] | undefined; + + @TypeGraphQL.Field(_type => [Date], { + nullable: true + }) + notIn?: Date[] | undefined; + + @TypeGraphQL.Field(_type => Date, { + nullable: true + }) + lt?: Date | undefined; + + @TypeGraphQL.Field(_type => Date, { + nullable: true + }) + lte?: Date | undefined; + + @TypeGraphQL.Field(_type => Date, { + nullable: true + }) + gt?: Date | undefined; + + @TypeGraphQL.Field(_type => Date, { + nullable: true + }) + gte?: Date | undefined; + + @TypeGraphQL.Field(_type => NestedDateTimeWithAggregatesFilter, { + nullable: true + }) + not?: NestedDateTimeWithAggregatesFilter | undefined; + + @TypeGraphQL.Field(_type => NestedIntFilter, { + nullable: true + }) + count?: NestedIntFilter | undefined; + + @TypeGraphQL.Field(_type => NestedDateTimeFilter, { + nullable: true + }) + min?: NestedDateTimeFilter | undefined; + + @TypeGraphQL.Field(_type => NestedDateTimeFilter, { + nullable: true + }) + max?: NestedDateTimeFilter | undefined; +} diff --git a/experiments/prisma/generated/type-graphql/resolvers/inputs/DirectorScalarWhereWithAggregatesInput.ts b/experiments/prisma/generated/type-graphql/resolvers/inputs/DirectorScalarWhereWithAggregatesInput.ts new file mode 100644 index 00000000..59f4ae22 --- /dev/null +++ b/experiments/prisma/generated/type-graphql/resolvers/inputs/DirectorScalarWhereWithAggregatesInput.ts @@ -0,0 +1,34 @@ +import * as TypeGraphQL from "type-graphql"; +import GraphQLJSON from "graphql-type-json"; +import { Prisma } from "../../../client"; +import { StringWithAggregatesFilter } from "../inputs/StringWithAggregatesFilter"; + +@TypeGraphQL.InputType({ + isAbstract: true +}) +export class DirectorScalarWhereWithAggregatesInput { + @TypeGraphQL.Field(_type => [DirectorScalarWhereWithAggregatesInput], { + nullable: true + }) + AND?: DirectorScalarWhereWithAggregatesInput[] | undefined; + + @TypeGraphQL.Field(_type => [DirectorScalarWhereWithAggregatesInput], { + nullable: true + }) + OR?: DirectorScalarWhereWithAggregatesInput[] | undefined; + + @TypeGraphQL.Field(_type => [DirectorScalarWhereWithAggregatesInput], { + nullable: true + }) + NOT?: DirectorScalarWhereWithAggregatesInput[] | undefined; + + @TypeGraphQL.Field(_type => StringWithAggregatesFilter, { + nullable: true + }) + firstName?: StringWithAggregatesFilter | undefined; + + @TypeGraphQL.Field(_type => StringWithAggregatesFilter, { + nullable: true + }) + lastName?: StringWithAggregatesFilter | undefined; +} diff --git a/experiments/prisma/generated/type-graphql/resolvers/inputs/EnumPostKindNullableWithAggregatesFilter.ts b/experiments/prisma/generated/type-graphql/resolvers/inputs/EnumPostKindNullableWithAggregatesFilter.ts new file mode 100644 index 00000000..0b70eb51 --- /dev/null +++ b/experiments/prisma/generated/type-graphql/resolvers/inputs/EnumPostKindNullableWithAggregatesFilter.ts @@ -0,0 +1,47 @@ +import * as TypeGraphQL from "type-graphql"; +import GraphQLJSON from "graphql-type-json"; +import { Prisma } from "../../../client"; +import { NestedEnumPostKindNullableFilter } from "../inputs/NestedEnumPostKindNullableFilter"; +import { NestedEnumPostKindNullableWithAggregatesFilter } from "../inputs/NestedEnumPostKindNullableWithAggregatesFilter"; +import { NestedIntNullableFilter } from "../inputs/NestedIntNullableFilter"; +import { PostKind } from "../../enums/PostKind"; + +@TypeGraphQL.InputType({ + isAbstract: true +}) +export class EnumPostKindNullableWithAggregatesFilter { + @TypeGraphQL.Field(_type => PostKind, { + nullable: true + }) + equals?: "BLOG" | "ADVERT" | undefined; + + @TypeGraphQL.Field(_type => [PostKind], { + nullable: true + }) + in?: Array<"BLOG" | "ADVERT"> | undefined; + + @TypeGraphQL.Field(_type => [PostKind], { + nullable: true + }) + notIn?: Array<"BLOG" | "ADVERT"> | undefined; + + @TypeGraphQL.Field(_type => NestedEnumPostKindNullableWithAggregatesFilter, { + nullable: true + }) + not?: NestedEnumPostKindNullableWithAggregatesFilter | undefined; + + @TypeGraphQL.Field(_type => NestedIntNullableFilter, { + nullable: true + }) + count?: NestedIntNullableFilter | undefined; + + @TypeGraphQL.Field(_type => NestedEnumPostKindNullableFilter, { + nullable: true + }) + min?: NestedEnumPostKindNullableFilter | undefined; + + @TypeGraphQL.Field(_type => NestedEnumPostKindNullableFilter, { + nullable: true + }) + max?: NestedEnumPostKindNullableFilter | undefined; +} diff --git a/experiments/prisma/generated/type-graphql/resolvers/inputs/EnumRoleWithAggregatesFilter.ts b/experiments/prisma/generated/type-graphql/resolvers/inputs/EnumRoleWithAggregatesFilter.ts new file mode 100644 index 00000000..1087740f --- /dev/null +++ b/experiments/prisma/generated/type-graphql/resolvers/inputs/EnumRoleWithAggregatesFilter.ts @@ -0,0 +1,47 @@ +import * as TypeGraphQL from "type-graphql"; +import GraphQLJSON from "graphql-type-json"; +import { Prisma } from "../../../client"; +import { NestedEnumRoleFilter } from "../inputs/NestedEnumRoleFilter"; +import { NestedEnumRoleWithAggregatesFilter } from "../inputs/NestedEnumRoleWithAggregatesFilter"; +import { NestedIntFilter } from "../inputs/NestedIntFilter"; +import { Role } from "../../enums/Role"; + +@TypeGraphQL.InputType({ + isAbstract: true +}) +export class EnumRoleWithAggregatesFilter { + @TypeGraphQL.Field(_type => Role, { + nullable: true + }) + equals?: "USER" | "ADMIN" | undefined; + + @TypeGraphQL.Field(_type => [Role], { + nullable: true + }) + in?: Array<"USER" | "ADMIN"> | undefined; + + @TypeGraphQL.Field(_type => [Role], { + nullable: true + }) + notIn?: Array<"USER" | "ADMIN"> | undefined; + + @TypeGraphQL.Field(_type => NestedEnumRoleWithAggregatesFilter, { + nullable: true + }) + not?: NestedEnumRoleWithAggregatesFilter | undefined; + + @TypeGraphQL.Field(_type => NestedIntFilter, { + nullable: true + }) + count?: NestedIntFilter | undefined; + + @TypeGraphQL.Field(_type => NestedEnumRoleFilter, { + nullable: true + }) + min?: NestedEnumRoleFilter | undefined; + + @TypeGraphQL.Field(_type => NestedEnumRoleFilter, { + nullable: true + }) + max?: NestedEnumRoleFilter | undefined; +} diff --git a/experiments/prisma/generated/type-graphql/resolvers/inputs/FloatWithAggregatesFilter.ts b/experiments/prisma/generated/type-graphql/resolvers/inputs/FloatWithAggregatesFilter.ts new file mode 100644 index 00000000..1645bea9 --- /dev/null +++ b/experiments/prisma/generated/type-graphql/resolvers/inputs/FloatWithAggregatesFilter.ts @@ -0,0 +1,76 @@ +import * as TypeGraphQL from "type-graphql"; +import GraphQLJSON from "graphql-type-json"; +import { Prisma } from "../../../client"; +import { NestedFloatFilter } from "../inputs/NestedFloatFilter"; +import { NestedFloatWithAggregatesFilter } from "../inputs/NestedFloatWithAggregatesFilter"; +import { NestedIntFilter } from "../inputs/NestedIntFilter"; + +@TypeGraphQL.InputType({ + isAbstract: true +}) +export class FloatWithAggregatesFilter { + @TypeGraphQL.Field(_type => TypeGraphQL.Float, { + nullable: true + }) + equals?: number | undefined; + + @TypeGraphQL.Field(_type => [TypeGraphQL.Float], { + nullable: true + }) + in?: number[] | undefined; + + @TypeGraphQL.Field(_type => [TypeGraphQL.Float], { + nullable: true + }) + notIn?: number[] | undefined; + + @TypeGraphQL.Field(_type => TypeGraphQL.Float, { + nullable: true + }) + lt?: number | undefined; + + @TypeGraphQL.Field(_type => TypeGraphQL.Float, { + nullable: true + }) + lte?: number | undefined; + + @TypeGraphQL.Field(_type => TypeGraphQL.Float, { + nullable: true + }) + gt?: number | undefined; + + @TypeGraphQL.Field(_type => TypeGraphQL.Float, { + nullable: true + }) + gte?: number | undefined; + + @TypeGraphQL.Field(_type => NestedFloatWithAggregatesFilter, { + nullable: true + }) + not?: NestedFloatWithAggregatesFilter | undefined; + + @TypeGraphQL.Field(_type => NestedIntFilter, { + nullable: true + }) + count?: NestedIntFilter | undefined; + + @TypeGraphQL.Field(_type => NestedFloatFilter, { + nullable: true + }) + avg?: NestedFloatFilter | undefined; + + @TypeGraphQL.Field(_type => NestedFloatFilter, { + nullable: true + }) + sum?: NestedFloatFilter | undefined; + + @TypeGraphQL.Field(_type => NestedFloatFilter, { + nullable: true + }) + min?: NestedFloatFilter | undefined; + + @TypeGraphQL.Field(_type => NestedFloatFilter, { + nullable: true + }) + max?: NestedFloatFilter | undefined; +} diff --git a/experiments/prisma/generated/type-graphql/resolvers/inputs/IntNullableWithAggregatesFilter.ts b/experiments/prisma/generated/type-graphql/resolvers/inputs/IntNullableWithAggregatesFilter.ts new file mode 100644 index 00000000..5ef5dfd2 --- /dev/null +++ b/experiments/prisma/generated/type-graphql/resolvers/inputs/IntNullableWithAggregatesFilter.ts @@ -0,0 +1,76 @@ +import * as TypeGraphQL from "type-graphql"; +import GraphQLJSON from "graphql-type-json"; +import { Prisma } from "../../../client"; +import { NestedFloatNullableFilter } from "../inputs/NestedFloatNullableFilter"; +import { NestedIntNullableFilter } from "../inputs/NestedIntNullableFilter"; +import { NestedIntNullableWithAggregatesFilter } from "../inputs/NestedIntNullableWithAggregatesFilter"; + +@TypeGraphQL.InputType({ + isAbstract: true +}) +export class IntNullableWithAggregatesFilter { + @TypeGraphQL.Field(_type => TypeGraphQL.Int, { + nullable: true + }) + equals?: number | undefined; + + @TypeGraphQL.Field(_type => [TypeGraphQL.Int], { + nullable: true + }) + in?: number[] | undefined; + + @TypeGraphQL.Field(_type => [TypeGraphQL.Int], { + nullable: true + }) + notIn?: number[] | undefined; + + @TypeGraphQL.Field(_type => TypeGraphQL.Int, { + nullable: true + }) + lt?: number | undefined; + + @TypeGraphQL.Field(_type => TypeGraphQL.Int, { + nullable: true + }) + lte?: number | undefined; + + @TypeGraphQL.Field(_type => TypeGraphQL.Int, { + nullable: true + }) + gt?: number | undefined; + + @TypeGraphQL.Field(_type => TypeGraphQL.Int, { + nullable: true + }) + gte?: number | undefined; + + @TypeGraphQL.Field(_type => NestedIntNullableWithAggregatesFilter, { + nullable: true + }) + not?: NestedIntNullableWithAggregatesFilter | undefined; + + @TypeGraphQL.Field(_type => NestedIntNullableFilter, { + nullable: true + }) + count?: NestedIntNullableFilter | undefined; + + @TypeGraphQL.Field(_type => NestedFloatNullableFilter, { + nullable: true + }) + avg?: NestedFloatNullableFilter | undefined; + + @TypeGraphQL.Field(_type => NestedIntNullableFilter, { + nullable: true + }) + sum?: NestedIntNullableFilter | undefined; + + @TypeGraphQL.Field(_type => NestedIntNullableFilter, { + nullable: true + }) + min?: NestedIntNullableFilter | undefined; + + @TypeGraphQL.Field(_type => NestedIntNullableFilter, { + nullable: true + }) + max?: NestedIntNullableFilter | undefined; +} diff --git a/experiments/prisma/generated/type-graphql/resolvers/inputs/IntWithAggregatesFilter.ts b/experiments/prisma/generated/type-graphql/resolvers/inputs/IntWithAggregatesFilter.ts new file mode 100644 index 00000000..7225a3b0 --- /dev/null +++ b/experiments/prisma/generated/type-graphql/resolvers/inputs/IntWithAggregatesFilter.ts @@ -0,0 +1,76 @@ +import * as TypeGraphQL from "type-graphql"; +import GraphQLJSON from "graphql-type-json"; +import { Prisma } from "../../../client"; +import { NestedFloatFilter } from "../inputs/NestedFloatFilter"; +import { NestedIntFilter } from "../inputs/NestedIntFilter"; +import { NestedIntWithAggregatesFilter } from "../inputs/NestedIntWithAggregatesFilter"; + +@TypeGraphQL.InputType({ + isAbstract: true +}) +export class IntWithAggregatesFilter { + @TypeGraphQL.Field(_type => TypeGraphQL.Int, { + nullable: true + }) + equals?: number | undefined; + + @TypeGraphQL.Field(_type => [TypeGraphQL.Int], { + nullable: true + }) + in?: number[] | undefined; + + @TypeGraphQL.Field(_type => [TypeGraphQL.Int], { + nullable: true + }) + notIn?: number[] | undefined; + + @TypeGraphQL.Field(_type => TypeGraphQL.Int, { + nullable: true + }) + lt?: number | undefined; + + @TypeGraphQL.Field(_type => TypeGraphQL.Int, { + nullable: true + }) + lte?: number | undefined; + + @TypeGraphQL.Field(_type => TypeGraphQL.Int, { + nullable: true + }) + gt?: number | undefined; + + @TypeGraphQL.Field(_type => TypeGraphQL.Int, { + nullable: true + }) + gte?: number | undefined; + + @TypeGraphQL.Field(_type => NestedIntWithAggregatesFilter, { + nullable: true + }) + not?: NestedIntWithAggregatesFilter | undefined; + + @TypeGraphQL.Field(_type => NestedIntFilter, { + nullable: true + }) + count?: NestedIntFilter | undefined; + + @TypeGraphQL.Field(_type => NestedFloatFilter, { + nullable: true + }) + avg?: NestedFloatFilter | undefined; + + @TypeGraphQL.Field(_type => NestedIntFilter, { + nullable: true + }) + sum?: NestedIntFilter | undefined; + + @TypeGraphQL.Field(_type => NestedIntFilter, { + nullable: true + }) + min?: NestedIntFilter | undefined; + + @TypeGraphQL.Field(_type => NestedIntFilter, { + nullable: true + }) + max?: NestedIntFilter | undefined; +} diff --git a/experiments/prisma/generated/type-graphql/resolvers/inputs/JsonWithAggregatesFilter.ts b/experiments/prisma/generated/type-graphql/resolvers/inputs/JsonWithAggregatesFilter.ts new file mode 100644 index 00000000..a82c2449 --- /dev/null +++ b/experiments/prisma/generated/type-graphql/resolvers/inputs/JsonWithAggregatesFilter.ts @@ -0,0 +1,35 @@ +import * as TypeGraphQL from "type-graphql"; +import GraphQLJSON from "graphql-type-json"; +import { Prisma } from "../../../client"; +import { NestedIntFilter } from "../inputs/NestedIntFilter"; +import { NestedJsonFilter } from "../inputs/NestedJsonFilter"; + +@TypeGraphQL.InputType({ + isAbstract: true +}) +export class JsonWithAggregatesFilter { + @TypeGraphQL.Field(_type => GraphQLJSON, { + nullable: true + }) + equals?: Prisma.InputJsonValue | undefined; + + @TypeGraphQL.Field(_type => GraphQLJSON, { + nullable: true + }) + not?: Prisma.InputJsonValue | undefined; + + @TypeGraphQL.Field(_type => NestedIntFilter, { + nullable: true + }) + count?: NestedIntFilter | undefined; + + @TypeGraphQL.Field(_type => NestedJsonFilter, { + nullable: true + }) + min?: NestedJsonFilter | undefined; + + @TypeGraphQL.Field(_type => NestedJsonFilter, { + nullable: true + }) + max?: NestedJsonFilter | undefined; +} diff --git a/experiments/prisma/generated/type-graphql/resolvers/inputs/MovieScalarWhereWithAggregatesInput.ts b/experiments/prisma/generated/type-graphql/resolvers/inputs/MovieScalarWhereWithAggregatesInput.ts new file mode 100644 index 00000000..5b7eacae --- /dev/null +++ b/experiments/prisma/generated/type-graphql/resolvers/inputs/MovieScalarWhereWithAggregatesInput.ts @@ -0,0 +1,39 @@ +import * as TypeGraphQL from "type-graphql"; +import GraphQLJSON from "graphql-type-json"; +import { Prisma } from "../../../client"; +import { StringWithAggregatesFilter } from "../inputs/StringWithAggregatesFilter"; + +@TypeGraphQL.InputType({ + isAbstract: true +}) +export class MovieScalarWhereWithAggregatesInput { + @TypeGraphQL.Field(_type => [MovieScalarWhereWithAggregatesInput], { + nullable: true + }) + AND?: MovieScalarWhereWithAggregatesInput[] | undefined; + + @TypeGraphQL.Field(_type => [MovieScalarWhereWithAggregatesInput], { + nullable: true + }) + OR?: MovieScalarWhereWithAggregatesInput[] | undefined; + + @TypeGraphQL.Field(_type => [MovieScalarWhereWithAggregatesInput], { + nullable: true + }) + NOT?: MovieScalarWhereWithAggregatesInput[] | undefined; + + @TypeGraphQL.Field(_type => StringWithAggregatesFilter, { + nullable: true + }) + directorFirstName?: StringWithAggregatesFilter | undefined; + + @TypeGraphQL.Field(_type => StringWithAggregatesFilter, { + nullable: true + }) + directorLastName?: StringWithAggregatesFilter | undefined; + + @TypeGraphQL.Field(_type => StringWithAggregatesFilter, { + nullable: true + }) + title?: StringWithAggregatesFilter | undefined; +} diff --git a/experiments/prisma/generated/type-graphql/resolvers/inputs/NestedBoolWithAggregatesFilter.ts b/experiments/prisma/generated/type-graphql/resolvers/inputs/NestedBoolWithAggregatesFilter.ts new file mode 100644 index 00000000..3d2f185d --- /dev/null +++ b/experiments/prisma/generated/type-graphql/resolvers/inputs/NestedBoolWithAggregatesFilter.ts @@ -0,0 +1,35 @@ +import * as TypeGraphQL from "type-graphql"; +import GraphQLJSON from "graphql-type-json"; +import { Prisma } from "../../../client"; +import { NestedBoolFilter } from "../inputs/NestedBoolFilter"; +import { NestedIntFilter } from "../inputs/NestedIntFilter"; + +@TypeGraphQL.InputType({ + isAbstract: true +}) +export class NestedBoolWithAggregatesFilter { + @TypeGraphQL.Field(_type => Boolean, { + nullable: true + }) + equals?: boolean | undefined; + + @TypeGraphQL.Field(_type => NestedBoolWithAggregatesFilter, { + nullable: true + }) + not?: NestedBoolWithAggregatesFilter | undefined; + + @TypeGraphQL.Field(_type => NestedIntFilter, { + nullable: true + }) + count?: NestedIntFilter | undefined; + + @TypeGraphQL.Field(_type => NestedBoolFilter, { + nullable: true + }) + min?: NestedBoolFilter | undefined; + + @TypeGraphQL.Field(_type => NestedBoolFilter, { + nullable: true + }) + max?: NestedBoolFilter | undefined; +} diff --git a/experiments/prisma/generated/type-graphql/resolvers/inputs/NestedDateTimeWithAggregatesFilter.ts b/experiments/prisma/generated/type-graphql/resolvers/inputs/NestedDateTimeWithAggregatesFilter.ts new file mode 100644 index 00000000..6c21fd72 --- /dev/null +++ b/experiments/prisma/generated/type-graphql/resolvers/inputs/NestedDateTimeWithAggregatesFilter.ts @@ -0,0 +1,65 @@ +import * as TypeGraphQL from "type-graphql"; +import GraphQLJSON from "graphql-type-json"; +import { Prisma } from "../../../client"; +import { NestedDateTimeFilter } from "../inputs/NestedDateTimeFilter"; +import { NestedIntFilter } from "../inputs/NestedIntFilter"; + +@TypeGraphQL.InputType({ + isAbstract: true +}) +export class NestedDateTimeWithAggregatesFilter { + @TypeGraphQL.Field(_type => Date, { + nullable: true + }) + equals?: Date | undefined; + + @TypeGraphQL.Field(_type => [Date], { + nullable: true + }) + in?: Date[] | undefined; + + @TypeGraphQL.Field(_type => [Date], { + nullable: true + }) + notIn?: Date[] | undefined; + + @TypeGraphQL.Field(_type => Date, { + nullable: true + }) + lt?: Date | undefined; + + @TypeGraphQL.Field(_type => Date, { + nullable: true + }) + lte?: Date | undefined; + + @TypeGraphQL.Field(_type => Date, { + nullable: true + }) + gt?: Date | undefined; + + @TypeGraphQL.Field(_type => Date, { + nullable: true + }) + gte?: Date | undefined; + + @TypeGraphQL.Field(_type => NestedDateTimeWithAggregatesFilter, { + nullable: true + }) + not?: NestedDateTimeWithAggregatesFilter | undefined; + + @TypeGraphQL.Field(_type => NestedIntFilter, { + nullable: true + }) + count?: NestedIntFilter | undefined; + + @TypeGraphQL.Field(_type => NestedDateTimeFilter, { + nullable: true + }) + min?: NestedDateTimeFilter | undefined; + + @TypeGraphQL.Field(_type => NestedDateTimeFilter, { + nullable: true + }) + max?: NestedDateTimeFilter | undefined; +} diff --git a/experiments/prisma/generated/type-graphql/resolvers/inputs/NestedEnumPostKindNullableWithAggregatesFilter.ts b/experiments/prisma/generated/type-graphql/resolvers/inputs/NestedEnumPostKindNullableWithAggregatesFilter.ts new file mode 100644 index 00000000..0575f00b --- /dev/null +++ b/experiments/prisma/generated/type-graphql/resolvers/inputs/NestedEnumPostKindNullableWithAggregatesFilter.ts @@ -0,0 +1,46 @@ +import * as TypeGraphQL from "type-graphql"; +import GraphQLJSON from "graphql-type-json"; +import { Prisma } from "../../../client"; +import { NestedEnumPostKindNullableFilter } from "../inputs/NestedEnumPostKindNullableFilter"; +import { NestedIntNullableFilter } from "../inputs/NestedIntNullableFilter"; +import { PostKind } from "../../enums/PostKind"; + +@TypeGraphQL.InputType({ + isAbstract: true +}) +export class NestedEnumPostKindNullableWithAggregatesFilter { + @TypeGraphQL.Field(_type => PostKind, { + nullable: true + }) + equals?: "BLOG" | "ADVERT" | undefined; + + @TypeGraphQL.Field(_type => [PostKind], { + nullable: true + }) + in?: Array<"BLOG" | "ADVERT"> | undefined; + + @TypeGraphQL.Field(_type => [PostKind], { + nullable: true + }) + notIn?: Array<"BLOG" | "ADVERT"> | undefined; + + @TypeGraphQL.Field(_type => NestedEnumPostKindNullableWithAggregatesFilter, { + nullable: true + }) + not?: NestedEnumPostKindNullableWithAggregatesFilter | undefined; + + @TypeGraphQL.Field(_type => NestedIntNullableFilter, { + nullable: true + }) + count?: NestedIntNullableFilter | undefined; + + @TypeGraphQL.Field(_type => NestedEnumPostKindNullableFilter, { + nullable: true + }) + min?: NestedEnumPostKindNullableFilter | undefined; + + @TypeGraphQL.Field(_type => NestedEnumPostKindNullableFilter, { + nullable: true + }) + max?: NestedEnumPostKindNullableFilter | undefined; +} diff --git a/experiments/prisma/generated/type-graphql/resolvers/inputs/NestedEnumRoleWithAggregatesFilter.ts b/experiments/prisma/generated/type-graphql/resolvers/inputs/NestedEnumRoleWithAggregatesFilter.ts new file mode 100644 index 00000000..33ca30c4 --- /dev/null +++ b/experiments/prisma/generated/type-graphql/resolvers/inputs/NestedEnumRoleWithAggregatesFilter.ts @@ -0,0 +1,46 @@ +import * as TypeGraphQL from "type-graphql"; +import GraphQLJSON from "graphql-type-json"; +import { Prisma } from "../../../client"; +import { NestedEnumRoleFilter } from "../inputs/NestedEnumRoleFilter"; +import { NestedIntFilter } from "../inputs/NestedIntFilter"; +import { Role } from "../../enums/Role"; + +@TypeGraphQL.InputType({ + isAbstract: true +}) +export class NestedEnumRoleWithAggregatesFilter { + @TypeGraphQL.Field(_type => Role, { + nullable: true + }) + equals?: "USER" | "ADMIN" | undefined; + + @TypeGraphQL.Field(_type => [Role], { + nullable: true + }) + in?: Array<"USER" | "ADMIN"> | undefined; + + @TypeGraphQL.Field(_type => [Role], { + nullable: true + }) + notIn?: Array<"USER" | "ADMIN"> | undefined; + + @TypeGraphQL.Field(_type => NestedEnumRoleWithAggregatesFilter, { + nullable: true + }) + not?: NestedEnumRoleWithAggregatesFilter | undefined; + + @TypeGraphQL.Field(_type => NestedIntFilter, { + nullable: true + }) + count?: NestedIntFilter | undefined; + + @TypeGraphQL.Field(_type => NestedEnumRoleFilter, { + nullable: true + }) + min?: NestedEnumRoleFilter | undefined; + + @TypeGraphQL.Field(_type => NestedEnumRoleFilter, { + nullable: true + }) + max?: NestedEnumRoleFilter | undefined; +} diff --git a/experiments/prisma/generated/type-graphql/resolvers/inputs/NestedFloatNullableFilter.ts b/experiments/prisma/generated/type-graphql/resolvers/inputs/NestedFloatNullableFilter.ts new file mode 100644 index 00000000..be51a2c3 --- /dev/null +++ b/experiments/prisma/generated/type-graphql/resolvers/inputs/NestedFloatNullableFilter.ts @@ -0,0 +1,48 @@ +import * as TypeGraphQL from "type-graphql"; +import GraphQLJSON from "graphql-type-json"; +import { Prisma } from "../../../client"; + +@TypeGraphQL.InputType({ + isAbstract: true +}) +export class NestedFloatNullableFilter { + @TypeGraphQL.Field(_type => TypeGraphQL.Float, { + nullable: true + }) + equals?: number | undefined; + + @TypeGraphQL.Field(_type => [TypeGraphQL.Float], { + nullable: true + }) + in?: number[] | undefined; + + @TypeGraphQL.Field(_type => [TypeGraphQL.Float], { + nullable: true + }) + notIn?: number[] | undefined; + + @TypeGraphQL.Field(_type => TypeGraphQL.Float, { + nullable: true + }) + lt?: number | undefined; + + @TypeGraphQL.Field(_type => TypeGraphQL.Float, { + nullable: true + }) + lte?: number | undefined; + + @TypeGraphQL.Field(_type => TypeGraphQL.Float, { + nullable: true + }) + gt?: number | undefined; + + @TypeGraphQL.Field(_type => TypeGraphQL.Float, { + nullable: true + }) + gte?: number | undefined; + + @TypeGraphQL.Field(_type => NestedFloatNullableFilter, { + nullable: true + }) + not?: NestedFloatNullableFilter | undefined; +} diff --git a/experiments/prisma/generated/type-graphql/resolvers/inputs/NestedFloatWithAggregatesFilter.ts b/experiments/prisma/generated/type-graphql/resolvers/inputs/NestedFloatWithAggregatesFilter.ts new file mode 100644 index 00000000..8a4b313a --- /dev/null +++ b/experiments/prisma/generated/type-graphql/resolvers/inputs/NestedFloatWithAggregatesFilter.ts @@ -0,0 +1,75 @@ +import * as TypeGraphQL from "type-graphql"; +import GraphQLJSON from "graphql-type-json"; +import { Prisma } from "../../../client"; +import { NestedFloatFilter } from "../inputs/NestedFloatFilter"; +import { NestedIntFilter } from "../inputs/NestedIntFilter"; + +@TypeGraphQL.InputType({ + isAbstract: true +}) +export class NestedFloatWithAggregatesFilter { + @TypeGraphQL.Field(_type => TypeGraphQL.Float, { + nullable: true + }) + equals?: number | undefined; + + @TypeGraphQL.Field(_type => [TypeGraphQL.Float], { + nullable: true + }) + in?: number[] | undefined; + + @TypeGraphQL.Field(_type => [TypeGraphQL.Float], { + nullable: true + }) + notIn?: number[] | undefined; + + @TypeGraphQL.Field(_type => TypeGraphQL.Float, { + nullable: true + }) + lt?: number | undefined; + + @TypeGraphQL.Field(_type => TypeGraphQL.Float, { + nullable: true + }) + lte?: number | undefined; + + @TypeGraphQL.Field(_type => TypeGraphQL.Float, { + nullable: true + }) + gt?: number | undefined; + + @TypeGraphQL.Field(_type => TypeGraphQL.Float, { + nullable: true + }) + gte?: number | undefined; + + @TypeGraphQL.Field(_type => NestedFloatWithAggregatesFilter, { + nullable: true + }) + not?: NestedFloatWithAggregatesFilter | undefined; + + @TypeGraphQL.Field(_type => NestedIntFilter, { + nullable: true + }) + count?: NestedIntFilter | undefined; + + @TypeGraphQL.Field(_type => NestedFloatFilter, { + nullable: true + }) + avg?: NestedFloatFilter | undefined; + + @TypeGraphQL.Field(_type => NestedFloatFilter, { + nullable: true + }) + sum?: NestedFloatFilter | undefined; + + @TypeGraphQL.Field(_type => NestedFloatFilter, { + nullable: true + }) + min?: NestedFloatFilter | undefined; + + @TypeGraphQL.Field(_type => NestedFloatFilter, { + nullable: true + }) + max?: NestedFloatFilter | undefined; +} diff --git a/experiments/prisma/generated/type-graphql/resolvers/inputs/NestedIntNullableWithAggregatesFilter.ts b/experiments/prisma/generated/type-graphql/resolvers/inputs/NestedIntNullableWithAggregatesFilter.ts new file mode 100644 index 00000000..55bce7af --- /dev/null +++ b/experiments/prisma/generated/type-graphql/resolvers/inputs/NestedIntNullableWithAggregatesFilter.ts @@ -0,0 +1,75 @@ +import * as TypeGraphQL from "type-graphql"; +import GraphQLJSON from "graphql-type-json"; +import { Prisma } from "../../../client"; +import { NestedFloatNullableFilter } from "../inputs/NestedFloatNullableFilter"; +import { NestedIntNullableFilter } from "../inputs/NestedIntNullableFilter"; + +@TypeGraphQL.InputType({ + isAbstract: true +}) +export class NestedIntNullableWithAggregatesFilter { + @TypeGraphQL.Field(_type => TypeGraphQL.Int, { + nullable: true + }) + equals?: number | undefined; + + @TypeGraphQL.Field(_type => [TypeGraphQL.Int], { + nullable: true + }) + in?: number[] | undefined; + + @TypeGraphQL.Field(_type => [TypeGraphQL.Int], { + nullable: true + }) + notIn?: number[] | undefined; + + @TypeGraphQL.Field(_type => TypeGraphQL.Int, { + nullable: true + }) + lt?: number | undefined; + + @TypeGraphQL.Field(_type => TypeGraphQL.Int, { + nullable: true + }) + lte?: number | undefined; + + @TypeGraphQL.Field(_type => TypeGraphQL.Int, { + nullable: true + }) + gt?: number | undefined; + + @TypeGraphQL.Field(_type => TypeGraphQL.Int, { + nullable: true + }) + gte?: number | undefined; + + @TypeGraphQL.Field(_type => NestedIntNullableWithAggregatesFilter, { + nullable: true + }) + not?: NestedIntNullableWithAggregatesFilter | undefined; + + @TypeGraphQL.Field(_type => NestedIntNullableFilter, { + nullable: true + }) + count?: NestedIntNullableFilter | undefined; + + @TypeGraphQL.Field(_type => NestedFloatNullableFilter, { + nullable: true + }) + avg?: NestedFloatNullableFilter | undefined; + + @TypeGraphQL.Field(_type => NestedIntNullableFilter, { + nullable: true + }) + sum?: NestedIntNullableFilter | undefined; + + @TypeGraphQL.Field(_type => NestedIntNullableFilter, { + nullable: true + }) + min?: NestedIntNullableFilter | undefined; + + @TypeGraphQL.Field(_type => NestedIntNullableFilter, { + nullable: true + }) + max?: NestedIntNullableFilter | undefined; +} diff --git a/experiments/prisma/generated/type-graphql/resolvers/inputs/NestedIntWithAggregatesFilter.ts b/experiments/prisma/generated/type-graphql/resolvers/inputs/NestedIntWithAggregatesFilter.ts new file mode 100644 index 00000000..0e4017e5 --- /dev/null +++ b/experiments/prisma/generated/type-graphql/resolvers/inputs/NestedIntWithAggregatesFilter.ts @@ -0,0 +1,75 @@ +import * as TypeGraphQL from "type-graphql"; +import GraphQLJSON from "graphql-type-json"; +import { Prisma } from "../../../client"; +import { NestedFloatFilter } from "../inputs/NestedFloatFilter"; +import { NestedIntFilter } from "../inputs/NestedIntFilter"; + +@TypeGraphQL.InputType({ + isAbstract: true +}) +export class NestedIntWithAggregatesFilter { + @TypeGraphQL.Field(_type => TypeGraphQL.Int, { + nullable: true + }) + equals?: number | undefined; + + @TypeGraphQL.Field(_type => [TypeGraphQL.Int], { + nullable: true + }) + in?: number[] | undefined; + + @TypeGraphQL.Field(_type => [TypeGraphQL.Int], { + nullable: true + }) + notIn?: number[] | undefined; + + @TypeGraphQL.Field(_type => TypeGraphQL.Int, { + nullable: true + }) + lt?: number | undefined; + + @TypeGraphQL.Field(_type => TypeGraphQL.Int, { + nullable: true + }) + lte?: number | undefined; + + @TypeGraphQL.Field(_type => TypeGraphQL.Int, { + nullable: true + }) + gt?: number | undefined; + + @TypeGraphQL.Field(_type => TypeGraphQL.Int, { + nullable: true + }) + gte?: number | undefined; + + @TypeGraphQL.Field(_type => NestedIntWithAggregatesFilter, { + nullable: true + }) + not?: NestedIntWithAggregatesFilter | undefined; + + @TypeGraphQL.Field(_type => NestedIntFilter, { + nullable: true + }) + count?: NestedIntFilter | undefined; + + @TypeGraphQL.Field(_type => NestedFloatFilter, { + nullable: true + }) + avg?: NestedFloatFilter | undefined; + + @TypeGraphQL.Field(_type => NestedIntFilter, { + nullable: true + }) + sum?: NestedIntFilter | undefined; + + @TypeGraphQL.Field(_type => NestedIntFilter, { + nullable: true + }) + min?: NestedIntFilter | undefined; + + @TypeGraphQL.Field(_type => NestedIntFilter, { + nullable: true + }) + max?: NestedIntFilter | undefined; +} diff --git a/experiments/prisma/generated/type-graphql/resolvers/inputs/NestedJsonFilter.ts b/experiments/prisma/generated/type-graphql/resolvers/inputs/NestedJsonFilter.ts new file mode 100644 index 00000000..68cb2b34 --- /dev/null +++ b/experiments/prisma/generated/type-graphql/resolvers/inputs/NestedJsonFilter.ts @@ -0,0 +1,18 @@ +import * as TypeGraphQL from "type-graphql"; +import GraphQLJSON from "graphql-type-json"; +import { Prisma } from "../../../client"; + +@TypeGraphQL.InputType({ + isAbstract: true +}) +export class NestedJsonFilter { + @TypeGraphQL.Field(_type => GraphQLJSON, { + nullable: true + }) + equals?: Prisma.InputJsonValue | undefined; + + @TypeGraphQL.Field(_type => GraphQLJSON, { + nullable: true + }) + not?: Prisma.InputJsonValue | undefined; +} diff --git a/experiments/prisma/generated/type-graphql/resolvers/inputs/NestedStringNullableWithAggregatesFilter.ts b/experiments/prisma/generated/type-graphql/resolvers/inputs/NestedStringNullableWithAggregatesFilter.ts new file mode 100644 index 00000000..42886de7 --- /dev/null +++ b/experiments/prisma/generated/type-graphql/resolvers/inputs/NestedStringNullableWithAggregatesFilter.ts @@ -0,0 +1,80 @@ +import * as TypeGraphQL from "type-graphql"; +import GraphQLJSON from "graphql-type-json"; +import { Prisma } from "../../../client"; +import { NestedIntNullableFilter } from "../inputs/NestedIntNullableFilter"; +import { NestedStringNullableFilter } from "../inputs/NestedStringNullableFilter"; + +@TypeGraphQL.InputType({ + isAbstract: true +}) +export class NestedStringNullableWithAggregatesFilter { + @TypeGraphQL.Field(_type => String, { + nullable: true + }) + equals?: string | undefined; + + @TypeGraphQL.Field(_type => [String], { + nullable: true + }) + in?: string[] | undefined; + + @TypeGraphQL.Field(_type => [String], { + nullable: true + }) + notIn?: string[] | undefined; + + @TypeGraphQL.Field(_type => String, { + nullable: true + }) + lt?: string | undefined; + + @TypeGraphQL.Field(_type => String, { + nullable: true + }) + lte?: string | undefined; + + @TypeGraphQL.Field(_type => String, { + nullable: true + }) + gt?: string | undefined; + + @TypeGraphQL.Field(_type => String, { + nullable: true + }) + gte?: string | undefined; + + @TypeGraphQL.Field(_type => String, { + nullable: true + }) + contains?: string | undefined; + + @TypeGraphQL.Field(_type => String, { + nullable: true + }) + startsWith?: string | undefined; + + @TypeGraphQL.Field(_type => String, { + nullable: true + }) + endsWith?: string | undefined; + + @TypeGraphQL.Field(_type => NestedStringNullableWithAggregatesFilter, { + nullable: true + }) + not?: NestedStringNullableWithAggregatesFilter | undefined; + + @TypeGraphQL.Field(_type => NestedIntNullableFilter, { + nullable: true + }) + count?: NestedIntNullableFilter | undefined; + + @TypeGraphQL.Field(_type => NestedStringNullableFilter, { + nullable: true + }) + min?: NestedStringNullableFilter | undefined; + + @TypeGraphQL.Field(_type => NestedStringNullableFilter, { + nullable: true + }) + max?: NestedStringNullableFilter | undefined; +} diff --git a/experiments/prisma/generated/type-graphql/resolvers/inputs/NestedStringWithAggregatesFilter.ts b/experiments/prisma/generated/type-graphql/resolvers/inputs/NestedStringWithAggregatesFilter.ts new file mode 100644 index 00000000..bd469dae --- /dev/null +++ b/experiments/prisma/generated/type-graphql/resolvers/inputs/NestedStringWithAggregatesFilter.ts @@ -0,0 +1,80 @@ +import * as TypeGraphQL from "type-graphql"; +import GraphQLJSON from "graphql-type-json"; +import { Prisma } from "../../../client"; +import { NestedIntFilter } from "../inputs/NestedIntFilter"; +import { NestedStringFilter } from "../inputs/NestedStringFilter"; + +@TypeGraphQL.InputType({ + isAbstract: true +}) +export class NestedStringWithAggregatesFilter { + @TypeGraphQL.Field(_type => String, { + nullable: true + }) + equals?: string | undefined; + + @TypeGraphQL.Field(_type => [String], { + nullable: true + }) + in?: string[] | undefined; + + @TypeGraphQL.Field(_type => [String], { + nullable: true + }) + notIn?: string[] | undefined; + + @TypeGraphQL.Field(_type => String, { + nullable: true + }) + lt?: string | undefined; + + @TypeGraphQL.Field(_type => String, { + nullable: true + }) + lte?: string | undefined; + + @TypeGraphQL.Field(_type => String, { + nullable: true + }) + gt?: string | undefined; + + @TypeGraphQL.Field(_type => String, { + nullable: true + }) + gte?: string | undefined; + + @TypeGraphQL.Field(_type => String, { + nullable: true + }) + contains?: string | undefined; + + @TypeGraphQL.Field(_type => String, { + nullable: true + }) + startsWith?: string | undefined; + + @TypeGraphQL.Field(_type => String, { + nullable: true + }) + endsWith?: string | undefined; + + @TypeGraphQL.Field(_type => NestedStringWithAggregatesFilter, { + nullable: true + }) + not?: NestedStringWithAggregatesFilter | undefined; + + @TypeGraphQL.Field(_type => NestedIntFilter, { + nullable: true + }) + count?: NestedIntFilter | undefined; + + @TypeGraphQL.Field(_type => NestedStringFilter, { + nullable: true + }) + min?: NestedStringFilter | undefined; + + @TypeGraphQL.Field(_type => NestedStringFilter, { + nullable: true + }) + max?: NestedStringFilter | undefined; +} diff --git a/experiments/prisma/generated/type-graphql/resolvers/inputs/PatientScalarWhereWithAggregatesInput.ts b/experiments/prisma/generated/type-graphql/resolvers/inputs/PatientScalarWhereWithAggregatesInput.ts new file mode 100644 index 00000000..906b1122 --- /dev/null +++ b/experiments/prisma/generated/type-graphql/resolvers/inputs/PatientScalarWhereWithAggregatesInput.ts @@ -0,0 +1,39 @@ +import * as TypeGraphQL from "type-graphql"; +import GraphQLJSON from "graphql-type-json"; +import { Prisma } from "../../../client"; +import { StringWithAggregatesFilter } from "../inputs/StringWithAggregatesFilter"; + +@TypeGraphQL.InputType({ + isAbstract: true +}) +export class PatientScalarWhereWithAggregatesInput { + @TypeGraphQL.Field(_type => [PatientScalarWhereWithAggregatesInput], { + nullable: true + }) + AND?: PatientScalarWhereWithAggregatesInput[] | undefined; + + @TypeGraphQL.Field(_type => [PatientScalarWhereWithAggregatesInput], { + nullable: true + }) + OR?: PatientScalarWhereWithAggregatesInput[] | undefined; + + @TypeGraphQL.Field(_type => [PatientScalarWhereWithAggregatesInput], { + nullable: true + }) + NOT?: PatientScalarWhereWithAggregatesInput[] | undefined; + + @TypeGraphQL.Field(_type => StringWithAggregatesFilter, { + nullable: true + }) + firstName?: StringWithAggregatesFilter | undefined; + + @TypeGraphQL.Field(_type => StringWithAggregatesFilter, { + nullable: true + }) + lastName?: StringWithAggregatesFilter | undefined; + + @TypeGraphQL.Field(_type => StringWithAggregatesFilter, { + nullable: true + }) + email?: StringWithAggregatesFilter | undefined; +} diff --git a/experiments/prisma/generated/type-graphql/resolvers/inputs/PostScalarWhereWithAggregatesInput.ts b/experiments/prisma/generated/type-graphql/resolvers/inputs/PostScalarWhereWithAggregatesInput.ts new file mode 100644 index 00000000..1796ff38 --- /dev/null +++ b/experiments/prisma/generated/type-graphql/resolvers/inputs/PostScalarWhereWithAggregatesInput.ts @@ -0,0 +1,86 @@ +import * as TypeGraphQL from "type-graphql"; +import GraphQLJSON from "graphql-type-json"; +import { Prisma } from "../../../client"; +import { BoolWithAggregatesFilter } from "../inputs/BoolWithAggregatesFilter"; +import { DateTimeWithAggregatesFilter } from "../inputs/DateTimeWithAggregatesFilter"; +import { EnumPostKindNullableWithAggregatesFilter } from "../inputs/EnumPostKindNullableWithAggregatesFilter"; +import { IntNullableWithAggregatesFilter } from "../inputs/IntNullableWithAggregatesFilter"; +import { IntWithAggregatesFilter } from "../inputs/IntWithAggregatesFilter"; +import { JsonWithAggregatesFilter } from "../inputs/JsonWithAggregatesFilter"; +import { StringNullableWithAggregatesFilter } from "../inputs/StringNullableWithAggregatesFilter"; +import { StringWithAggregatesFilter } from "../inputs/StringWithAggregatesFilter"; + +@TypeGraphQL.InputType({ + isAbstract: true +}) +export class PostScalarWhereWithAggregatesInput { + @TypeGraphQL.Field(_type => [PostScalarWhereWithAggregatesInput], { + nullable: true + }) + AND?: PostScalarWhereWithAggregatesInput[] | undefined; + + @TypeGraphQL.Field(_type => [PostScalarWhereWithAggregatesInput], { + nullable: true + }) + OR?: PostScalarWhereWithAggregatesInput[] | undefined; + + @TypeGraphQL.Field(_type => [PostScalarWhereWithAggregatesInput], { + nullable: true + }) + NOT?: PostScalarWhereWithAggregatesInput[] | undefined; + + @TypeGraphQL.Field(_type => StringWithAggregatesFilter, { + nullable: true + }) + uuid?: StringWithAggregatesFilter | undefined; + + @TypeGraphQL.Field(_type => DateTimeWithAggregatesFilter, { + nullable: true + }) + createdAt?: DateTimeWithAggregatesFilter | undefined; + + @TypeGraphQL.Field(_type => DateTimeWithAggregatesFilter, { + nullable: true + }) + updatedAt?: DateTimeWithAggregatesFilter | undefined; + + @TypeGraphQL.Field(_type => BoolWithAggregatesFilter, { + nullable: true + }) + published?: BoolWithAggregatesFilter | undefined; + + @TypeGraphQL.Field(_type => StringWithAggregatesFilter, { + nullable: true + }) + title?: StringWithAggregatesFilter | undefined; + + @TypeGraphQL.Field(_type => StringWithAggregatesFilter, { + nullable: true + }) + subtitle?: StringWithAggregatesFilter | undefined; + + @TypeGraphQL.Field(_type => StringNullableWithAggregatesFilter, { + nullable: true + }) + content?: StringNullableWithAggregatesFilter | undefined; + + @TypeGraphQL.Field(_type => IntWithAggregatesFilter, { + nullable: true + }) + authorId?: IntWithAggregatesFilter | undefined; + + @TypeGraphQL.Field(_type => IntNullableWithAggregatesFilter, { + nullable: true + }) + editorId?: IntNullableWithAggregatesFilter | undefined; + + @TypeGraphQL.Field(_type => EnumPostKindNullableWithAggregatesFilter, { + nullable: true + }) + kind?: EnumPostKindNullableWithAggregatesFilter | undefined; + + @TypeGraphQL.Field(_type => JsonWithAggregatesFilter, { + nullable: true + }) + metadata?: JsonWithAggregatesFilter | undefined; +} diff --git a/experiments/prisma/generated/type-graphql/resolvers/inputs/ProblemScalarWhereWithAggregatesInput.ts b/experiments/prisma/generated/type-graphql/resolvers/inputs/ProblemScalarWhereWithAggregatesInput.ts new file mode 100644 index 00000000..f5bf4094 --- /dev/null +++ b/experiments/prisma/generated/type-graphql/resolvers/inputs/ProblemScalarWhereWithAggregatesInput.ts @@ -0,0 +1,41 @@ +import * as TypeGraphQL from "type-graphql"; +import GraphQLJSON from "graphql-type-json"; +import { Prisma } from "../../../client"; +import { IntNullableWithAggregatesFilter } from "../inputs/IntNullableWithAggregatesFilter"; +import { IntWithAggregatesFilter } from "../inputs/IntWithAggregatesFilter"; +import { StringWithAggregatesFilter } from "../inputs/StringWithAggregatesFilter"; + +@TypeGraphQL.InputType({ + isAbstract: true +}) +export class ProblemScalarWhereWithAggregatesInput { + @TypeGraphQL.Field(_type => [ProblemScalarWhereWithAggregatesInput], { + nullable: true + }) + AND?: ProblemScalarWhereWithAggregatesInput[] | undefined; + + @TypeGraphQL.Field(_type => [ProblemScalarWhereWithAggregatesInput], { + nullable: true + }) + OR?: ProblemScalarWhereWithAggregatesInput[] | undefined; + + @TypeGraphQL.Field(_type => [ProblemScalarWhereWithAggregatesInput], { + nullable: true + }) + NOT?: ProblemScalarWhereWithAggregatesInput[] | undefined; + + @TypeGraphQL.Field(_type => IntWithAggregatesFilter, { + nullable: true + }) + id?: IntWithAggregatesFilter | undefined; + + @TypeGraphQL.Field(_type => StringWithAggregatesFilter, { + nullable: true + }) + problemText?: StringWithAggregatesFilter | undefined; + + @TypeGraphQL.Field(_type => IntNullableWithAggregatesFilter, { + nullable: true + }) + creatorId?: IntNullableWithAggregatesFilter | undefined; +} diff --git a/experiments/prisma/generated/type-graphql/resolvers/inputs/StringNullableWithAggregatesFilter.ts b/experiments/prisma/generated/type-graphql/resolvers/inputs/StringNullableWithAggregatesFilter.ts new file mode 100644 index 00000000..af1277b7 --- /dev/null +++ b/experiments/prisma/generated/type-graphql/resolvers/inputs/StringNullableWithAggregatesFilter.ts @@ -0,0 +1,87 @@ +import * as TypeGraphQL from "type-graphql"; +import GraphQLJSON from "graphql-type-json"; +import { Prisma } from "../../../client"; +import { NestedIntNullableFilter } from "../inputs/NestedIntNullableFilter"; +import { NestedStringNullableFilter } from "../inputs/NestedStringNullableFilter"; +import { NestedStringNullableWithAggregatesFilter } from "../inputs/NestedStringNullableWithAggregatesFilter"; +import { QueryMode } from "../../enums/QueryMode"; + +@TypeGraphQL.InputType({ + isAbstract: true +}) +export class StringNullableWithAggregatesFilter { + @TypeGraphQL.Field(_type => String, { + nullable: true + }) + equals?: string | undefined; + + @TypeGraphQL.Field(_type => [String], { + nullable: true + }) + in?: string[] | undefined; + + @TypeGraphQL.Field(_type => [String], { + nullable: true + }) + notIn?: string[] | undefined; + + @TypeGraphQL.Field(_type => String, { + nullable: true + }) + lt?: string | undefined; + + @TypeGraphQL.Field(_type => String, { + nullable: true + }) + lte?: string | undefined; + + @TypeGraphQL.Field(_type => String, { + nullable: true + }) + gt?: string | undefined; + + @TypeGraphQL.Field(_type => String, { + nullable: true + }) + gte?: string | undefined; + + @TypeGraphQL.Field(_type => String, { + nullable: true + }) + contains?: string | undefined; + + @TypeGraphQL.Field(_type => String, { + nullable: true + }) + startsWith?: string | undefined; + + @TypeGraphQL.Field(_type => String, { + nullable: true + }) + endsWith?: string | undefined; + + @TypeGraphQL.Field(_type => QueryMode, { + nullable: true + }) + mode?: "default" | "insensitive" | undefined; + + @TypeGraphQL.Field(_type => NestedStringNullableWithAggregatesFilter, { + nullable: true + }) + not?: NestedStringNullableWithAggregatesFilter | undefined; + + @TypeGraphQL.Field(_type => NestedIntNullableFilter, { + nullable: true + }) + count?: NestedIntNullableFilter | undefined; + + @TypeGraphQL.Field(_type => NestedStringNullableFilter, { + nullable: true + }) + min?: NestedStringNullableFilter | undefined; + + @TypeGraphQL.Field(_type => NestedStringNullableFilter, { + nullable: true + }) + max?: NestedStringNullableFilter | undefined; +} diff --git a/experiments/prisma/generated/type-graphql/resolvers/inputs/StringWithAggregatesFilter.ts b/experiments/prisma/generated/type-graphql/resolvers/inputs/StringWithAggregatesFilter.ts new file mode 100644 index 00000000..fa5d09c1 --- /dev/null +++ b/experiments/prisma/generated/type-graphql/resolvers/inputs/StringWithAggregatesFilter.ts @@ -0,0 +1,87 @@ +import * as TypeGraphQL from "type-graphql"; +import GraphQLJSON from "graphql-type-json"; +import { Prisma } from "../../../client"; +import { NestedIntFilter } from "../inputs/NestedIntFilter"; +import { NestedStringFilter } from "../inputs/NestedStringFilter"; +import { NestedStringWithAggregatesFilter } from "../inputs/NestedStringWithAggregatesFilter"; +import { QueryMode } from "../../enums/QueryMode"; + +@TypeGraphQL.InputType({ + isAbstract: true +}) +export class StringWithAggregatesFilter { + @TypeGraphQL.Field(_type => String, { + nullable: true + }) + equals?: string | undefined; + + @TypeGraphQL.Field(_type => [String], { + nullable: true + }) + in?: string[] | undefined; + + @TypeGraphQL.Field(_type => [String], { + nullable: true + }) + notIn?: string[] | undefined; + + @TypeGraphQL.Field(_type => String, { + nullable: true + }) + lt?: string | undefined; + + @TypeGraphQL.Field(_type => String, { + nullable: true + }) + lte?: string | undefined; + + @TypeGraphQL.Field(_type => String, { + nullable: true + }) + gt?: string | undefined; + + @TypeGraphQL.Field(_type => String, { + nullable: true + }) + gte?: string | undefined; + + @TypeGraphQL.Field(_type => String, { + nullable: true + }) + contains?: string | undefined; + + @TypeGraphQL.Field(_type => String, { + nullable: true + }) + startsWith?: string | undefined; + + @TypeGraphQL.Field(_type => String, { + nullable: true + }) + endsWith?: string | undefined; + + @TypeGraphQL.Field(_type => QueryMode, { + nullable: true + }) + mode?: "default" | "insensitive" | undefined; + + @TypeGraphQL.Field(_type => NestedStringWithAggregatesFilter, { + nullable: true + }) + not?: NestedStringWithAggregatesFilter | undefined; + + @TypeGraphQL.Field(_type => NestedIntFilter, { + nullable: true + }) + count?: NestedIntFilter | undefined; + + @TypeGraphQL.Field(_type => NestedStringFilter, { + nullable: true + }) + min?: NestedStringFilter | undefined; + + @TypeGraphQL.Field(_type => NestedStringFilter, { + nullable: true + }) + max?: NestedStringFilter | undefined; +} diff --git a/experiments/prisma/generated/type-graphql/resolvers/inputs/index.ts b/experiments/prisma/generated/type-graphql/resolvers/inputs/index.ts index 2e916f9b..5953d35a 100644 --- a/experiments/prisma/generated/type-graphql/resolvers/inputs/index.ts +++ b/experiments/prisma/generated/type-graphql/resolvers/inputs/index.ts @@ -1,7 +1,9 @@ export { BoolFieldUpdateOperationsInput } from "./BoolFieldUpdateOperationsInput"; export { BoolFilter } from "./BoolFilter"; +export { BoolWithAggregatesFilter } from "./BoolWithAggregatesFilter"; export { CategoryCreateInput } from "./CategoryCreateInput"; export { CategoryOrderByInput } from "./CategoryOrderByInput"; +export { CategoryScalarWhereWithAggregatesInput } from "./CategoryScalarWhereWithAggregatesInput"; export { CategorySlugNumberCompoundUniqueInput } from "./CategorySlugNumberCompoundUniqueInput"; export { CategoryUpdateInput } from "./CategoryUpdateInput"; export { CategoryUpdateManyMutationInput } from "./CategoryUpdateManyMutationInput"; @@ -16,6 +18,7 @@ export { ClientCreateWithoutEditorPostsInput } from "./ClientCreateWithoutEditor export { ClientCreateWithoutPostsInput } from "./ClientCreateWithoutPostsInput"; export { ClientOrderByInput } from "./ClientOrderByInput"; export { ClientRelationFilter } from "./ClientRelationFilter"; +export { ClientScalarWhereWithAggregatesInput } from "./ClientScalarWhereWithAggregatesInput"; export { ClientUpdateInput } from "./ClientUpdateInput"; export { ClientUpdateManyMutationInput } from "./ClientUpdateManyMutationInput"; export { ClientUpdateOneRequiredWithoutPostsInput } from "./ClientUpdateOneRequiredWithoutPostsInput"; @@ -37,6 +40,7 @@ export { CreatorListRelationFilter } from "./CreatorListRelationFilter"; export { CreatorOrderByInput } from "./CreatorOrderByInput"; export { CreatorRelationFilter } from "./CreatorRelationFilter"; export { CreatorScalarWhereInput } from "./CreatorScalarWhereInput"; +export { CreatorScalarWhereWithAggregatesInput } from "./CreatorScalarWhereWithAggregatesInput"; export { CreatorUpdateInput } from "./CreatorUpdateInput"; export { CreatorUpdateManyMutationInput } from "./CreatorUpdateManyMutationInput"; export { CreatorUpdateManyWithWhereWithoutLikesInput } from "./CreatorUpdateManyWithWhereWithoutLikesInput"; @@ -51,6 +55,7 @@ export { CreatorWhereInput } from "./CreatorWhereInput"; export { CreatorWhereUniqueInput } from "./CreatorWhereUniqueInput"; export { DateTimeFieldUpdateOperationsInput } from "./DateTimeFieldUpdateOperationsInput"; export { DateTimeFilter } from "./DateTimeFilter"; +export { DateTimeWithAggregatesFilter } from "./DateTimeWithAggregatesFilter"; export { DirectorCreateInput } from "./DirectorCreateInput"; export { DirectorCreateOneWithoutMoviesInput } from "./DirectorCreateOneWithoutMoviesInput"; export { DirectorCreateOrConnectWithoutmoviesInput } from "./DirectorCreateOrConnectWithoutmoviesInput"; @@ -58,6 +63,7 @@ export { DirectorCreateWithoutMoviesInput } from "./DirectorCreateWithoutMoviesI export { DirectorFirstNameLastNameCompoundUniqueInput } from "./DirectorFirstNameLastNameCompoundUniqueInput"; export { DirectorOrderByInput } from "./DirectorOrderByInput"; export { DirectorRelationFilter } from "./DirectorRelationFilter"; +export { DirectorScalarWhereWithAggregatesInput } from "./DirectorScalarWhereWithAggregatesInput"; export { DirectorUpdateInput } from "./DirectorUpdateInput"; export { DirectorUpdateManyMutationInput } from "./DirectorUpdateManyMutationInput"; export { DirectorUpdateOneRequiredWithoutMoviesInput } from "./DirectorUpdateOneRequiredWithoutMoviesInput"; @@ -66,14 +72,20 @@ export { DirectorUpsertWithoutMoviesInput } from "./DirectorUpsertWithoutMoviesI export { DirectorWhereInput } from "./DirectorWhereInput"; export { DirectorWhereUniqueInput } from "./DirectorWhereUniqueInput"; export { EnumPostKindNullableFilter } from "./EnumPostKindNullableFilter"; +export { EnumPostKindNullableWithAggregatesFilter } from "./EnumPostKindNullableWithAggregatesFilter"; export { EnumRoleFieldUpdateOperationsInput } from "./EnumRoleFieldUpdateOperationsInput"; export { EnumRoleFilter } from "./EnumRoleFilter"; +export { EnumRoleWithAggregatesFilter } from "./EnumRoleWithAggregatesFilter"; export { FloatFieldUpdateOperationsInput } from "./FloatFieldUpdateOperationsInput"; export { FloatFilter } from "./FloatFilter"; +export { FloatWithAggregatesFilter } from "./FloatWithAggregatesFilter"; export { IntFieldUpdateOperationsInput } from "./IntFieldUpdateOperationsInput"; export { IntFilter } from "./IntFilter"; export { IntNullableFilter } from "./IntNullableFilter"; +export { IntNullableWithAggregatesFilter } from "./IntNullableWithAggregatesFilter"; +export { IntWithAggregatesFilter } from "./IntWithAggregatesFilter"; export { JsonFilter } from "./JsonFilter"; +export { JsonWithAggregatesFilter } from "./JsonWithAggregatesFilter"; export { MovieCreateInput } from "./MovieCreateInput"; export { MovieCreateManyWithoutDirectorInput } from "./MovieCreateManyWithoutDirectorInput"; export { MovieCreateOrConnectWithoutdirectorInput } from "./MovieCreateOrConnectWithoutdirectorInput"; @@ -82,6 +94,7 @@ export { MovieDirectorFirstNameDirectorLastNameTitleCompoundUniqueInput } from " export { MovieListRelationFilter } from "./MovieListRelationFilter"; export { MovieOrderByInput } from "./MovieOrderByInput"; export { MovieScalarWhereInput } from "./MovieScalarWhereInput"; +export { MovieScalarWhereWithAggregatesInput } from "./MovieScalarWhereWithAggregatesInput"; export { MovieUpdateInput } from "./MovieUpdateInput"; export { MovieUpdateManyMutationInput } from "./MovieUpdateManyMutationInput"; export { MovieUpdateManyWithWhereWithoutDirectorInput } from "./MovieUpdateManyWithWhereWithoutDirectorInput"; @@ -92,20 +105,32 @@ export { MovieUpsertWithWhereUniqueWithoutDirectorInput } from "./MovieUpsertWit export { MovieWhereInput } from "./MovieWhereInput"; export { MovieWhereUniqueInput } from "./MovieWhereUniqueInput"; export { NestedBoolFilter } from "./NestedBoolFilter"; +export { NestedBoolWithAggregatesFilter } from "./NestedBoolWithAggregatesFilter"; export { NestedDateTimeFilter } from "./NestedDateTimeFilter"; +export { NestedDateTimeWithAggregatesFilter } from "./NestedDateTimeWithAggregatesFilter"; export { NestedEnumPostKindNullableFilter } from "./NestedEnumPostKindNullableFilter"; +export { NestedEnumPostKindNullableWithAggregatesFilter } from "./NestedEnumPostKindNullableWithAggregatesFilter"; export { NestedEnumRoleFilter } from "./NestedEnumRoleFilter"; +export { NestedEnumRoleWithAggregatesFilter } from "./NestedEnumRoleWithAggregatesFilter"; export { NestedFloatFilter } from "./NestedFloatFilter"; +export { NestedFloatNullableFilter } from "./NestedFloatNullableFilter"; +export { NestedFloatWithAggregatesFilter } from "./NestedFloatWithAggregatesFilter"; export { NestedIntFilter } from "./NestedIntFilter"; export { NestedIntNullableFilter } from "./NestedIntNullableFilter"; +export { NestedIntNullableWithAggregatesFilter } from "./NestedIntNullableWithAggregatesFilter"; +export { NestedIntWithAggregatesFilter } from "./NestedIntWithAggregatesFilter"; +export { NestedJsonFilter } from "./NestedJsonFilter"; export { NestedStringFilter } from "./NestedStringFilter"; export { NestedStringNullableFilter } from "./NestedStringNullableFilter"; +export { NestedStringNullableWithAggregatesFilter } from "./NestedStringNullableWithAggregatesFilter"; +export { NestedStringWithAggregatesFilter } from "./NestedStringWithAggregatesFilter"; export { NullableEnumPostKindFieldUpdateOperationsInput } from "./NullableEnumPostKindFieldUpdateOperationsInput"; export { NullableIntFieldUpdateOperationsInput } from "./NullableIntFieldUpdateOperationsInput"; export { NullableStringFieldUpdateOperationsInput } from "./NullableStringFieldUpdateOperationsInput"; export { PatientCreateInput } from "./PatientCreateInput"; export { PatientFirstNameLastNameCompoundUniqueInput } from "./PatientFirstNameLastNameCompoundUniqueInput"; export { PatientOrderByInput } from "./PatientOrderByInput"; +export { PatientScalarWhereWithAggregatesInput } from "./PatientScalarWhereWithAggregatesInput"; export { PatientUpdateInput } from "./PatientUpdateInput"; export { PatientUpdateManyMutationInput } from "./PatientUpdateManyMutationInput"; export { PatientWhereInput } from "./PatientWhereInput"; @@ -120,6 +145,7 @@ export { PostCreateWithoutEditorInput } from "./PostCreateWithoutEditorInput"; export { PostListRelationFilter } from "./PostListRelationFilter"; export { PostOrderByInput } from "./PostOrderByInput"; export { PostScalarWhereInput } from "./PostScalarWhereInput"; +export { PostScalarWhereWithAggregatesInput } from "./PostScalarWhereWithAggregatesInput"; export { PostUpdateInput } from "./PostUpdateInput"; export { PostUpdateManyMutationInput } from "./PostUpdateManyMutationInput"; export { PostUpdateManyWithWhereWithoutAuthorInput } from "./PostUpdateManyWithWhereWithoutAuthorInput"; @@ -144,6 +170,7 @@ export { ProblemCreateWithoutLikedByInput } from "./ProblemCreateWithoutLikedByI export { ProblemListRelationFilter } from "./ProblemListRelationFilter"; export { ProblemOrderByInput } from "./ProblemOrderByInput"; export { ProblemScalarWhereInput } from "./ProblemScalarWhereInput"; +export { ProblemScalarWhereWithAggregatesInput } from "./ProblemScalarWhereWithAggregatesInput"; export { ProblemUpdateInput } from "./ProblemUpdateInput"; export { ProblemUpdateManyMutationInput } from "./ProblemUpdateManyMutationInput"; export { ProblemUpdateManyWithWhereWithoutCreatorInput } from "./ProblemUpdateManyWithWhereWithoutCreatorInput"; @@ -161,3 +188,5 @@ export { ProblemWhereUniqueInput } from "./ProblemWhereUniqueInput"; export { StringFieldUpdateOperationsInput } from "./StringFieldUpdateOperationsInput"; export { StringFilter } from "./StringFilter"; export { StringNullableFilter } from "./StringNullableFilter"; +export { StringNullableWithAggregatesFilter } from "./StringNullableWithAggregatesFilter"; +export { StringWithAggregatesFilter } from "./StringWithAggregatesFilter"; diff --git a/experiments/prisma/generated/type-graphql/resolvers/outputs/CategoryGroupBy.ts b/experiments/prisma/generated/type-graphql/resolvers/outputs/CategoryGroupBy.ts new file mode 100644 index 00000000..a226e0a9 --- /dev/null +++ b/experiments/prisma/generated/type-graphql/resolvers/outputs/CategoryGroupBy.ts @@ -0,0 +1,53 @@ +import * as TypeGraphQL from "type-graphql"; +import GraphQLJSON from "graphql-type-json"; +import { Prisma } from "../../../client"; +import { CategoryAvgAggregate } from "../outputs/CategoryAvgAggregate"; +import { CategoryCountAggregate } from "../outputs/CategoryCountAggregate"; +import { CategoryMaxAggregate } from "../outputs/CategoryMaxAggregate"; +import { CategoryMinAggregate } from "../outputs/CategoryMinAggregate"; +import { CategorySumAggregate } from "../outputs/CategorySumAggregate"; + +@TypeGraphQL.ObjectType({ + isAbstract: true +}) +export class CategoryGroupBy { + @TypeGraphQL.Field(_type => String, { + nullable: false + }) + name!: string; + + @TypeGraphQL.Field(_type => String, { + nullable: false + }) + slug!: string; + + @TypeGraphQL.Field(_type => TypeGraphQL.Int, { + nullable: false + }) + number!: number; + + @TypeGraphQL.Field(_type => CategoryCountAggregate, { + nullable: true + }) + count?: CategoryCountAggregate | null; + + @TypeGraphQL.Field(_type => CategoryAvgAggregate, { + nullable: true + }) + avg?: CategoryAvgAggregate | null; + + @TypeGraphQL.Field(_type => CategorySumAggregate, { + nullable: true + }) + sum?: CategorySumAggregate | null; + + @TypeGraphQL.Field(_type => CategoryMinAggregate, { + nullable: true + }) + min?: CategoryMinAggregate | null; + + @TypeGraphQL.Field(_type => CategoryMaxAggregate, { + nullable: true + }) + max?: CategoryMaxAggregate | null; +} diff --git a/experiments/prisma/generated/type-graphql/resolvers/outputs/ClientGroupBy.ts b/experiments/prisma/generated/type-graphql/resolvers/outputs/ClientGroupBy.ts new file mode 100644 index 00000000..9a5a0f83 --- /dev/null +++ b/experiments/prisma/generated/type-graphql/resolvers/outputs/ClientGroupBy.ts @@ -0,0 +1,74 @@ +import * as TypeGraphQL from "type-graphql"; +import GraphQLJSON from "graphql-type-json"; +import { Prisma } from "../../../client"; +import { ClientAvgAggregate } from "../outputs/ClientAvgAggregate"; +import { ClientCountAggregate } from "../outputs/ClientCountAggregate"; +import { ClientMaxAggregate } from "../outputs/ClientMaxAggregate"; +import { ClientMinAggregate } from "../outputs/ClientMinAggregate"; +import { ClientSumAggregate } from "../outputs/ClientSumAggregate"; +import { Role } from "../../enums/Role"; + +@TypeGraphQL.ObjectType({ + isAbstract: true +}) +export class ClientGroupBy { + @TypeGraphQL.Field(_type => TypeGraphQL.Int, { + nullable: false + }) + id!: number; + + @TypeGraphQL.Field(_type => String, { + nullable: false + }) + email!: string; + + @TypeGraphQL.Field(_type => String, { + nullable: true + }) + name?: string | null; + + @TypeGraphQL.Field(_type => TypeGraphQL.Int, { + nullable: false + }) + age!: number; + + @TypeGraphQL.Field(_type => TypeGraphQL.Float, { + nullable: false + }) + balance!: number; + + @TypeGraphQL.Field(_type => TypeGraphQL.Float, { + nullable: false + }) + amount!: number; + + @TypeGraphQL.Field(_type => Role, { + nullable: false + }) + role!: "USER" | "ADMIN"; + + @TypeGraphQL.Field(_type => ClientCountAggregate, { + nullable: true + }) + count?: ClientCountAggregate | null; + + @TypeGraphQL.Field(_type => ClientAvgAggregate, { + nullable: true + }) + avg?: ClientAvgAggregate | null; + + @TypeGraphQL.Field(_type => ClientSumAggregate, { + nullable: true + }) + sum?: ClientSumAggregate | null; + + @TypeGraphQL.Field(_type => ClientMinAggregate, { + nullable: true + }) + min?: ClientMinAggregate | null; + + @TypeGraphQL.Field(_type => ClientMaxAggregate, { + nullable: true + }) + max?: ClientMaxAggregate | null; +} diff --git a/experiments/prisma/generated/type-graphql/resolvers/outputs/CreatorGroupBy.ts b/experiments/prisma/generated/type-graphql/resolvers/outputs/CreatorGroupBy.ts new file mode 100644 index 00000000..40cfa2da --- /dev/null +++ b/experiments/prisma/generated/type-graphql/resolvers/outputs/CreatorGroupBy.ts @@ -0,0 +1,48 @@ +import * as TypeGraphQL from "type-graphql"; +import GraphQLJSON from "graphql-type-json"; +import { Prisma } from "../../../client"; +import { CreatorAvgAggregate } from "../outputs/CreatorAvgAggregate"; +import { CreatorCountAggregate } from "../outputs/CreatorCountAggregate"; +import { CreatorMaxAggregate } from "../outputs/CreatorMaxAggregate"; +import { CreatorMinAggregate } from "../outputs/CreatorMinAggregate"; +import { CreatorSumAggregate } from "../outputs/CreatorSumAggregate"; + +@TypeGraphQL.ObjectType({ + isAbstract: true +}) +export class CreatorGroupBy { + @TypeGraphQL.Field(_type => TypeGraphQL.Int, { + nullable: false + }) + id!: number; + + @TypeGraphQL.Field(_type => String, { + nullable: false + }) + name!: string; + + @TypeGraphQL.Field(_type => CreatorCountAggregate, { + nullable: true + }) + count?: CreatorCountAggregate | null; + + @TypeGraphQL.Field(_type => CreatorAvgAggregate, { + nullable: true + }) + avg?: CreatorAvgAggregate | null; + + @TypeGraphQL.Field(_type => CreatorSumAggregate, { + nullable: true + }) + sum?: CreatorSumAggregate | null; + + @TypeGraphQL.Field(_type => CreatorMinAggregate, { + nullable: true + }) + min?: CreatorMinAggregate | null; + + @TypeGraphQL.Field(_type => CreatorMaxAggregate, { + nullable: true + }) + max?: CreatorMaxAggregate | null; +} diff --git a/experiments/prisma/generated/type-graphql/resolvers/outputs/DirectorGroupBy.ts b/experiments/prisma/generated/type-graphql/resolvers/outputs/DirectorGroupBy.ts new file mode 100644 index 00000000..0e9bc210 --- /dev/null +++ b/experiments/prisma/generated/type-graphql/resolvers/outputs/DirectorGroupBy.ts @@ -0,0 +1,36 @@ +import * as TypeGraphQL from "type-graphql"; +import GraphQLJSON from "graphql-type-json"; +import { Prisma } from "../../../client"; +import { DirectorCountAggregate } from "../outputs/DirectorCountAggregate"; +import { DirectorMaxAggregate } from "../outputs/DirectorMaxAggregate"; +import { DirectorMinAggregate } from "../outputs/DirectorMinAggregate"; + +@TypeGraphQL.ObjectType({ + isAbstract: true +}) +export class DirectorGroupBy { + @TypeGraphQL.Field(_type => String, { + nullable: false + }) + firstName!: string; + + @TypeGraphQL.Field(_type => String, { + nullable: false + }) + lastName!: string; + + @TypeGraphQL.Field(_type => DirectorCountAggregate, { + nullable: true + }) + count?: DirectorCountAggregate | null; + + @TypeGraphQL.Field(_type => DirectorMinAggregate, { + nullable: true + }) + min?: DirectorMinAggregate | null; + + @TypeGraphQL.Field(_type => DirectorMaxAggregate, { + nullable: true + }) + max?: DirectorMaxAggregate | null; +} diff --git a/experiments/prisma/generated/type-graphql/resolvers/outputs/MovieGroupBy.ts b/experiments/prisma/generated/type-graphql/resolvers/outputs/MovieGroupBy.ts new file mode 100644 index 00000000..f8eb706f --- /dev/null +++ b/experiments/prisma/generated/type-graphql/resolvers/outputs/MovieGroupBy.ts @@ -0,0 +1,41 @@ +import * as TypeGraphQL from "type-graphql"; +import GraphQLJSON from "graphql-type-json"; +import { Prisma } from "../../../client"; +import { MovieCountAggregate } from "../outputs/MovieCountAggregate"; +import { MovieMaxAggregate } from "../outputs/MovieMaxAggregate"; +import { MovieMinAggregate } from "../outputs/MovieMinAggregate"; + +@TypeGraphQL.ObjectType({ + isAbstract: true +}) +export class MovieGroupBy { + @TypeGraphQL.Field(_type => String, { + nullable: false + }) + directorFirstName!: string; + + @TypeGraphQL.Field(_type => String, { + nullable: false + }) + directorLastName!: string; + + @TypeGraphQL.Field(_type => String, { + nullable: false + }) + title!: string; + + @TypeGraphQL.Field(_type => MovieCountAggregate, { + nullable: true + }) + count?: MovieCountAggregate | null; + + @TypeGraphQL.Field(_type => MovieMinAggregate, { + nullable: true + }) + min?: MovieMinAggregate | null; + + @TypeGraphQL.Field(_type => MovieMaxAggregate, { + nullable: true + }) + max?: MovieMaxAggregate | null; +} diff --git a/experiments/prisma/generated/type-graphql/resolvers/outputs/PatientGroupBy.ts b/experiments/prisma/generated/type-graphql/resolvers/outputs/PatientGroupBy.ts new file mode 100644 index 00000000..ad5e777a --- /dev/null +++ b/experiments/prisma/generated/type-graphql/resolvers/outputs/PatientGroupBy.ts @@ -0,0 +1,41 @@ +import * as TypeGraphQL from "type-graphql"; +import GraphQLJSON from "graphql-type-json"; +import { Prisma } from "../../../client"; +import { PatientCountAggregate } from "../outputs/PatientCountAggregate"; +import { PatientMaxAggregate } from "../outputs/PatientMaxAggregate"; +import { PatientMinAggregate } from "../outputs/PatientMinAggregate"; + +@TypeGraphQL.ObjectType({ + isAbstract: true +}) +export class PatientGroupBy { + @TypeGraphQL.Field(_type => String, { + nullable: false + }) + firstName!: string; + + @TypeGraphQL.Field(_type => String, { + nullable: false + }) + lastName!: string; + + @TypeGraphQL.Field(_type => String, { + nullable: false + }) + email!: string; + + @TypeGraphQL.Field(_type => PatientCountAggregate, { + nullable: true + }) + count?: PatientCountAggregate | null; + + @TypeGraphQL.Field(_type => PatientMinAggregate, { + nullable: true + }) + min?: PatientMinAggregate | null; + + @TypeGraphQL.Field(_type => PatientMaxAggregate, { + nullable: true + }) + max?: PatientMaxAggregate | null; +} diff --git a/experiments/prisma/generated/type-graphql/resolvers/outputs/PostGroupBy.ts b/experiments/prisma/generated/type-graphql/resolvers/outputs/PostGroupBy.ts new file mode 100644 index 00000000..c38d2285 --- /dev/null +++ b/experiments/prisma/generated/type-graphql/resolvers/outputs/PostGroupBy.ts @@ -0,0 +1,94 @@ +import * as TypeGraphQL from "type-graphql"; +import GraphQLJSON from "graphql-type-json"; +import { Prisma } from "../../../client"; +import { PostAvgAggregate } from "../outputs/PostAvgAggregate"; +import { PostCountAggregate } from "../outputs/PostCountAggregate"; +import { PostMaxAggregate } from "../outputs/PostMaxAggregate"; +import { PostMinAggregate } from "../outputs/PostMinAggregate"; +import { PostSumAggregate } from "../outputs/PostSumAggregate"; +import { PostKind } from "../../enums/PostKind"; + +@TypeGraphQL.ObjectType({ + isAbstract: true +}) +export class PostGroupBy { + @TypeGraphQL.Field(_type => String, { + nullable: false + }) + uuid!: string; + + @TypeGraphQL.Field(_type => Date, { + nullable: false + }) + createdAt!: Date; + + @TypeGraphQL.Field(_type => Date, { + nullable: false + }) + updatedAt!: Date; + + @TypeGraphQL.Field(_type => Boolean, { + nullable: false + }) + published!: boolean; + + @TypeGraphQL.Field(_type => String, { + nullable: false + }) + title!: string; + + @TypeGraphQL.Field(_type => String, { + nullable: false + }) + subtitle!: string; + + @TypeGraphQL.Field(_type => String, { + nullable: true + }) + content?: string | null; + + @TypeGraphQL.Field(_type => TypeGraphQL.Int, { + nullable: false + }) + authorId!: number; + + @TypeGraphQL.Field(_type => TypeGraphQL.Int, { + nullable: true + }) + editorId?: number | null; + + @TypeGraphQL.Field(_type => PostKind, { + nullable: true + }) + kind?: "BLOG" | "ADVERT" | null; + + @TypeGraphQL.Field(_type => GraphQLJSON, { + nullable: false + }) + metadata!: Prisma.JsonValue; + + @TypeGraphQL.Field(_type => PostCountAggregate, { + nullable: true + }) + count?: PostCountAggregate | null; + + @TypeGraphQL.Field(_type => PostAvgAggregate, { + nullable: true + }) + avg?: PostAvgAggregate | null; + + @TypeGraphQL.Field(_type => PostSumAggregate, { + nullable: true + }) + sum?: PostSumAggregate | null; + + @TypeGraphQL.Field(_type => PostMinAggregate, { + nullable: true + }) + min?: PostMinAggregate | null; + + @TypeGraphQL.Field(_type => PostMaxAggregate, { + nullable: true + }) + max?: PostMaxAggregate | null; +} diff --git a/experiments/prisma/generated/type-graphql/resolvers/outputs/ProblemGroupBy.ts b/experiments/prisma/generated/type-graphql/resolvers/outputs/ProblemGroupBy.ts new file mode 100644 index 00000000..f8089cbb --- /dev/null +++ b/experiments/prisma/generated/type-graphql/resolvers/outputs/ProblemGroupBy.ts @@ -0,0 +1,53 @@ +import * as TypeGraphQL from "type-graphql"; +import GraphQLJSON from "graphql-type-json"; +import { Prisma } from "../../../client"; +import { ProblemAvgAggregate } from "../outputs/ProblemAvgAggregate"; +import { ProblemCountAggregate } from "../outputs/ProblemCountAggregate"; +import { ProblemMaxAggregate } from "../outputs/ProblemMaxAggregate"; +import { ProblemMinAggregate } from "../outputs/ProblemMinAggregate"; +import { ProblemSumAggregate } from "../outputs/ProblemSumAggregate"; + +@TypeGraphQL.ObjectType({ + isAbstract: true +}) +export class ProblemGroupBy { + @TypeGraphQL.Field(_type => TypeGraphQL.Int, { + nullable: false + }) + id!: number; + + @TypeGraphQL.Field(_type => String, { + nullable: false + }) + problemText!: string; + + @TypeGraphQL.Field(_type => TypeGraphQL.Int, { + nullable: true + }) + creatorId?: number | null; + + @TypeGraphQL.Field(_type => ProblemCountAggregate, { + nullable: true + }) + count?: ProblemCountAggregate | null; + + @TypeGraphQL.Field(_type => ProblemAvgAggregate, { + nullable: true + }) + avg?: ProblemAvgAggregate | null; + + @TypeGraphQL.Field(_type => ProblemSumAggregate, { + nullable: true + }) + sum?: ProblemSumAggregate | null; + + @TypeGraphQL.Field(_type => ProblemMinAggregate, { + nullable: true + }) + min?: ProblemMinAggregate | null; + + @TypeGraphQL.Field(_type => ProblemMaxAggregate, { + nullable: true + }) + max?: ProblemMaxAggregate | null; +} diff --git a/experiments/prisma/generated/type-graphql/resolvers/outputs/index.ts b/experiments/prisma/generated/type-graphql/resolvers/outputs/index.ts index 6de8802f..ede14257 100644 --- a/experiments/prisma/generated/type-graphql/resolvers/outputs/index.ts +++ b/experiments/prisma/generated/type-graphql/resolvers/outputs/index.ts @@ -9,35 +9,43 @@ export { AggregateProblem } from "./AggregateProblem"; export { BatchPayload } from "./BatchPayload"; export { CategoryAvgAggregate } from "./CategoryAvgAggregate"; export { CategoryCountAggregate } from "./CategoryCountAggregate"; +export { CategoryGroupBy } from "./CategoryGroupBy"; export { CategoryMaxAggregate } from "./CategoryMaxAggregate"; export { CategoryMinAggregate } from "./CategoryMinAggregate"; export { CategorySumAggregate } from "./CategorySumAggregate"; export { ClientAvgAggregate } from "./ClientAvgAggregate"; export { ClientCountAggregate } from "./ClientCountAggregate"; +export { ClientGroupBy } from "./ClientGroupBy"; export { ClientMaxAggregate } from "./ClientMaxAggregate"; export { ClientMinAggregate } from "./ClientMinAggregate"; export { ClientSumAggregate } from "./ClientSumAggregate"; export { CreatorAvgAggregate } from "./CreatorAvgAggregate"; export { CreatorCountAggregate } from "./CreatorCountAggregate"; +export { CreatorGroupBy } from "./CreatorGroupBy"; export { CreatorMaxAggregate } from "./CreatorMaxAggregate"; export { CreatorMinAggregate } from "./CreatorMinAggregate"; export { CreatorSumAggregate } from "./CreatorSumAggregate"; export { DirectorCountAggregate } from "./DirectorCountAggregate"; +export { DirectorGroupBy } from "./DirectorGroupBy"; export { DirectorMaxAggregate } from "./DirectorMaxAggregate"; export { DirectorMinAggregate } from "./DirectorMinAggregate"; export { MovieCountAggregate } from "./MovieCountAggregate"; +export { MovieGroupBy } from "./MovieGroupBy"; export { MovieMaxAggregate } from "./MovieMaxAggregate"; export { MovieMinAggregate } from "./MovieMinAggregate"; export { PatientCountAggregate } from "./PatientCountAggregate"; +export { PatientGroupBy } from "./PatientGroupBy"; export { PatientMaxAggregate } from "./PatientMaxAggregate"; export { PatientMinAggregate } from "./PatientMinAggregate"; export { PostAvgAggregate } from "./PostAvgAggregate"; export { PostCountAggregate } from "./PostCountAggregate"; +export { PostGroupBy } from "./PostGroupBy"; export { PostMaxAggregate } from "./PostMaxAggregate"; export { PostMinAggregate } from "./PostMinAggregate"; export { PostSumAggregate } from "./PostSumAggregate"; export { ProblemAvgAggregate } from "./ProblemAvgAggregate"; export { ProblemCountAggregate } from "./ProblemCountAggregate"; +export { ProblemGroupBy } from "./ProblemGroupBy"; export { ProblemMaxAggregate } from "./ProblemMaxAggregate"; export { ProblemMinAggregate } from "./ProblemMinAggregate"; export { ProblemSumAggregate } from "./ProblemSumAggregate"; diff --git a/experiments/prisma/schema.prisma b/experiments/prisma/schema.prisma index 29e610e8..451f5676 100644 --- a/experiments/prisma/schema.prisma +++ b/experiments/prisma/schema.prisma @@ -10,7 +10,7 @@ generator client { binaryTargets = ["windows", "debian-openssl-1.1.x"] output = "../prisma/generated/client" // previewFeatures = ["nativeTypes"] - // previewFeatures = ["groupBy"] + previewFeatures = ["groupBy"] } generator typegraphql { diff --git a/experiments/query.graphql b/experiments/query.graphql index 7442b234..3f6fcb5c 100644 --- a/experiments/query.graphql +++ b/experiments/query.graphql @@ -236,3 +236,12 @@ query ForbiddenCategories { number } } + +query GroupPosts { + groupByPost(by: [kind], where: { author: { is: { id: { equals: 2 } } } }) { + kind + count { + _all + } + } +} diff --git a/src/generator/config.ts b/src/generator/config.ts index 51fe5ea1..5fa13703 100644 --- a/src/generator/config.ts +++ b/src/generator/config.ts @@ -7,13 +7,14 @@ export type ModelKeys = keyof Exclude; export type SupportedQueries = keyof Pick< typeof DMMF.ModelAction, - "findUnique" | "findFirst" | "findMany" | "aggregate" + "findUnique" | "findFirst" | "findMany" | "aggregate" | "groupBy" >; export const supportedQueryActions: SupportedQueries[] = [ "findUnique", "findFirst", "findMany", "aggregate", + "groupBy", ]; export type SupportedMutations = keyof Pick< diff --git a/src/generator/dmmf/transform.ts b/src/generator/dmmf/transform.ts index 526df621..a3330e7a 100644 --- a/src/generator/dmmf/transform.ts +++ b/src/generator/dmmf/transform.ts @@ -242,6 +242,7 @@ function getMappedOutputTypeName( "MaxAggregateOutputType", "AvgAggregateOutputType", "SumAggregateOutputType", + "GroupByOutputType", ].find(type => outputTypeName.includes(type)); if (dedicatedTypeSuffix) { const modelName = outputTypeName.replace(dedicatedTypeSuffix, ""); diff --git a/src/generator/dmmf/types.ts b/src/generator/dmmf/types.ts index d058d627..1ba134b0 100644 --- a/src/generator/dmmf/types.ts +++ b/src/generator/dmmf/types.ts @@ -213,7 +213,7 @@ export namespace DMMF { upsert = "upsert", delete = "delete", deleteMany = "deleteMany", - // groupBy = "groupBy", + groupBy = "groupBy", // count = "count", aggregate = "aggregate", } diff --git a/src/generator/resolvers/helpers.ts b/src/generator/resolvers/helpers.ts index 8ad2bb0a..d8eb4e75 100644 --- a/src/generator/resolvers/helpers.ts +++ b/src/generator/resolvers/helpers.ts @@ -45,7 +45,8 @@ export function generateCrudResolverClassMethodDeclaration( type: "any", decorators: [{ name: "TypeGraphQL.Ctx", arguments: [] }], }, - ...(action.kind === DMMF.ModelAction.aggregate + ...(action.kind === DMMF.ModelAction.aggregate || + action.kind === DMMF.ModelAction.groupBy ? [ { name: "info", @@ -73,6 +74,19 @@ export function generateCrudResolverClassMethodDeclaration( ...transformFields(graphqlFields(info as any)), });`, ] + : action.kind === DMMF.ModelAction.groupBy + ? [ + transformFieldsFunctionStatement, + /* ts */ ` const { count, avg, sum, min, max } = transformFields( + graphqlFields(info as any) + );`, + /* ts */ ` return ctx.prisma.${mapping.collectionName}.${action.kind}({ + ...args, + ...Object.fromEntries( + Object.entries({ count, avg, sum, min, max }).filter(([_, v]) => v != null) + ), + });`, + ] : [ /* ts */ ` return ctx.prisma.${mapping.collectionName}.${ action.kind diff --git a/src/generator/resolvers/separate-action.ts b/src/generator/resolvers/separate-action.ts index cc48be81..18e7fd7c 100644 --- a/src/generator/resolvers/separate-action.ts +++ b/src/generator/resolvers/separate-action.ts @@ -34,7 +34,10 @@ export default function generateActionResolverClass( ); generateTypeGraphQLImport(sourceFile); - if (action.kind === DMMF.ModelAction.aggregate) { + if ( + action.kind === DMMF.ModelAction.aggregate || + action.kind === DMMF.ModelAction.groupBy + ) { generateGraphQLFieldsImport(sourceFile); } if (action.argsTypeName) { diff --git a/tests/functional/__snapshots__/crud.ts.snap b/tests/functional/__snapshots__/crud.ts.snap index 16845812..31262c28 100644 --- a/tests/functional/__snapshots__/crud.ts.snap +++ b/tests/functional/__snapshots__/crud.ts.snap @@ -307,3 +307,47 @@ Object { }, } `; + +exports[`crud resolvers execution when experimental feature \`groupBy\` is enabled should properly call PrismaClient on \`groupBy\` action with advanced operations: groupByUser mocked response 1`] = ` +Object { + "groupByUser": Array [ + Object { + "__typename": "UserGroupBy", + "count": Object { + "__typename": "UserCountAggregate", + "_all": 5, + }, + "intField": 10, + "min": Object { + "__typename": "UserMinAggregate", + "floatField": 0, + "intField": 0, + }, + }, + ], +} +`; + +exports[`crud resolvers execution when experimental feature \`groupBy\` is enabled should properly call PrismaClient on \`groupBy\` action with advanced operations: user.groupBy call args 1`] = ` +Array [ + Array [ + Object { + "by": Array [ + "intField", + ], + "count": Object { + "_all": true, + }, + "min": Object { + "floatField": true, + "intField": true, + }, + "where": UserWhereInput { + "floatField": IntFilter { + "gte": 0, + }, + }, + }, + ], +] +`; diff --git a/tests/functional/crud.ts b/tests/functional/crud.ts index f61e1e0b..090d9114 100644 --- a/tests/functional/crud.ts +++ b/tests/functional/crud.ts @@ -451,4 +451,82 @@ describe("crud resolvers execution", () => { ); }); }); + describe("when experimental feature `groupBy` is enabled", () => { + beforeAll(async () => { + outputDirPath = generateArtifactsDirPath("functional-crud"); + await fs.mkdir(outputDirPath, { recursive: true }); + const prismaSchema = /* prisma */ ` + datasource db { + provider = "postgresql" + url = env("DATABASE_URL") + } + + model User { + idField Int @id @default(autoincrement()) + intField Int + floatField Int + } + `; + await generateCodeFromSchema(prismaSchema, { + outputDirPath, + enabledPreviewFeatures: ["groupBy"], + }); + const { UserCrudResolver } = require(outputDirPath + + "/resolvers/crud/User/UserCrudResolver.ts"); + + graphQLSchema = await buildSchema({ + resolvers: [UserCrudResolver], + validate: false, + }); + }); + + it("should properly call PrismaClient on `groupBy` action with advanced operations", async () => { + const document = /* graphql */ ` + query { + groupByUser( + by: [intField] + where: { floatField: { gte: 0 } } + ) { + __typename + intField + count { + __typename + _all + } + min { + __typename + intField + floatField + } + } + } + `; + const prismaMock = { + user: { + groupBy: jest.fn().mockResolvedValue([ + { + intField: 10, + count: { + _all: 5, + }, + min: { + intField: 0, + floatField: 0, + }, + }, + ]), + }, + }; + + const { data, errors } = await graphql(graphQLSchema, document, null, { + prisma: prismaMock, + }); + + expect(errors).toBeUndefined(); + expect(data).toMatchSnapshot("groupByUser mocked response"); + expect(prismaMock.user.groupBy.mock.calls).toMatchSnapshot( + "user.groupBy call args", + ); + }); + }); }); diff --git a/tests/helpers/generate-code.ts b/tests/helpers/generate-code.ts index 6e701d6a..cbbe1ef5 100644 --- a/tests/helpers/generate-code.ts +++ b/tests/helpers/generate-code.ts @@ -2,7 +2,7 @@ import generateCode from "../../src/generator/generate-code"; import getPrismaClientDmmfFromPrismaSchema from "./dmmf"; import { GenerateCodeOptions } from "../../src/generator/options"; -type SupportedPreviewFeatures = ""; +type SupportedPreviewFeatures = "groupBy"; interface GenerateCodeFromSchemaOptions extends Omit { diff --git a/tests/regression/__snapshots__/crud.ts.snap b/tests/regression/__snapshots__/crud.ts.snap index 7e7eb93e..433e8d14 100644 --- a/tests/regression/__snapshots__/crud.ts.snap +++ b/tests/regression/__snapshots__/crud.ts.snap @@ -846,6 +846,262 @@ export class UserCrudResolver { " `; +exports[`crud when experimental feature \`groupBy\` is enabled should properly generate group by args class for prisma model: GroupByUserArgs 1`] = ` +"import * as TypeGraphQL from \\"type-graphql\\"; +import GraphQLJSON from \\"graphql-type-json\\"; +import { UserOrderByInput } from \\"../../../inputs/UserOrderByInput\\"; +import { UserScalarWhereWithAggregatesInput } from \\"../../../inputs/UserScalarWhereWithAggregatesInput\\"; +import { UserWhereInput } from \\"../../../inputs/UserWhereInput\\"; +import { UserScalarFieldEnum } from \\"../../../../enums/UserScalarFieldEnum\\"; + +@TypeGraphQL.ArgsType() +export class GroupByUserArgs { + @TypeGraphQL.Field(_type => UserWhereInput, { + nullable: true + }) + where?: UserWhereInput | undefined; + + @TypeGraphQL.Field(_type => [UserOrderByInput], { + nullable: true + }) + orderBy?: UserOrderByInput[] | undefined; + + @TypeGraphQL.Field(_type => [UserScalarFieldEnum], { + nullable: false + }) + by!: Array<\\"intIdField\\" | \\"uniqueStringField\\" | \\"optionalStringField\\" | \\"dateField\\">; + + @TypeGraphQL.Field(_type => UserScalarWhereWithAggregatesInput, { + nullable: true + }) + having?: UserScalarWhereWithAggregatesInput | undefined; + + @TypeGraphQL.Field(_type => TypeGraphQL.Int, { + nullable: true + }) + take?: number | undefined; + + @TypeGraphQL.Field(_type => TypeGraphQL.Int, { + nullable: true + }) + skip?: number | undefined; +} +" +`; + +exports[`crud when experimental feature \`groupBy\` is enabled should properly generate group by args class for prisma model: Index 1`] = ` +"export { AggregateUserArgs } from \\"./AggregateUserArgs\\"; +export { CreateUserArgs } from \\"./CreateUserArgs\\"; +export { DeleteManyUserArgs } from \\"./DeleteManyUserArgs\\"; +export { DeleteUserArgs } from \\"./DeleteUserArgs\\"; +export { FindFirstUserArgs } from \\"./FindFirstUserArgs\\"; +export { FindManyUserArgs } from \\"./FindManyUserArgs\\"; +export { FindUniqueUserArgs } from \\"./FindUniqueUserArgs\\"; +export { GroupByUserArgs } from \\"./GroupByUserArgs\\"; +export { UpdateManyUserArgs } from \\"./UpdateManyUserArgs\\"; +export { UpdateUserArgs } from \\"./UpdateUserArgs\\"; +export { UpsertUserArgs } from \\"./UpsertUserArgs\\"; +" +`; + +exports[`crud when experimental feature \`groupBy\` is enabled should properly generate group by resolver class and crud method for prisma model: GroupByUserResolver 1`] = ` +"import * as TypeGraphQL from \\"type-graphql\\"; +import graphqlFields from \\"graphql-fields\\"; +import { GraphQLResolveInfo } from \\"graphql\\"; +import { GroupByUserArgs } from \\"./args/GroupByUserArgs\\"; +import { User } from \\"../../../models/User\\"; +import { UserGroupBy } from \\"../../outputs/UserGroupBy\\"; + +@TypeGraphQL.Resolver(_of => User) +export class GroupByUserResolver { + @TypeGraphQL.Query(_returns => [UserGroupBy], { + nullable: false + }) + async groupByUser(@TypeGraphQL.Ctx() ctx: any, @TypeGraphQL.Info() info: GraphQLResolveInfo, @TypeGraphQL.Args() args: GroupByUserArgs): Promise { + function transformFields(fields: Record): Record { + return Object.fromEntries( + Object.entries(fields) + // remove __typename and others + .filter(([key, value]) => !key.startsWith(\\"__\\")) + .map<[string, any]>(([key, value]) => { + if (Object.keys(value).length === 0) { + return [key, true]; + } + return [key, transformFields(value)]; + }), + ); + } + + const { count, avg, sum, min, max } = transformFields( + graphqlFields(info as any) + ); + return ctx.prisma.user.groupBy({ + ...args, + ...Object.fromEntries( + Object.entries({ count, avg, sum, min, max }).filter(([_, v]) => v != null) + ), + }); + } +} +" +`; + +exports[`crud when experimental feature \`groupBy\` is enabled should properly generate group by resolver class and crud method for prisma model: UserCrudResolver 1`] = ` +"import * as TypeGraphQL from \\"type-graphql\\"; +import graphqlFields from \\"graphql-fields\\"; +import { GraphQLResolveInfo } from \\"graphql\\"; +import { AggregateUserArgs } from \\"./args/AggregateUserArgs\\"; +import { CreateUserArgs } from \\"./args/CreateUserArgs\\"; +import { DeleteManyUserArgs } from \\"./args/DeleteManyUserArgs\\"; +import { DeleteUserArgs } from \\"./args/DeleteUserArgs\\"; +import { FindFirstUserArgs } from \\"./args/FindFirstUserArgs\\"; +import { FindManyUserArgs } from \\"./args/FindManyUserArgs\\"; +import { FindUniqueUserArgs } from \\"./args/FindUniqueUserArgs\\"; +import { GroupByUserArgs } from \\"./args/GroupByUserArgs\\"; +import { UpdateManyUserArgs } from \\"./args/UpdateManyUserArgs\\"; +import { UpdateUserArgs } from \\"./args/UpdateUserArgs\\"; +import { UpsertUserArgs } from \\"./args/UpsertUserArgs\\"; +import { User } from \\"../../../models/User\\"; +import { AggregateUser } from \\"../../outputs/AggregateUser\\"; +import { BatchPayload } from \\"../../outputs/BatchPayload\\"; +import { UserGroupBy } from \\"../../outputs/UserGroupBy\\"; + +@TypeGraphQL.Resolver(_of => User) +export class UserCrudResolver { + @TypeGraphQL.Query(_returns => User, { + nullable: true + }) + async user(@TypeGraphQL.Ctx() ctx: any, @TypeGraphQL.Args() args: FindUniqueUserArgs): Promise { + return ctx.prisma.user.findUnique(args); + } + + @TypeGraphQL.Query(_returns => User, { + nullable: true + }) + async findFirstUser(@TypeGraphQL.Ctx() ctx: any, @TypeGraphQL.Args() args: FindFirstUserArgs): Promise { + return ctx.prisma.user.findFirst(args); + } + + @TypeGraphQL.Query(_returns => [User], { + nullable: false + }) + async users(@TypeGraphQL.Ctx() ctx: any, @TypeGraphQL.Args() args: FindManyUserArgs): Promise { + return ctx.prisma.user.findMany(args); + } + + @TypeGraphQL.Mutation(_returns => User, { + nullable: false + }) + async createUser(@TypeGraphQL.Ctx() ctx: any, @TypeGraphQL.Args() args: CreateUserArgs): Promise { + return ctx.prisma.user.create(args); + } + + @TypeGraphQL.Mutation(_returns => User, { + nullable: true + }) + async deleteUser(@TypeGraphQL.Ctx() ctx: any, @TypeGraphQL.Args() args: DeleteUserArgs): Promise { + return ctx.prisma.user.delete(args); + } + + @TypeGraphQL.Mutation(_returns => User, { + nullable: true + }) + async updateUser(@TypeGraphQL.Ctx() ctx: any, @TypeGraphQL.Args() args: UpdateUserArgs): Promise { + return ctx.prisma.user.update(args); + } + + @TypeGraphQL.Mutation(_returns => BatchPayload, { + nullable: false + }) + async deleteManyUser(@TypeGraphQL.Ctx() ctx: any, @TypeGraphQL.Args() args: DeleteManyUserArgs): Promise { + return ctx.prisma.user.deleteMany(args); + } + + @TypeGraphQL.Mutation(_returns => BatchPayload, { + nullable: false + }) + async updateManyUser(@TypeGraphQL.Ctx() ctx: any, @TypeGraphQL.Args() args: UpdateManyUserArgs): Promise { + return ctx.prisma.user.updateMany(args); + } + + @TypeGraphQL.Mutation(_returns => User, { + nullable: false + }) + async upsertUser(@TypeGraphQL.Ctx() ctx: any, @TypeGraphQL.Args() args: UpsertUserArgs): Promise { + return ctx.prisma.user.upsert(args); + } + + @TypeGraphQL.Query(_returns => AggregateUser, { + nullable: false + }) + async aggregateUser(@TypeGraphQL.Ctx() ctx: any, @TypeGraphQL.Info() info: GraphQLResolveInfo, @TypeGraphQL.Args() args: AggregateUserArgs): Promise { + function transformFields(fields: Record): Record { + return Object.fromEntries( + Object.entries(fields) + // remove __typename and others + .filter(([key, value]) => !key.startsWith(\\"__\\")) + .map<[string, any]>(([key, value]) => { + if (Object.keys(value).length === 0) { + return [key, true]; + } + return [key, transformFields(value)]; + }), + ); + } + + return ctx.prisma.user.aggregate({ + ...args, + ...transformFields(graphqlFields(info as any)), + }); + } + + @TypeGraphQL.Query(_returns => [UserGroupBy], { + nullable: false + }) + async groupByUser(@TypeGraphQL.Ctx() ctx: any, @TypeGraphQL.Info() info: GraphQLResolveInfo, @TypeGraphQL.Args() args: GroupByUserArgs): Promise { + function transformFields(fields: Record): Record { + return Object.fromEntries( + Object.entries(fields) + // remove __typename and others + .filter(([key, value]) => !key.startsWith(\\"__\\")) + .map<[string, any]>(([key, value]) => { + if (Object.keys(value).length === 0) { + return [key, true]; + } + return [key, transformFields(value)]; + }), + ); + } + + const { count, avg, sum, min, max } = transformFields( + graphqlFields(info as any) + ); + return ctx.prisma.user.groupBy({ + ...args, + ...Object.fromEntries( + Object.entries({ count, avg, sum, min, max }).filter(([_, v]) => v != null) + ), + }); + } +} +" +`; + +exports[`crud when experimental feature \`groupBy\` is enabled should properly generate group by resolver class and crud method for prisma model: actionsIndex 1`] = ` +"export { FindUniqueUserResolver } from \\"./User/FindUniqueUserResolver\\"; +export { FindFirstUserResolver } from \\"./User/FindFirstUserResolver\\"; +export { FindManyUserResolver } from \\"./User/FindManyUserResolver\\"; +export { CreateUserResolver } from \\"./User/CreateUserResolver\\"; +export { DeleteUserResolver } from \\"./User/DeleteUserResolver\\"; +export { UpdateUserResolver } from \\"./User/UpdateUserResolver\\"; +export { DeleteManyUserResolver } from \\"./User/DeleteManyUserResolver\\"; +export { UpdateManyUserResolver } from \\"./User/UpdateManyUserResolver\\"; +export { UpsertUserResolver } from \\"./User/UpsertUserResolver\\"; +export { AggregateUserResolver } from \\"./User/AggregateUserResolver\\"; +export { GroupByUserResolver } from \\"./User/GroupByUserResolver\\"; +" +`; + exports[`crud when model is renamed should properly generate actions resolver classes for prisma model: CreateOneClientResolver 1`] = ` "import * as TypeGraphQL from \\"type-graphql\\"; import { CreateClientArgs } from \\"./args/CreateClientArgs\\"; diff --git a/tests/regression/__snapshots__/inputs.ts.snap b/tests/regression/__snapshots__/inputs.ts.snap index 0b04a22c..e39039a3 100644 --- a/tests/regression/__snapshots__/inputs.ts.snap +++ b/tests/regression/__snapshots__/inputs.ts.snap @@ -2350,6 +2350,513 @@ export { StringFilter } from \\"./StringFilter\\"; " `; +exports[`inputs when experimental feature \`groupBy\` is enabled should generate proper ScalarWhereWithAggregatesInput for model: SampleScalarWhereWithAggregatesInput 1`] = ` +"import * as TypeGraphQL from \\"type-graphql\\"; +import GraphQLJSON from \\"graphql-type-json\\"; +import { Prisma } from \\"../../../../helpers/prisma-client-mock\\"; +import { BoolWithAggregatesFilter } from \\"../inputs/BoolWithAggregatesFilter\\"; +import { DateTimeWithAggregatesFilter } from \\"../inputs/DateTimeWithAggregatesFilter\\"; +import { FloatWithAggregatesFilter } from \\"../inputs/FloatWithAggregatesFilter\\"; +import { IntWithAggregatesFilter } from \\"../inputs/IntWithAggregatesFilter\\"; +import { JsonWithAggregatesFilter } from \\"../inputs/JsonWithAggregatesFilter\\"; +import { StringWithAggregatesFilter } from \\"../inputs/StringWithAggregatesFilter\\"; + +@TypeGraphQL.InputType({ + isAbstract: true +}) +export class SampleScalarWhereWithAggregatesInput { + @TypeGraphQL.Field(_type => [SampleScalarWhereWithAggregatesInput], { + nullable: true + }) + AND?: SampleScalarWhereWithAggregatesInput[] | undefined; + + @TypeGraphQL.Field(_type => [SampleScalarWhereWithAggregatesInput], { + nullable: true + }) + OR?: SampleScalarWhereWithAggregatesInput[] | undefined; + + @TypeGraphQL.Field(_type => [SampleScalarWhereWithAggregatesInput], { + nullable: true + }) + NOT?: SampleScalarWhereWithAggregatesInput[] | undefined; + + @TypeGraphQL.Field(_type => IntWithAggregatesFilter, { + nullable: true + }) + idField?: IntWithAggregatesFilter | undefined; + + @TypeGraphQL.Field(_type => StringWithAggregatesFilter, { + nullable: true + }) + stringField?: StringWithAggregatesFilter | undefined; + + @TypeGraphQL.Field(_type => FloatWithAggregatesFilter, { + nullable: true + }) + floatField?: FloatWithAggregatesFilter | undefined; + + @TypeGraphQL.Field(_type => IntWithAggregatesFilter, { + nullable: true + }) + intField?: IntWithAggregatesFilter | undefined; + + @TypeGraphQL.Field(_type => BoolWithAggregatesFilter, { + nullable: true + }) + booleanField?: BoolWithAggregatesFilter | undefined; + + @TypeGraphQL.Field(_type => DateTimeWithAggregatesFilter, { + nullable: true + }) + dateField?: DateTimeWithAggregatesFilter | undefined; + + @TypeGraphQL.Field(_type => JsonWithAggregatesFilter, { + nullable: true + }) + jsonField?: JsonWithAggregatesFilter | undefined; +} +" +`; + +exports[`inputs when experimental feature \`groupBy\` is enabled should generate proper WithAggregatesFilter for scalars: BoolWithAggregatesFilter 1`] = ` +"import * as TypeGraphQL from \\"type-graphql\\"; +import GraphQLJSON from \\"graphql-type-json\\"; +import { Prisma } from \\"../../../../helpers/prisma-client-mock\\"; +import { NestedBoolFilter } from \\"../inputs/NestedBoolFilter\\"; +import { NestedBoolWithAggregatesFilter } from \\"../inputs/NestedBoolWithAggregatesFilter\\"; +import { NestedIntFilter } from \\"../inputs/NestedIntFilter\\"; + +@TypeGraphQL.InputType({ + isAbstract: true +}) +export class BoolWithAggregatesFilter { + @TypeGraphQL.Field(_type => Boolean, { + nullable: true + }) + equals?: boolean | undefined; + + @TypeGraphQL.Field(_type => NestedBoolWithAggregatesFilter, { + nullable: true + }) + not?: NestedBoolWithAggregatesFilter | undefined; + + @TypeGraphQL.Field(_type => NestedIntFilter, { + nullable: true + }) + count?: NestedIntFilter | undefined; + + @TypeGraphQL.Field(_type => NestedBoolFilter, { + nullable: true + }) + min?: NestedBoolFilter | undefined; + + @TypeGraphQL.Field(_type => NestedBoolFilter, { + nullable: true + }) + max?: NestedBoolFilter | undefined; +} +" +`; + +exports[`inputs when experimental feature \`groupBy\` is enabled should generate proper WithAggregatesFilter for scalars: DateTimeWithAggregatesFilter 1`] = ` +"import * as TypeGraphQL from \\"type-graphql\\"; +import GraphQLJSON from \\"graphql-type-json\\"; +import { Prisma } from \\"../../../../helpers/prisma-client-mock\\"; +import { NestedDateTimeFilter } from \\"../inputs/NestedDateTimeFilter\\"; +import { NestedDateTimeWithAggregatesFilter } from \\"../inputs/NestedDateTimeWithAggregatesFilter\\"; +import { NestedIntFilter } from \\"../inputs/NestedIntFilter\\"; + +@TypeGraphQL.InputType({ + isAbstract: true +}) +export class DateTimeWithAggregatesFilter { + @TypeGraphQL.Field(_type => Date, { + nullable: true + }) + equals?: Date | undefined; + + @TypeGraphQL.Field(_type => [Date], { + nullable: true + }) + in?: Date[] | undefined; + + @TypeGraphQL.Field(_type => [Date], { + nullable: true + }) + notIn?: Date[] | undefined; + + @TypeGraphQL.Field(_type => Date, { + nullable: true + }) + lt?: Date | undefined; + + @TypeGraphQL.Field(_type => Date, { + nullable: true + }) + lte?: Date | undefined; + + @TypeGraphQL.Field(_type => Date, { + nullable: true + }) + gt?: Date | undefined; + + @TypeGraphQL.Field(_type => Date, { + nullable: true + }) + gte?: Date | undefined; + + @TypeGraphQL.Field(_type => NestedDateTimeWithAggregatesFilter, { + nullable: true + }) + not?: NestedDateTimeWithAggregatesFilter | undefined; + + @TypeGraphQL.Field(_type => NestedIntFilter, { + nullable: true + }) + count?: NestedIntFilter | undefined; + + @TypeGraphQL.Field(_type => NestedDateTimeFilter, { + nullable: true + }) + min?: NestedDateTimeFilter | undefined; + + @TypeGraphQL.Field(_type => NestedDateTimeFilter, { + nullable: true + }) + max?: NestedDateTimeFilter | undefined; +} +" +`; + +exports[`inputs when experimental feature \`groupBy\` is enabled should generate proper WithAggregatesFilter for scalars: FloatWithAggregatesFilter 1`] = ` +"import * as TypeGraphQL from \\"type-graphql\\"; +import GraphQLJSON from \\"graphql-type-json\\"; +import { Prisma } from \\"../../../../helpers/prisma-client-mock\\"; +import { NestedFloatFilter } from \\"../inputs/NestedFloatFilter\\"; +import { NestedFloatWithAggregatesFilter } from \\"../inputs/NestedFloatWithAggregatesFilter\\"; +import { NestedIntFilter } from \\"../inputs/NestedIntFilter\\"; + +@TypeGraphQL.InputType({ + isAbstract: true +}) +export class FloatWithAggregatesFilter { + @TypeGraphQL.Field(_type => TypeGraphQL.Float, { + nullable: true + }) + equals?: number | undefined; + + @TypeGraphQL.Field(_type => [TypeGraphQL.Float], { + nullable: true + }) + in?: number[] | undefined; + + @TypeGraphQL.Field(_type => [TypeGraphQL.Float], { + nullable: true + }) + notIn?: number[] | undefined; + + @TypeGraphQL.Field(_type => TypeGraphQL.Float, { + nullable: true + }) + lt?: number | undefined; + + @TypeGraphQL.Field(_type => TypeGraphQL.Float, { + nullable: true + }) + lte?: number | undefined; + + @TypeGraphQL.Field(_type => TypeGraphQL.Float, { + nullable: true + }) + gt?: number | undefined; + + @TypeGraphQL.Field(_type => TypeGraphQL.Float, { + nullable: true + }) + gte?: number | undefined; + + @TypeGraphQL.Field(_type => NestedFloatWithAggregatesFilter, { + nullable: true + }) + not?: NestedFloatWithAggregatesFilter | undefined; + + @TypeGraphQL.Field(_type => NestedIntFilter, { + nullable: true + }) + count?: NestedIntFilter | undefined; + + @TypeGraphQL.Field(_type => NestedFloatFilter, { + nullable: true + }) + avg?: NestedFloatFilter | undefined; + + @TypeGraphQL.Field(_type => NestedFloatFilter, { + nullable: true + }) + sum?: NestedFloatFilter | undefined; + + @TypeGraphQL.Field(_type => NestedFloatFilter, { + nullable: true + }) + min?: NestedFloatFilter | undefined; + + @TypeGraphQL.Field(_type => NestedFloatFilter, { + nullable: true + }) + max?: NestedFloatFilter | undefined; +} +" +`; + +exports[`inputs when experimental feature \`groupBy\` is enabled should generate proper WithAggregatesFilter for scalars: IntWithAggregatesFilter 1`] = ` +"import * as TypeGraphQL from \\"type-graphql\\"; +import GraphQLJSON from \\"graphql-type-json\\"; +import { Prisma } from \\"../../../../helpers/prisma-client-mock\\"; +import { NestedFloatFilter } from \\"../inputs/NestedFloatFilter\\"; +import { NestedIntFilter } from \\"../inputs/NestedIntFilter\\"; +import { NestedIntWithAggregatesFilter } from \\"../inputs/NestedIntWithAggregatesFilter\\"; + +@TypeGraphQL.InputType({ + isAbstract: true +}) +export class IntWithAggregatesFilter { + @TypeGraphQL.Field(_type => TypeGraphQL.Int, { + nullable: true + }) + equals?: number | undefined; + + @TypeGraphQL.Field(_type => [TypeGraphQL.Int], { + nullable: true + }) + in?: number[] | undefined; + + @TypeGraphQL.Field(_type => [TypeGraphQL.Int], { + nullable: true + }) + notIn?: number[] | undefined; + + @TypeGraphQL.Field(_type => TypeGraphQL.Int, { + nullable: true + }) + lt?: number | undefined; + + @TypeGraphQL.Field(_type => TypeGraphQL.Int, { + nullable: true + }) + lte?: number | undefined; + + @TypeGraphQL.Field(_type => TypeGraphQL.Int, { + nullable: true + }) + gt?: number | undefined; + + @TypeGraphQL.Field(_type => TypeGraphQL.Int, { + nullable: true + }) + gte?: number | undefined; + + @TypeGraphQL.Field(_type => NestedIntWithAggregatesFilter, { + nullable: true + }) + not?: NestedIntWithAggregatesFilter | undefined; + + @TypeGraphQL.Field(_type => NestedIntFilter, { + nullable: true + }) + count?: NestedIntFilter | undefined; + + @TypeGraphQL.Field(_type => NestedFloatFilter, { + nullable: true + }) + avg?: NestedFloatFilter | undefined; + + @TypeGraphQL.Field(_type => NestedIntFilter, { + nullable: true + }) + sum?: NestedIntFilter | undefined; + + @TypeGraphQL.Field(_type => NestedIntFilter, { + nullable: true + }) + min?: NestedIntFilter | undefined; + + @TypeGraphQL.Field(_type => NestedIntFilter, { + nullable: true + }) + max?: NestedIntFilter | undefined; +} +" +`; + +exports[`inputs when experimental feature \`groupBy\` is enabled should generate proper WithAggregatesFilter for scalars: JsonWithAggregatesFilter 1`] = ` +"import * as TypeGraphQL from \\"type-graphql\\"; +import GraphQLJSON from \\"graphql-type-json\\"; +import { Prisma } from \\"../../../../helpers/prisma-client-mock\\"; +import { NestedIntFilter } from \\"../inputs/NestedIntFilter\\"; +import { NestedJsonFilter } from \\"../inputs/NestedJsonFilter\\"; + +@TypeGraphQL.InputType({ + isAbstract: true +}) +export class JsonWithAggregatesFilter { + @TypeGraphQL.Field(_type => GraphQLJSON, { + nullable: true + }) + equals?: Prisma.InputJsonValue | undefined; + + @TypeGraphQL.Field(_type => GraphQLJSON, { + nullable: true + }) + not?: Prisma.InputJsonValue | undefined; + + @TypeGraphQL.Field(_type => NestedIntFilter, { + nullable: true + }) + count?: NestedIntFilter | undefined; + + @TypeGraphQL.Field(_type => NestedJsonFilter, { + nullable: true + }) + min?: NestedJsonFilter | undefined; + + @TypeGraphQL.Field(_type => NestedJsonFilter, { + nullable: true + }) + max?: NestedJsonFilter | undefined; +} +" +`; + +exports[`inputs when experimental feature \`groupBy\` is enabled should generate proper WithAggregatesFilter for scalars: StringWithAggregatesFilter 1`] = ` +"import * as TypeGraphQL from \\"type-graphql\\"; +import GraphQLJSON from \\"graphql-type-json\\"; +import { Prisma } from \\"../../../../helpers/prisma-client-mock\\"; +import { NestedIntFilter } from \\"../inputs/NestedIntFilter\\"; +import { NestedStringFilter } from \\"../inputs/NestedStringFilter\\"; +import { NestedStringWithAggregatesFilter } from \\"../inputs/NestedStringWithAggregatesFilter\\"; +import { QueryMode } from \\"../../enums/QueryMode\\"; + +@TypeGraphQL.InputType({ + isAbstract: true +}) +export class StringWithAggregatesFilter { + @TypeGraphQL.Field(_type => String, { + nullable: true + }) + equals?: string | undefined; + + @TypeGraphQL.Field(_type => [String], { + nullable: true + }) + in?: string[] | undefined; + + @TypeGraphQL.Field(_type => [String], { + nullable: true + }) + notIn?: string[] | undefined; + + @TypeGraphQL.Field(_type => String, { + nullable: true + }) + lt?: string | undefined; + + @TypeGraphQL.Field(_type => String, { + nullable: true + }) + lte?: string | undefined; + + @TypeGraphQL.Field(_type => String, { + nullable: true + }) + gt?: string | undefined; + + @TypeGraphQL.Field(_type => String, { + nullable: true + }) + gte?: string | undefined; + + @TypeGraphQL.Field(_type => String, { + nullable: true + }) + contains?: string | undefined; + + @TypeGraphQL.Field(_type => String, { + nullable: true + }) + startsWith?: string | undefined; + + @TypeGraphQL.Field(_type => String, { + nullable: true + }) + endsWith?: string | undefined; + + @TypeGraphQL.Field(_type => QueryMode, { + nullable: true + }) + mode?: \\"default\\" | \\"insensitive\\" | undefined; + + @TypeGraphQL.Field(_type => NestedStringWithAggregatesFilter, { + nullable: true + }) + not?: NestedStringWithAggregatesFilter | undefined; + + @TypeGraphQL.Field(_type => NestedIntFilter, { + nullable: true + }) + count?: NestedIntFilter | undefined; + + @TypeGraphQL.Field(_type => NestedStringFilter, { + nullable: true + }) + min?: NestedStringFilter | undefined; + + @TypeGraphQL.Field(_type => NestedStringFilter, { + nullable: true + }) + max?: NestedStringFilter | undefined; +} +" +`; + +exports[`inputs when experimental feature \`groupBy\` is enabled should generate proper WithAggregatesFilter for scalars: index 1`] = ` +"export { BoolFieldUpdateOperationsInput } from \\"./BoolFieldUpdateOperationsInput\\"; +export { BoolFilter } from \\"./BoolFilter\\"; +export { BoolWithAggregatesFilter } from \\"./BoolWithAggregatesFilter\\"; +export { DateTimeFieldUpdateOperationsInput } from \\"./DateTimeFieldUpdateOperationsInput\\"; +export { DateTimeFilter } from \\"./DateTimeFilter\\"; +export { DateTimeWithAggregatesFilter } from \\"./DateTimeWithAggregatesFilter\\"; +export { FloatFieldUpdateOperationsInput } from \\"./FloatFieldUpdateOperationsInput\\"; +export { FloatFilter } from \\"./FloatFilter\\"; +export { FloatWithAggregatesFilter } from \\"./FloatWithAggregatesFilter\\"; +export { IntFieldUpdateOperationsInput } from \\"./IntFieldUpdateOperationsInput\\"; +export { IntFilter } from \\"./IntFilter\\"; +export { IntWithAggregatesFilter } from \\"./IntWithAggregatesFilter\\"; +export { JsonFilter } from \\"./JsonFilter\\"; +export { JsonWithAggregatesFilter } from \\"./JsonWithAggregatesFilter\\"; +export { NestedBoolFilter } from \\"./NestedBoolFilter\\"; +export { NestedBoolWithAggregatesFilter } from \\"./NestedBoolWithAggregatesFilter\\"; +export { NestedDateTimeFilter } from \\"./NestedDateTimeFilter\\"; +export { NestedDateTimeWithAggregatesFilter } from \\"./NestedDateTimeWithAggregatesFilter\\"; +export { NestedFloatFilter } from \\"./NestedFloatFilter\\"; +export { NestedFloatWithAggregatesFilter } from \\"./NestedFloatWithAggregatesFilter\\"; +export { NestedIntFilter } from \\"./NestedIntFilter\\"; +export { NestedIntWithAggregatesFilter } from \\"./NestedIntWithAggregatesFilter\\"; +export { NestedJsonFilter } from \\"./NestedJsonFilter\\"; +export { NestedStringFilter } from \\"./NestedStringFilter\\"; +export { NestedStringWithAggregatesFilter } from \\"./NestedStringWithAggregatesFilter\\"; +export { SampleCreateInput } from \\"./SampleCreateInput\\"; +export { SampleOrderByInput } from \\"./SampleOrderByInput\\"; +export { SampleScalarWhereWithAggregatesInput } from \\"./SampleScalarWhereWithAggregatesInput\\"; +export { SampleUpdateInput } from \\"./SampleUpdateInput\\"; +export { SampleUpdateManyMutationInput } from \\"./SampleUpdateManyMutationInput\\"; +export { SampleWhereInput } from \\"./SampleWhereInput\\"; +export { SampleWhereUniqueInput } from \\"./SampleWhereUniqueInput\\"; +export { StringFieldUpdateOperationsInput } from \\"./StringFieldUpdateOperationsInput\\"; +export { StringFilter } from \\"./StringFilter\\"; +export { StringWithAggregatesFilter } from \\"./StringWithAggregatesFilter\\"; +" +`; + exports[`inputs when model is renamed should properly generate input type classes for filtering models by many to many relation fields: RenamedFirstModelOrderByInput 1`] = ` "import * as TypeGraphQL from \\"type-graphql\\"; import GraphQLJSON from \\"graphql-type-json\\"; diff --git a/tests/regression/__snapshots__/outputs.ts.snap b/tests/regression/__snapshots__/outputs.ts.snap index ba9f9d46..7bbbf138 100644 --- a/tests/regression/__snapshots__/outputs.ts.snap +++ b/tests/regression/__snapshots__/outputs.ts.snap @@ -613,3 +613,82 @@ export { SampleMinAggregate } from \\"./SampleMinAggregate\\"; export { SampleSumAggregate } from \\"./SampleSumAggregate\\"; " `; + +exports[`outputs when experimental feature \`groupBy\` is enabled should generate group by output type for model: SampleGroupBy 1`] = ` +"import * as TypeGraphQL from \\"type-graphql\\"; +import GraphQLJSON from \\"graphql-type-json\\"; +import { Prisma } from \\"../../../../helpers/prisma-client-mock\\"; +import { SampleAvgAggregate } from \\"../outputs/SampleAvgAggregate\\"; +import { SampleCountAggregate } from \\"../outputs/SampleCountAggregate\\"; +import { SampleMaxAggregate } from \\"../outputs/SampleMaxAggregate\\"; +import { SampleMinAggregate } from \\"../outputs/SampleMinAggregate\\"; +import { SampleSumAggregate } from \\"../outputs/SampleSumAggregate\\"; + +@TypeGraphQL.ObjectType({ + isAbstract: true +}) +export class SampleGroupBy { + @TypeGraphQL.Field(_type => TypeGraphQL.Int, { + nullable: false + }) + intIdField!: number; + + @TypeGraphQL.Field(_type => String, { + nullable: false + }) + stringField!: string; + + @TypeGraphQL.Field(_type => TypeGraphQL.Float, { + nullable: false + }) + floatField!: number; + + @TypeGraphQL.Field(_type => Boolean, { + nullable: false + }) + booleanField!: boolean; + + @TypeGraphQL.Field(_type => Date, { + nullable: false + }) + dateField!: Date; + + @TypeGraphQL.Field(_type => SampleCountAggregate, { + nullable: true + }) + count?: SampleCountAggregate | null; + + @TypeGraphQL.Field(_type => SampleAvgAggregate, { + nullable: true + }) + avg?: SampleAvgAggregate | null; + + @TypeGraphQL.Field(_type => SampleSumAggregate, { + nullable: true + }) + sum?: SampleSumAggregate | null; + + @TypeGraphQL.Field(_type => SampleMinAggregate, { + nullable: true + }) + min?: SampleMinAggregate | null; + + @TypeGraphQL.Field(_type => SampleMaxAggregate, { + nullable: true + }) + max?: SampleMaxAggregate | null; +} +" +`; + +exports[`outputs when experimental feature \`groupBy\` is enabled should generate group by output type for model: outputs index 1`] = ` +"export { AggregateSample } from \\"./AggregateSample\\"; +export { BatchPayload } from \\"./BatchPayload\\"; +export { SampleAvgAggregate } from \\"./SampleAvgAggregate\\"; +export { SampleCountAggregate } from \\"./SampleCountAggregate\\"; +export { SampleGroupBy } from \\"./SampleGroupBy\\"; +export { SampleMaxAggregate } from \\"./SampleMaxAggregate\\"; +export { SampleMinAggregate } from \\"./SampleMinAggregate\\"; +export { SampleSumAggregate } from \\"./SampleSumAggregate\\"; +" +`; diff --git a/tests/regression/crud.ts b/tests/regression/crud.ts index b648612d..fe35aac3 100644 --- a/tests/regression/crud.ts +++ b/tests/regression/crud.ts @@ -424,4 +424,70 @@ describe("crud", () => { ); }); }); + + describe("when experimental feature `groupBy` is enabled", () => { + it("should properly generate group by resolver class and crud method for prisma model", async () => { + const schema = /* prisma */ ` + datasource db { + provider = "postgresql" + url = env("DATABASE_URL") + } + + model User { + intIdField Int @id @default(autoincrement()) + uniqueStringField String @unique + optionalStringField String? + dateField DateTime + } + `; + + await generateCodeFromSchema(schema, { + outputDirPath, + enabledPreviewFeatures: ["groupBy"], + }); + const upsertUserResolverTSFile = await readGeneratedFile( + "/resolvers/crud/User/GroupByUserResolver.ts", + ); + const userCrudResolverTSFile = await readGeneratedFile( + "/resolvers/crud/User/UserCrudResolver.ts", + ); + const actionsIndexTSFile = await readGeneratedFile( + "/resolvers/crud/resolvers-actions.index.ts", + ); + + expect(upsertUserResolverTSFile).toMatchSnapshot("GroupByUserResolver"); + expect(actionsIndexTSFile).toMatchSnapshot("actionsIndex"); + expect(userCrudResolverTSFile).toMatchSnapshot("UserCrudResolver"); + }); + + it("should properly generate group by args class for prisma model", async () => { + const schema = /* prisma */ ` + datasource db { + provider = "postgresql" + url = env("DATABASE_URL") + } + + model User { + intIdField Int @id @default(autoincrement()) + uniqueStringField String @unique + optionalStringField String? + dateField DateTime + } + `; + + await generateCodeFromSchema(schema, { + outputDirPath, + enabledPreviewFeatures: ["groupBy"], + }); + const groupByUserArgsTSFile = await readGeneratedFile( + "/resolvers/crud/User/args/GroupByUserArgs.ts", + ); + const indexTSFile = await readGeneratedFile( + "/resolvers/crud/User/args/index.ts", + ); + + expect(groupByUserArgsTSFile).toMatchSnapshot("GroupByUserArgs"); + expect(indexTSFile).toMatchSnapshot("Index"); + }); + }); }); diff --git a/tests/regression/inputs.ts b/tests/regression/inputs.ts index aaeff4fe..d69fdbab 100644 --- a/tests/regression/inputs.ts +++ b/tests/regression/inputs.ts @@ -774,4 +774,84 @@ describe("inputs", () => { expect(indexTSFile).toMatchSnapshot("index"); }); }); + + describe("when experimental feature `groupBy` is enabled", () => { + beforeEach(async () => { + const schema = /* prisma */ ` + datasource db { + provider = "postgresql" + url = env("DATABASE_URL") + } + + model Sample { + idField Int @id @default(autoincrement()) + stringField String + floatField Float + intField Int + booleanField Boolean + dateField DateTime + jsonField Json + } + `; + + await generateCodeFromSchema(schema, { + outputDirPath, + enabledPreviewFeatures: ["groupBy"], + }); + }); + + it("should generate proper WithAggregatesFilter for scalars", async () => { + // TODO: add nested filter tests + + const stringWithAggregatesFilterTSFile = await readGeneratedFile( + "/resolvers/inputs/StringWithAggregatesFilter.ts", + ); + const floatWithAggregatesFilterTSFile = await readGeneratedFile( + "/resolvers/inputs/FloatWithAggregatesFilter.ts", + ); + const intWithAggregatesFilterTSFile = await readGeneratedFile( + "/resolvers/inputs/IntWithAggregatesFilter.ts", + ); + const boolWithAggregatesFilterTSFile = await readGeneratedFile( + "/resolvers/inputs/BoolWithAggregatesFilter.ts", + ); + const dateTimeWithAggregatesFilterTSFile = await readGeneratedFile( + "/resolvers/inputs/DateTimeWithAggregatesFilter.ts", + ); + const jsonWithAggregatesFilterTSFile = await readGeneratedFile( + "/resolvers/inputs/JsonWithAggregatesFilter.ts", + ); + const indexTSFile = await readGeneratedFile("/resolvers/inputs/index.ts"); + + expect(stringWithAggregatesFilterTSFile).toMatchSnapshot( + "StringWithAggregatesFilter", + ); + expect(floatWithAggregatesFilterTSFile).toMatchSnapshot( + "FloatWithAggregatesFilter", + ); + expect(intWithAggregatesFilterTSFile).toMatchSnapshot( + "IntWithAggregatesFilter", + ); + expect(boolWithAggregatesFilterTSFile).toMatchSnapshot( + "BoolWithAggregatesFilter", + ); + expect(dateTimeWithAggregatesFilterTSFile).toMatchSnapshot( + "DateTimeWithAggregatesFilter", + ); + expect(jsonWithAggregatesFilterTSFile).toMatchSnapshot( + "JsonWithAggregatesFilter", + ); + expect(indexTSFile).toMatchSnapshot("index"); + }); + + it("should generate proper ScalarWhereWithAggregatesInput for model", async () => { + const sampleScalarWhereWithAggregatesInputTSFile = await readGeneratedFile( + "/resolvers/inputs/SampleScalarWhereWithAggregatesInput.ts", + ); + + expect(sampleScalarWhereWithAggregatesInputTSFile).toMatchSnapshot( + "SampleScalarWhereWithAggregatesInput", + ); + }); + }); }); diff --git a/tests/regression/outputs.ts b/tests/regression/outputs.ts index cfffe566..48aba9ef 100644 --- a/tests/regression/outputs.ts +++ b/tests/regression/outputs.ts @@ -187,4 +187,38 @@ describe("outputs", () => { expect(avgAggregateTSFile).toMatchSnapshot("SampleAvgAggregate"); expect(batchPayloadTSFile).toMatchSnapshot("BatchPayload"); }); + + describe("when experimental feature `groupBy` is enabled", () => { + it("should generate group by output type for model", async () => { + const schema = /* prisma */ ` + datasource db { + provider = "postgresql" + url = env("DATABASE_URL") + } + + model Sample { + intIdField Int @id @default(autoincrement()) + stringField String + floatField Float + booleanField Boolean + dateField DateTime + } + `; + + await generateCodeFromSchema(schema, { + outputDirPath, + enabledPreviewFeatures: ["groupBy"], + }); + + const sampleGroupByTSFile = await readGeneratedFile( + "/resolvers/outputs/SampleGroupBy.ts", + ); + const outputsIndexTSFile = await readGeneratedFile( + "/resolvers/outputs/index.ts", + ); + + expect(sampleGroupByTSFile).toMatchSnapshot("SampleGroupBy"); + expect(outputsIndexTSFile).toMatchSnapshot("outputs index"); + }); + }); });