🌐
Prisma
prisma.io › graphql
Simple Database Access in GraphQL servers
Query data from MySQL, PostgreSQL & SQL Server databases in GraphQL with Prisma – a better ORM for JavaScript and TypeScript.
🌐
Reddit
reddit.com › r/graphql › graphql and prisma
r/graphql on Reddit: Graphql and Prisma
July 29, 2021 -

Hi,

I've asked this question on stack overflow but got no answers so maybe i'll have a better chance here.

I'm having a hard time understanding what graphql can achieve on top of prisma besides having a singular endpoint.

I've been hearing that the main selling point of graphql is the fact that you are able to query for the specific fields you want to receive, but can't that also be achieved with prisma using the "select" property?

const users = await user.findMany({
    select: {
             email: true,     
            },
}); 

Thank you for your answers!

Discussions

How to generate graphql-schema file from schema.prisma in Prisma3
First Version of application using Prisma1 with GraphQL-Yoga In Prisma1 the following code was used to generate "prisma.graphql" file. generate: - generator: graphql-schema output: ./gene... More on github.com
🌐 github.com
2
2
April 26, 2022
Any success stories using Prisma?

I believe there was a weekly discussion around this last week? Maybe worth digging through the comments and links?

More on reddit.com
🌐 r/graphql
12
10
February 28, 2019
Is there any reason not to use Prisma?
The main reason is that you need an additional server layer to run it. To be fair, the team often talks about an SDK coming up but until then I believe this is enough of a reason. More on reddit.com
🌐 r/node
20
14
May 30, 2019
How Prisma and GraphQL fit together

Hi there! One of the reason I’m not using prisma right now is I can’t see to deploy it to zeit v2. That said, if I could do that I’d be using prisma and nexus. Any idea if we’ll ever be able to?

More on reddit.com
🌐 r/graphql
1
31
March 22, 2019
🌐
The Guild
the-guild.dev › graphql › yoga-server › tutorial › basic › 07-connecting-server-and-database
Connecting the Server and Database with Prisma Client | Yoga
1 month ago - Connect your GraphQL server to your database using Prisma, which provides the interface to your database.
🌐
DEV Community
dev.to › doylecodes › graphql-basics-part-2---prisma-the-how-1356
GraphQL Basics: Part 2 - Prisma (The How) - DEV Community
March 18, 2019 - Setting up Prisma to use with a GraphQL Server. Tagged with beginners, webdev, tutorials, graphql.
🌐
Prisma
prisma.io › apollo
Easy, type-safe database access with Prisma & Apollo
Query data from MySQL, PostgreSQL & SQL Server databases in GraphQL with Prisma – a better ORM for JavaScript and TypeScript.
🌐
GitHub
github.com › glennreyes › prisma
GitHub - glennreyes/prisma: ⚡️ Prisma turns your database into a realtime GraphQL API
It enables a layered architecture ... GraphQL database proxy, Prisma provides a GraphQL-based abstraction for your databases enabling you to read and write data with GraphQL queries and mutations....
Author   glennreyes
Find elsewhere
🌐
Software Engineering Daily
softwareengineeringdaily.com › home › prisma: graphql infrastructure with soren bramer schmidt
Prisma: GraphQL Infrastructure with Soren Bramer Schmidt - Software Engineering Daily
November 1, 2021 - A GraphQL query can be translated ... server to fulfill this query federation. Prisma is a tool for automatically generating a GraphQL API and serving GraphQL queries....
🌐
Jelani Harris
jelaniharris.com › blog › building-a-graphql-api-with-nestjs-and-prisma
Building a GraphQL API with NestJS and Prisma | Jelani Harris
June 9, 2024 - In our case we’ll be using the @nestjs/graphql package to provide support for our graph in NestJs · Prisma.IO is an ORM (Object Relational Mapping) tool that will help you work with databases more easily by providing an easy-to-use way to ...
🌐
npm
npmjs.com › package › prisma-nestjs-graphql
prisma-nestjs-graphql - npm
May 30, 2026 - Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module. Latest version: 21.2.0, last published: a year ago. Start using prisma-nestjs-graphql in your project by running `npm i prisma-nestjs-graphql`. There are 10 other projects in the npm registry ...
      » npm install prisma-nestjs-graphql
    
Published   May 11, 2025
Version   21.2.0
🌐
LogRocket
blog.logrocket.com › home › intro to graphql with prisma
Intro to GraphQL with Prisma - LogRocket Blog
June 17, 2024 - ... Prisma takes care of the challenge of connecting your server to your database through (1) a generated client and (2) a server that translates your GraphQL calls into commands for your database.
🌐
Prisma
prisma.io › home › graphql › graphql › graphql › graphql › graphql
Building GraphQL servers with Prisma ORM | Prisma Documentation
GraphQL is a query language for APIs. It is often used as an alternative to RESTful APIs, but can also be used as an additional "gateway" layer on top of existing RESTful services.
🌐
Typegraphql
typegraphql.com › docs › prisma.html
Prisma Integration · TypeGraphQL
To read about all the typegraphql-prisma features, like exposing selected Prisma actions or changing exposed model type name, as well as how to write a custom query or how to add some fields to model type, please check the docs on the dedicated website.
🌐
Prisma
prisma.io › blog › e2e-type-safety-graphql-react-2-j9mEyHY0Ej
End-To-End Type-Safety with GraphQL, Prisma & React: API Prep
August 30, 2022 - In this section, you will set up all of the pieces needed to build a GraphQL API. You will start up a TypeScript project, provision a PostgreSQL database, initialize Prisma in your project, and finally seed your database.
🌐
DEV Community
dev.to › nditah › how-to-build-a-graphql-api-with-apollo-server-and-prisma-1bfj
How To Build a GraphQL API with Apollo-Server and Prisma - DEV Community
August 24, 2021 - Your GraphQL API for College has a single entity named Student. In this step, you’ll evolve the API by defining a new model in the Prisma schema and adapting the GraphQL schema to make use of the new model. You will introduce a Teacher, a Course and a Department model.
🌐
n8n
n8n.io › integrations
Best apps & software integrations | n8n
GraphQL allows you to answer API queries using your pre-existing data.
🌐
Supabase
supabase.com › docs › guides › database › connecting to your database
Connect to your database | Supabase Docs
12 hours ago - Prisma · Drizzle · Postgres.js · pgAdmin · PSQL · DBeaver · Metabase · Beekeeper Studio · The Data APIs allow you to interact with your database using REST or GraphQL requests. You can use these APIs to fetch and insert data from the frontend, as long as you have RLS enabled.
🌐
Mermaid
mermaid.js.org
Mermaid | Diagramming and charting tool
Create diagrams and visualizations using text and code.
🌐
Lunawen
lunawen.com › graphql › 20210916-luna-tech-graphql-db-integration
GraphQL integrate with Prisma - Luna Tech
September 16, 2021 - Prisma does the heavy-lifting for devs. In the GraphQL API, Prisma helps us to migrate our database schema.