Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove misleading rewrite messages re Prisma plugin #1168

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
> **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.
2 changes: 0 additions & 2 deletions docs/content/030-plugins/050-prisma/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Loading