Skip to content

Use with Apollo Server and comparison to other tools #2076

Answered by nikolasburk
lorensr asked this question in Q&A
Discussion options

You must be logged in to vote

Hey Loren, here are some brief answers to your points. I'll try to elaborate a bit later since I currently have don't have too much time but want to provide the Gist already. Also happy to jump on a call with you to discuss this further!

We also have a dedicated page about Prisma and GraphQL in the docs: https://www.prisma.io/docs/understand-prisma/prisma-in-your-stack/graphql

What's the recommended / possible ways to use Prisma with Apollo Server?

You'd use Prisma the same way as any other DB access library (e.g. ORMs like Sequelize or SQL query builders like knex): Prisma Client is your interface to the database and is used inside of your GraphQL resolvers to send DB queries.

We have …

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by pantharshit00
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants