Skip to content

Commit

Permalink
Update 040-removing-the-nexus-plugin-prisma.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
janpio authored Oct 11, 2023
1 parent 655f0b4 commit 5613119
Showing 1 changed file with 1 addition and 3 deletions.
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.

0 comments on commit 5613119

Please sign in to comment.