Prisma drastically simplifies the implementation of your GraphQL resolver functions.
1
Define your data model using GraphQL SDL
2
Prisma creates your database GraphQL API
3
Build your own GraphQL Server
A radically improved developer experience 🌟
Reducing complexity and development time for frontend and backend developers.
Architecture
Building GraphQL servers with Prisma
GraphQL is a standard for data fetching with a rich ecosystem of tools and libraries for client-side development. With Prisma you can take advantage of this same ecosystem in your server code.
Raw MySQL
With RAW MySQL:
Manually inspect selection set or risk overfetching