Open zachferland opened 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.
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.
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.