Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/graphql-nexus/nexus-plugin-prisma

Deprecated
https://github.com/graphql-nexus/nexus-plugin-prisma

crud graphql nexus prisma type-safety

Last synced: 6 days ago
JSON representation

Deprecated

Awesome Lists containing this project

README

        



nexus-plugin-prisma

![trunk](https://github.com/graphql-nexus/nexus-plugin-prisma/workflows/trunk/badge.svg)

## ⚠️ Deprecation warning

This project is **deprecated** in favour of [**nexus-prisma**](https://github.com/prisma/nexus-prisma/) which is actively developed and available in early preview. More details in [#1039](https://github.com/graphql-nexus/nexus-plugin-prisma/issues/1039).

## What is nexus-plugin-prisma
This plugin integrates [Prisma](https://www.prisma.io/) into [Nexus](https://nexusjs.org/). It gives you an API you 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.

You can find the [documentation on the Nexus website](https://nexusjs.org/docs/plugins/prisma/overview).