Skip to main content
TypeGraphQL logoPrisma logoPrisma logo

TypeGraphQL Prisma

Prisma generator to emit TypeGraphQL type classes and CRUD resolvers from your Prisma schema

Good for Prototyping

Designed from the ground up to be used to get your GraphQL CRUD API up and running quickly - even in under 5 minutes!

Easily Customizable

Configure which actions should be exposed, hide selected models fields, give alternative names to the types... and many more!

Extensible Design

Reuse generated classes to create custom resolvers with ease. Combine them with generated CRUD resolvers to compose the GraphQL API of your dreams.