This repository has been archived by the owner on Jan 14, 2021. It is now read-only.
Photon filters in
prop missing null
support
#242
Labels
Milestone
The Photon find filters like
StringFilter
have all properties optional with null support but thein
andnotIn
have onlyEnumerable<string>
optional type:This conflict with generated GraphQL types based on DMMF schema:
This apply to all
Enumerable
usage in Photon generated types:It's a really big blocking problem for the integration of Prisma2 and GraphQL when we want to pass the nullable args to the photon query.
The text was updated successfully, but these errors were encountered: