🌐
Prisma
prisma.io › blog › using-graphql-nexus-with-a-database-pmyl3660ncst
How to Use GraphQL Nexus with a Database | Prisma
February 12, 2019 - Learn how to connect GraphQL Nexus to a database with Prisma Client and the Nexus Prisma plugin.
🌐
GitHub
github.com › graphql-nexus › nexus-plugin-prisma
GitHub - graphql-nexus/nexus-plugin-prisma: Deprecated · GitHub
This plugin integrates Prisma into Nexus. It gives you an API you to project fields from models defined in your Prisma schema into your GraphQL API.
Starred by 817 users
Forked by 119 users
Languages   TypeScript 98.0% | JavaScript 2.0%
Discussions

[Help Wanted] Error in GraphQL Nexus (extendType)
You could give the nexus-prisma plug-in a shot. You’d be able to import your Models as types for your resolvers. However, the error at the end is basically saying your field resolver for expires_at should be t.int and not t.string. The return type for your prisma request isn’t lining up with the Account object type. More on reddit.com
🌐 r/graphql
2
3
September 24, 2022
prisma 2 vs ???
Hasura might be worth a look, no personal experience, i just followed the issue discussions around actions (trigger/validation functions for certain endpoints) and the dev team was quite active. More on reddit.com
🌐 r/graphql
28
22
May 8, 2020
Which graphql server library is your favorite?
I’ve been trying HotChocolate so far and like it. It’s for .NET. I don’t have experience with other libraries however. Their blog posts claim they’re ahead in schema support for even RFC features of GraphQL. More on reddit.com
🌐 r/graphql
11
13
December 24, 2020
Nexus with cursor pagination
As you are using Prisma and an SQL database the concepts mentioned in this post comment might be useful to you . You have to translate the SQL into a Prisma ORM statement though. More on reddit.com
🌐 r/graphql
2
3
July 6, 2022
🌐
Prisma Nexus
graphql-nexus.github.io › nexus-prisma
Nexus Prisma - Prisma plugin for Nexus – Nextra
This plugin integrates Prisma into Nexus. It gives you an API to project fields from models defined in your Prisma schema into your GraphQL API. It also gives you an API to build GraphQL root fields that allow your API clients to query and mutate data.
🌐
Nexus Schema
nexusjs.org › docs › plugins › prisma › overview
Overview
This plugin integrates Prisma into Nexus. It gives you an API to project fields from models defined in your Prisma schema into your GraphQL API.
🌐
DEV Community
dev.to › studio_hungry › how-to-create-a-graphql-api-with-prisma-and-nexus-144j
How to create a GraphQL API with Prisma and Nexus - DEV Community
March 8, 2021 - It's built to work with TypeScript, ... is you can check out their docs page, Why Prisma?. Nexus is a declarative, code first approach to writing GraphQL schemas....
🌐
GitHub
github.com › graphql-nexus › nexus-prisma
GitHub - graphql-nexus/nexus-prisma: Prisma plugin for Nexus · GitHub
Prisma plugin for Nexus. Contribute to graphql-nexus/nexus-prisma development by creating an account on GitHub.
Author   graphql-nexus
🌐
npm
npmjs.com › package › nexus-prisma
nexus-prisma - npm
December 9, 2024 - Prisma plugin for Nexus. Please visit graphql-nexus.github.io/nexus-prisma for documentation.
      » npm install nexus-prisma
    
Published   Dec 09, 2024
Version   2.0.8
🌐
Nexus Schema
nexusjs.org › docs › plugins › prisma
Prisma
Note: The Prisma team is currently rewriting the plugin to make it maintainable longterm.
Find elsewhere
🌐
DEV Community
dev.to › prisma › complete-introduction-to-fullstack-type-safe-graphql-feat-next-js-nexus-prisma-c5
Complete Introduction to Fullstack, Type-Safe GraphQL (feat. Next.js, Nexus, Prisma) - DEV Community
July 31, 2024 - The schema file tells Prisma to ... simple User data model with an id and a name field. ... Nexus Schema is a library that allows us to build code-first GraphQL APIs....
🌐
Prisma
prisma.io › blog › introducing-graphql-nexus-code-first-graphql-server-development-ll6s1yy5cxl5
GraphQL Nexus: Code-First GraphQL Server Development | Prisma
February 7, 2019 - Meet GraphQL Nexus, a code-first library for building GraphQL servers with type-safe schemas and a better developer workflow.
🌐
Prisma
prisma.io › blog › announcing-the-release-of-nexus-schema-v1-b5eno5g08d0b
Announcing Nexus 1.0: Type-Safe, Code-First GraphQL APIs | Prisma
December 14, 2020 - Prisma is a core contributor to Nexus, a library for building code-first and type-safe GraphQL APIs. Nexus has just reached 1.0.
🌐
Prisma
prisma.io › blog › series › graphql-nexus
Code-first GraphQL server development with Nexus — Prisma Blog | Articles & Updates | Prisma, ORMs, Databases
Meet GraphQL Nexus, a code-first library for building GraphQL servers with type-safe schemas and a better developer workflow.
🌐
Zach
zach.codes › p › nexus-prisma-is-the-future-of-backend
Nexus + Prisma: the Future of Backend - by Zach Silveira
March 30, 2021 - Setup GraphQL with Nexus + Prisma. Automate code generation, TypeScript generation, and crud resolvers.
🌐
GitHub
github.com › nevescode › nexus-prisma
GitHub - nevescode/nexus-prisma: Prisma Plugin for GraphQL Nexus
The nexus-prisma plugin provides CRUD building blocks based on the Prisma datamodel. When implementing your GraphQL server, you build upon these building blocks and expose/customize them to your own API needs.
Author   nevescode
🌐
GitHub
github.com › hexrcs › fullstack-graphql-next-nexus-prisma
GitHub - hexrcs/fullstack-graphql-next-nexus-prisma: Code for Complete Introduction to Fullstack, Type-Safe GraphQL
In this post, you'll learn how to build––from scratch––an entirely type-safe, fullstack web app, using GraphQL with a database attached! To follow along with the source code, clone this repo. 🗓 Update 19/11/2020: The tutorial has been updated to use Nexus Schema as the Nexus Framework has been discontinued ... Prisma Client and prisma db push - a toolkit to change the database schema, access, and query the database (Note: prisma db push is still in a preview state at the moment)
Starred by 104 users
Forked by 18 users
Languages   TypeScript 100.0% | TypeScript 100.0%
🌐
GitHub
github.com › chenkie › nexus-prisma
GitHub - chenkie/nexus-prisma: Prisma Plugin for Nexus · GitHub
GraphQL + Auth: Advanced setup including authentication and authorization and a modularized schema. The nexus-prisma plugin is the glue between the Prisma client and GraphQL Nexus.
Author   chenkie
🌐
GitHub
github.com › graphql-nexus › nexus-prisma › issues
Issues · graphql-nexus/nexus-prisma
Prisma plugin for Nexus. Contribute to graphql-nexus/nexus-prisma development by creating an account on GitHub.
Author   graphql-nexus
🌐
Medium
resilient-tech.medium.com › code-first-graphql-with-nexus-2f2a01aa371d
Code-first GraphQL with Nexus. by Bryan Li, Software Engineer @… | by Resilient Tech | Medium
September 15, 2021 - Nexus documentation talks about developing GraphQL schema in a type safe manner, and today we will show what that means in terms of development. In addition, we will expand into integration between Prisma (the data access layer) and Nexus to fully embrace the idea of type safety.
🌐
npm
npmjs.com › package › @prisma › nexus
prisma/nexus
June 17, 2019 - Scalable, strongly typed GraphQL schema development. Latest version: 0.0.1, last published: 7 years ago. Start using @prisma/nexus in your project by running `npm i @prisma/nexus`. There are no other projects in the npm registry using @prisma/nexus.
      » npm install @prisma/nexus
    
Published   Jun 17, 2019
Version   0.0.1
Author   Tim Griesser
🌐
Medium
medium.com › dooboolab › how-to-set-up-a-graphql-server-with-apollo-server-prisma2-and-nexus-schema-f59aa23b5d5d
GraphQL Server Boilerplate with Apollo Server, Prisma2, and nexus/schema | by Clark Song | Hyo Dev | Medium
July 14, 2020 - nexus-plugin-prisma is the library that connects Prisma and Nexus. We will install other prima libraries in step 4 too. We need to define src/schema.ts file which contains ‘makeSchema’ function.