GraphQL frontend handlers.
Inspired by gqlgen/graphql/playground.
- Install required tools locally before working with module:
go generate tools.go- Regenerate required
assetsif you made changes into html-sources as follows:
go generate assets.goThe 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/playgroundGraphiQL will probably be added.