From 0eef6f608d0b9603a2786089fdc79c5b50f86163 Mon Sep 17 00:00:00 2001 From: Luke Williams <19214773+lukewlms@users.noreply.github.com> Date: Thu, 24 Jun 2021 11:10:23 -0400 Subject: [PATCH] chore(docs): add information about new plug-in (#1095) Co-authored-by: Jason Kuhrt --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 55cd1a3f6..b1524b48d 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ ![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). + 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).