Anyone ever managed to get <https://github.com/mar...
# orm-help
w
Anyone ever managed to get https://github.com/marmelab/react-admin working with prisma ?
👍 3
Working on an adaptator could be a game changer when building backoffices
v
If it supports graphql and you give it your database endpoint ( taking into account security ) and you should be ready to go
c
Wow. That looks great!
w
It does support graphql, although you either have to follow an arbitrary semantic, or make your own adaptator. I think accessing the prisma endpoint directly wouldn't be that stupid for backoffice purposes. Most of the stuff you'll be doing are fetchAll() and upsert mutations anyway. They already have an adaptater for graphcool, that'd be sick if we could make it work with prisma schemas
n
what do you mean with arbitrary semantic?
w
I was about to edit. I mean arbitrary graphql schema convention (about the way you need to name your fields, the inputs they take etc etc)
👍 1
n
yup makes sense, thanks for the clarification! 🙂