You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Note:** A [replacement](https://github.com/prisma/nexus-prisma/) for this library is under development and available in early preview. More details in [#1039](https://github.com/graphql-nexus/nexus-plugin-prisma/issues/1039).
8
+
## ⚠️ Deprecation warning
9
9
10
+
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).
11
+
12
+
## What is nexus-plugin-prisma
10
13
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.
11
14
12
15
You can find the [documentation on the Nexus website](https://nexusjs.org/docs/plugins/prisma/overview).
0 commit comments