Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 639 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 639 Bytes

gqlfront

GraphQL frontend handlers.

Inspired by gqlgen/graphql/playground.

Automation

  • 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

Install

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

Further development

GraphiQL will probably be added.