This tools built on Prisma and nexus Auto generate nexus types and CURD system from Prisma Client
NOTE: You must be familiar with
Prisma
andnexus
before using this tools.
- @prisma-tools/nexus Auto generate CRUD system from prisma using nexus framework.
- @prisma-tools/sdl Auto generate CRUD system from prisma for graphql sdl first servers.
- @prisma-tools/select convert
info: GraphQLResolveInfo
to be available prisma select object. - @prisma-tools/delete Prisma Migrate cli not supported Cascading deletes so this tool is workaround this option.
- @prisma-tools/schema convert your
schema.prisma
file intoJavaScript
object. - @prisma-tools/admin Auto generate pages, Queries and mutations in our Admin project prisma-admin
- nexus framework Using nexus framework to build graphql server and
@prisma-tools/nexus
to create CRUD system - apollo with nexus schema Using Apollo as graphql server, @nexus/schema for build graphql schema and
@prisma-tools/nexus
to create CRUD system - apollo with sdl first Using Apollo as graphql server with sdl first for build graphql and
@prisma-tools/sdl
to create CRUD system - Prisma Admin Build project with typescript nexus framework backend gatsbyJs
- Online demo has all tools You need to SignUp first then login
Didn't find something here? Look through the issues or simply drop us a line at ahmed.elywa@icloud.com.