From 601c2f03f4423e886b29b54f00871ee3ab07cc8f Mon Sep 17 00:00:00 2001 From: Jan Piotrowski Date: Thu, 16 Mar 2023 16:04:26 +0100 Subject: [PATCH] fix(prisma): Replace outdated note (#1153)Co-authored-by: Andrew Carlson <5479270+andrewicarlson@users.noreply.github.com> * fix(prisma): Remove outdated note * Update 010-overview.mdx --------- Co-authored-by: Andrew Carlson <5479270+andrewicarlson@users.noreply.github.com> --- docs/content/030-plugins/050-prisma/010-overview.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/030-plugins/050-prisma/010-overview.mdx b/docs/content/030-plugins/050-prisma/010-overview.mdx index d6b978ef..6171392f 100644 --- a/docs/content/030-plugins/050-prisma/010-overview.mdx +++ b/docs/content/030-plugins/050-prisma/010-overview.mdx @@ -6,7 +6,7 @@ title: Overview This plugin integrates [Prisma](https://www.prisma.io/) into [Nexus](https://nexusjs.org/). It gives you an API 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. -> **Note**: The Prisma team is currently [rewriting](https://github.com/graphql-nexus/nexus-plugin-prisma/issues/1039) the plugin to make it maintainable longterm. +**Note**: You may also use [`nexus-prisma`](https://github.com/graphql-nexus/nexus-prisma), a newer API for integrating Nexus and Prisma. ## Installation