Birkir Gudjonsson
Birkir Gudjonsson
Thanks for bringing this up! https://gitter.im/primecms
This is a bug. Thank you for reporting! 👍
This is the hack I made! https://github.com/birkir/prime/blob/f28c6a2dc6f2c8692f3b6e2f41d07ab2049787dc/packages/prime-core/src/server.ts#L50-L52
I already prepped everything for this to be a reality. https://github.com/birkir/gatsby-source-graphql-universal Also built Prismic preview on top of it, Prime is even easier. https://github.com/birkir/gatsby-source-prismic-graphql
You can stitch by yourself with graphql-modules, but the source of truth should not be Prime at that point but rather some other entrypoint acting as the root module. Something...
We may want to expose better API to get the actual Prime module. Something like ```tsx import { createPrimeModule } from '@primecms/core'; const PrimeModule = createPrimeModule(); ```
Yes, I mean, this is totally feasible. How would this work from UI perspective? Just a repeat of field render without any labels?
Great catch! Will look at this
I'll look into this. Looks like you don't have an admin role on your account. https://github.com/birkir/prime/blob/master/packages/prime-ui/src/routes/settings/Users.tsx#L203 - I will not be integrating third party SaaS for authentication. - Prime must...
Yes I tried graphql-shield, nice library, but having an isomorphic solution was a game changer for me. I create the roles on prime core and can pass them as JSON...