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

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

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```