Packages to connect react-admin 🧩 with prisma version 2 🌈
you need to add the dataprovider to your react-admin app. Your backend needs additional resolver for all the resoures you gonna need. backend package will help you with making your backend compatible with the dataprovider!
See the readmes above for further information.
call yarn install
to set it up.
yarn test
to run unit tests.
Some tests use an actual introspection result from a nexus-prisma backend. If you want to extend the underlying model do:
yarn install
in the root to update all types and the test introspection schemaloosly based on https://github.com/Weakky/ra-data-opencrud, thanks @Weakky