Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 619 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 619 Bytes

nodejs-graphql-world

Node JS Graphql World using Yoga, Apollo and Prisma

Building Graphql APIs using different possible way

  • using nestjs
  • using express and typescript + express graphql server
  • using graphql-yoga
  • using apollo graphql server
  • using graphql-yoga with Prosima
  • using graphql-yoga with Sequelize
  • using graphql-yoga with TypeORM
  • using graphql-yoga with Knex
  • using graphql-yoga with MongoDB