medz / prisma-dart

Prisma Client Dart is an auto-generated type-safe ORM. It uses Prisma Engine as the data access layer and is as consistent as possible with the Prisma Client JS/TS APIs.
https://prisma.pub
BSD 3-Clause "New" or "Revised" License
452 stars 30 forks source link

StringFieldRefInput #247

Closed gaetschwartz closed 8 months ago

gaetschwartz commented 1 year ago

Generated classes now are generated with

  final StringFieldRefInput? lt;

  final StringFieldRefInput? lte;

  final StringFieldRefInput? gt;

  final StringFieldRefInput? gte;

but StringFieldRefInput doesn't seem to resolve to any object. Am I missing something here ?

medz commented 1 year ago

Sorry, this was caused by a breaking change in Prisma 5, and it is recommended that you switch back to Prisma 4.x versions. I'm trying to finish what I'm doing and adapt to the new Prisma 5 protocol. Thanks for your feedback.

medz commented 10 months ago

Good news, in v4, it’s supported! Please pay attention to #290, this issue will be closed after official release