Skip to content

Commit

Permalink
fix(prisma): Replace outdated note (#1153)Co-authored-by: Andrew Carl…
Browse files Browse the repository at this point in the history
…son <5479270+andrewicarlson@users.noreply.github.com>

* fix(prisma): Remove outdated note

* Update 010-overview.mdx

---------

Co-authored-by: Andrew Carlson <5479270+andrewicarlson@users.noreply.github.com>
  • Loading branch information
janpio and andrewicarlson committed Mar 16, 2023
1 parent 4e085dc commit 601c2f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/030-plugins/050-prisma/010-overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title: Overview

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.

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

## Installation

Expand Down

0 comments on commit 601c2f0

Please sign in to comment.