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%
[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
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
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
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
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.
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.
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.
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
Repository https://github.com/prisma/nexus
Homepage https://nexus.js.org/