Skip to content

Commit 601c2f0

Browse files
fix(prisma): Replace outdated note (#1153)Co-authored-by: Andrew Carlson <[email protected]>
* fix(prisma): Remove outdated note * Update 010-overview.mdx --------- Co-authored-by: Andrew Carlson <[email protected]>
1 parent 4e085dc commit 601c2f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/030-plugins/050-prisma/010-overview.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: Overview
66

77
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.
88

9-
> **Note**: The Prisma team is currently [rewriting](https://github.com/graphql-nexus/nexus-plugin-prisma/issues/1039) the plugin to make it maintainable longterm.
9+
**Note**: You may also use [`nexus-prisma`](https://github.com/graphql-nexus/nexus-prisma), a newer API for integrating Nexus and Prisma.
1010

1111
## Installation
1212

0 commit comments

Comments
 (0)