nikolasburk
nexus-prisma
plugin that was built by our open-source engineer @weakky ðŠ
ð https://www.prisma.io/blog/using-graphql-nexus-with-a-database-pmyl3660ncst/
If you've followed the path of Prisma over the past year, you've seen a lot of movement in our ecosystem â especially with regards to GraphQL server development. We see the nexus-prisma
plugin as a huge step forward and a large improvement for the developer experience when building GraphQL servers.
The nexus-prisma
plugin provides CRUD building blocks based on the Prisma datamodel. When implementing your GraphQL server, you build upon these building blocks and expose/customize them to your own API needs.
Here are some of its core features:
- CRUD operations for your Prisma models in GraphQL (easier than forwardTo
)
- Customize your Prisma models, e.g. hide certain fields or add computed fields
- Full type-safety: Coherent set of types for GraphQL schema and database
- Compatible with the GraphQL ecosystem (e.g. apollo-server, graphql-yoga, ...)
- Incrementally adoptable
- Compatible both with TypeScript and JavaScript
Please help us spread the word about the nexus-prisma
plugin with a RT on Twitter:
https://twitter.com/prisma/status/1096104638569431041