From fa4bca80053a8ae6eb582225d193e78285ae129b Mon Sep 17 00:00:00 2001 From: Daniel Norman Date: Tue, 23 Nov 2021 13:30:16 +0100 Subject: [PATCH] chore(docs): add deprecation notice (#1126) --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b1524b48..353a0489 100644 --- a/README.md +++ b/README.md @@ -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).