Skip to content

This repository contains go-packages to display interactive GraphQL frontend. Currently GraphQL Playground is supported only.

License

Notifications You must be signed in to change notification settings

wtask-go/gqlfront

Repository files navigation

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.

About

This repository contains go-packages to display interactive GraphQL frontend. Currently GraphQL Playground is supported only.

Topics

Resources

License

Stars

Watchers

Forks

Packages