Closed BeardInASuit closed 7 months ago
@BeardInASuit
i did not have time to release the "beta" version yet, but that has support for newer prisma versions.
https://github.com/panter/ra-data-prisma/tree/beta
The dataprovider itself has not direclty something to do with prisma, its just that the graphl api is similar.
Initially the api is derived from nexus-plugin-prisma, which is deprecated for some time.
in the beta branch a forked version of nexus-plugin-prisma is used. that also generates slightly different queries in some edge cases (i think sorting of related records).
So it would be best to target further improvements on the beta branch, so if possible could you:
Maybe it is a breaking change since LegacyDataProvider is migrated to DataProvider