Skip to content

Commit fa4bca8

Browse files
authored
chore(docs): add deprecation notice (#1126)
1 parent 0eef6f6 commit fa4bca8

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@
55

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

8-
**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
99

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
1013
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.
1114

1215
You can find the [documentation on the Nexus website](https://nexusjs.org/docs/plugins/prisma/overview).

0 commit comments

Comments
 (0)