3box / 3box-graphql

3box GraphQL Service
9 stars 0 forks source link

Run a graphql browser ide #12

Open zachferland opened 5 years ago

zachferland commented 5 years ago

Probably would be https://github.com/graphql/graphiql. If anyone remembers when I demo d our graphql endpoint, there was interactive console (playground) to write graphql queries against our API. It's a nice tool, would be nice to have deployed somewhere.

zachferland commented 5 years ago

Actually might be easy to run the same in production that I had shown locally https://www.apollographql.com/docs/apollo-server/features/graphql-playground.html

Although there could be some disadvantages to running that in production. But could also run as separate service.

oed commented 5 years ago

Is it possible to run this as a static website? I was thinking if it can be put on the github page of this repo.