GraphQL frontend handlers.
Inspired by gqlgen/graphql/playground.
- Install required tools locally before working with module:
go generate tools.go
- Regenerate required
assets
if you made changes into html-sources as follows:
go generate assets.go
The useful code is located inside subpackages of this module, so import directly needed subpackage instead importing the root module:
go get github.com/wtask-go/gqlfront/playground
GraphiQL will probably be added.