martineboh / prisma-tools

Prisma CRUD schema generator for database-backed GraphQL servers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prisma Tools

This tools built on Prisma and nexus Auto generate nexus types and CURD system from Prisma Client

NOTE: You must be familiar with Prisma and nexus before using this tools.

Tools

Examples

  • 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

Have questions?

Didn't find something here? Look through the issues or simply drop us a line at ahmed.elywa@icloud.com.

Like my tools give me star

About

Prisma CRUD schema generator for database-backed GraphQL servers


Languages

Language:TypeScript 98.1%Language:JavaScript 1.9%