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

https://github.com/node-libraries/prisma-studio-graphql


https://github.com/node-libraries/prisma-studio-graphql

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# prisma-studio-graphql

Provides a GraphQL execution environment based on the Prisma schema.

![](https://raw.githubusercontent.com/node-libraries/prisma-studio-graphql/master/document/image01.avif)

## execution

The environment in which `prisma studio` runs must be created in advance.

```bash
npm install -D prisma-studio-graphql
npx prisma-studio-graphql
```