Skip to content

Commit

Permalink
chore(docs): add deprecation notice (#1126)
Browse files Browse the repository at this point in the history
  • Loading branch information
2color authored Nov 23, 2021
1 parent 0eef6f6 commit fa4bca8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@

![trunk](https://github.com/graphql-nexus/nexus-plugin-prisma/workflows/trunk/badge.svg)

**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).
## ⚠️ 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).

0 comments on commit fa4bca8

Please sign in to comment.