From 655f0b40cd3255fe71411cfea3cac428c6fd16e9 Mon Sep 17 00:00:00 2001 From: Jan Piotrowski Date: Wed, 11 Oct 2023 17:25:32 +0200 Subject: [PATCH 1/2] Remove misleading rewrite messages re Prisma plugin --- docs/content/030-plugins/050-prisma/index.mdx | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/content/030-plugins/050-prisma/index.mdx b/docs/content/030-plugins/050-prisma/index.mdx index d5272bc8..428039e7 100644 --- a/docs/content/030-plugins/050-prisma/index.mdx +++ b/docs/content/030-plugins/050-prisma/index.mdx @@ -5,8 +5,6 @@ toc: false ## Please Refer to the Sub-Pages -> **Note**: The [Prisma](https://www.prisma.io) team is currently [rewriting](https://github.com/graphql-nexus/nexus-plugin-prisma/issues/1039) the plugin to make it maintainable longterm. - - [Overview](/plugins/prisma/overview) - [API](/plugins/prisma/api) - [Removing `nexus-plugin-prisma`](/plugins/prisma/removing-the-nexus-plugin-prisma) From 561311967b6c3b8d5a44aeb341764c33285320e8 Mon Sep 17 00:00:00 2001 From: Jan Piotrowski Date: Wed, 11 Oct 2023 17:25:59 +0200 Subject: [PATCH 2/2] Update 040-removing-the-nexus-plugin-prisma.mdx --- .../050-prisma/040-removing-the-nexus-plugin-prisma.mdx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/content/030-plugins/050-prisma/040-removing-the-nexus-plugin-prisma.mdx b/docs/content/030-plugins/050-prisma/040-removing-the-nexus-plugin-prisma.mdx index 6abfa395..85c3ac6b 100644 --- a/docs/content/030-plugins/050-prisma/040-removing-the-nexus-plugin-prisma.mdx +++ b/docs/content/030-plugins/050-prisma/040-removing-the-nexus-plugin-prisma.mdx @@ -6,8 +6,6 @@ title: Removing nexus-plugin-prisma from your project This page describes how you can remove the `nexus-plugin-prisma` from your GraphQL schema implementation and only use plain Nexus. -> **Note**: The [Prisma](https://www.prisma.io) team is currently [rewriting](https://github.com/graphql-nexus/nexus-plugin-prisma/issues/1039) the plugin to make it maintainable longterm. - ## Removing the plugin from your project ### Uninstall the npm package @@ -2030,4 +2028,4 @@ const Mutation = objectType({ }) ``` -> **Note**: Convert your existing SDL to Nexus code with the [SDL Converter](https://nexusjs.org/converter). Refer to the [resolvers](#resolvers) section on how to add the resolve property to your GraphQL operation. \ No newline at end of file +> **Note**: Convert your existing SDL to Nexus code with the [SDL Converter](https://nexusjs.org/converter). Refer to the [resolvers](#resolvers) section on how to add the resolve property to your GraphQL operation.