https://github.com/node-libraries/prisma-studio-graphql
https://github.com/node-libraries/prisma-studio-graphql
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/node-libraries/prisma-studio-graphql
- Owner: node-libraries
- License: mit
- Created: 2025-03-20T13:43:31.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-20T14:11:20.000Z (about 1 year ago)
- Last Synced: 2025-10-11T22:19:09.653Z (8 months ago)
- Language: JavaScript
- Size: 53.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# prisma-studio-graphql
Provides a GraphQL execution environment based on the Prisma schema.

## execution
The environment in which `prisma studio` runs must be created in advance.
```bash
npm install -D prisma-studio-graphql
npx prisma-studio-graphql
```