diff --git a/README.md b/README.md index 55cd1a3f..b1524b48 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).