You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 15, 2025. It is now read-only.
Task run failed with exception: MissingRequiredValueError('Unable to match input value to any allowed input type for the field. Parse errors: [`where.jsonField.not`: A value is required but not set, `where.jsonField.not`: A value is required but not set, `where.jsonField.not`: A value is required but not set]')
Additionally, this where clause will not work {"jsonField": {"not": {"equals": None}}}.
This is the only where clause we found to work: {"jsonField": {"not": Json(None)}}.
Expected behavior
I expect when you say {"jsonField": None} or {"jsonField": {"not": None}} in Prisma that it acts accordingly.