Stan Carrico

Results 2 issues of Stan Carrico

After upgrading to v19 (to align with Prisma 5), we are experiencing issues with our existing graphql queries and query generation. Our generated types have changed, specifically in the xxxOrderByWithRelationInput...

when specifying `combineScalarFilters` config property, the generated ts definitions produce output similar to this ``` TS2304: Cannot find name 'FloatFilter'. 1036 | _count?: InstanceType; 1037 | @Field(() => FloatFilter, {nullable:true})...

bug
awaiting-feedback