Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/graphql-nexus/nexus-plugin-prisma
Deprecated
https://github.com/graphql-nexus/nexus-plugin-prisma
crud graphql nexus prisma type-safety
Last synced: 6 days ago
JSON representation
Deprecated
- Host: GitHub
- URL: https://github.com/graphql-nexus/nexus-plugin-prisma
- Owner: graphql-nexus
- License: mit
- Created: 2018-12-02T17:02:24.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2025-01-16T18:03:13.000Z (16 days ago)
- Last Synced: 2025-01-19T03:43:55.954Z (14 days ago)
- Topics: crud, graphql, nexus, prisma, type-safety
- Language: TypeScript
- Homepage:
- Size: 4.8 MB
- Stars: 828
- Watchers: 16
- Forks: 118
- Open Issues: 288
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-list - nexus-plugin-prisma - nexus | 799 | (TypeScript)
README
nexus-plugin-prisma
![trunk](https://github.com/graphql-nexus/nexus-plugin-prisma/workflows/trunk/badge.svg)
## ⚠️ Deprecation warning
This project is **deprecated** in favour of [**nexus-prisma**](https://github.com/prisma/nexus-prisma/) which is actively developed and available in early preview. More details in [#1039](https://github.com/graphql-nexus/nexus-plugin-prisma/issues/1039).
## What is nexus-plugin-prisma
This plugin integrates [Prisma](https://www.prisma.io/) into [Nexus](https://nexusjs.org/). It gives you an API you 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.You can find the [documentation on the Nexus website](https://nexusjs.org/docs/plugins/prisma/overview).