https://github.com/tk42/graphql-editor
Container image for graphql-editor
https://github.com/tk42/graphql-editor
docker graphql-editor
Last synced: over 1 year ago
JSON representation
Container image for graphql-editor
- Host: GitHub
- URL: https://github.com/tk42/graphql-editor
- Owner: tk42
- License: mit
- Created: 2022-12-01T13:56:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-03T09:22:54.000Z (over 3 years ago)
- Last Synced: 2025-01-04T04:14:09.727Z (over 1 year ago)
- Topics: docker, graphql-editor
- Language: HTML
- Homepage:
- Size: 207 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# graphql-editor
The handy docker image for [graphql-editor](https://github.com/graphql-editor/graphql-editor) and [get-graphql-schema](https://github.com/prisma-labs/get-graphql-schema)
## Quick start
### Editor
To launch ```graphql-editor```, run ```docker compose up editor```
### Export
To export the existing graphql schema, fill the blanks in ```.env.local``` copied from ```.env```
and run ```docker compose up export```
Then you'll get ```schema.graphql```