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. 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)