Refactor internal query builder to use the JSON protocol #707
Labels
kind/improvement
An improvement to existing feature and code.
level/advanced
priority/medium
topic: internal
Improvement or addition to non user facing code
Prisma are working on removing the internal GraphQL protocol and moving to a JSON-based approach instead which will simplify a lot of internal code and potentially result in the ability to completely remove certain codegen-metadata resulting in smaller package sizes in applications where that matters.
This would also remove the requirement to wrap json values in
Json(...)
!Public proposal
The text was updated successfully, but these errors were encountered: