Prisma and graphql

This page summarizes the projects mentioned and recommended in the original post on /r/typescript

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • apollo-server

    🌍  Spec-compliant and production ready JavaScript GraphQL server that lets you develop in a schema-first way. Built for Express, Connect, Hapi, Koa, and more.

  • When it comes to building a GraphQL API with Prisma there are a bunch of decisions to make: - How do you define the GraphQL schema: SDL-first or code-first approach, e.g. TypeGraphQL and Nexus. - How you define the resolvers: TypeGraphQL comes with Prisma integration which will generate the resolvers for you. With Nexus and nexus-plugin-prisma you can project your Prisma model types to build your GraphQL schema but still have to define your resolvers manually. - HTTP GraphQL Server: Apollo Server ​and Mercurius

  • mercurius

    Implement GraphQL servers and gateways with Fastify

  • When it comes to building a GraphQL API with Prisma there are a bunch of decisions to make: - How do you define the GraphQL schema: SDL-first or code-first approach, e.g. TypeGraphQL and Nexus. - How you define the resolvers: TypeGraphQL comes with Prisma integration which will generate the resolvers for you. With Nexus and nexus-plugin-prisma you can project your Prisma model types to build your GraphQL schema but still have to define your resolvers manually. - HTTP GraphQL Server: Apollo Server ​and Mercurius

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts