stash/vendor/github.com/99designs/gqlgen
WithoutPants 6a75d5551f Use vendor when building (#201)
* Use vendor code for all go calls

* Add missing vendor dependencies

* Add travis_retry to yarn install

* Fix go test call
2019-11-16 08:03:28 -08:00
..
api Use vendor when building (#201) 2019-11-16 08:03:28 -08:00
cmd Use vendor when building (#201) 2019-11-16 08:03:28 -08:00
codegen Use vendor when building (#201) 2019-11-16 08:03:28 -08:00
complexity Updated dependencies 2019-02-09 16:56:50 -08:00
graphql Dependency updates 2019-05-27 12:34:26 -07:00
handler Dependency updates 2019-05-27 12:34:26 -07:00
internal Use vendor when building (#201) 2019-11-16 08:03:28 -08:00
plugin Use vendor when building (#201) 2019-11-16 08:03:28 -08:00
.dockerignore Use vendor when building (#201) 2019-11-16 08:03:28 -08:00
.editorconfig Use vendor when building (#201) 2019-11-16 08:03:28 -08:00
.gitattributes Use vendor when building (#201) 2019-11-16 08:03:28 -08:00
.gitignore Use vendor when building (#201) 2019-11-16 08:03:28 -08:00
.golangci.yml Use vendor when building (#201) 2019-11-16 08:03:28 -08:00
appveyor.yml Use vendor when building (#201) 2019-11-16 08:03:28 -08:00
CONTRIBUTING.md Use vendor when building (#201) 2019-11-16 08:03:28 -08:00
go.mod Use vendor when building (#201) 2019-11-16 08:03:28 -08:00
go.sum Use vendor when building (#201) 2019-11-16 08:03:28 -08:00
LICENSE Updated dependencies 2019-02-09 16:56:50 -08:00
main.go Use vendor when building (#201) 2019-11-16 08:03:28 -08:00
README.md Use vendor when building (#201) 2019-11-16 08:03:28 -08:00
TESTING.md Use vendor when building (#201) 2019-11-16 08:03:28 -08:00
tools.go Use vendor when building (#201) 2019-11-16 08:03:28 -08:00

gqlgen CircleCI Read the Docs

What is gqlgen?

gqlgen is a Go library for building GraphQL servers without any fuss. gqlgen is:

  • Schema first — Define your API using the GraphQL Schema Definition Language.
  • Type safe — You should never see map[string]interface{} here.
  • Codegen — Let us generate the boring bits, so you can build your app quickly.

Feature Comparison

Getting Started

First work your way through the Getting Started tutorial.

If you can't find what your looking for, look at our examples for example usage of gqlgen.

Reporting Issues

If you think you've found a bug, or something isn't behaving the way you think it should, please raise an issue on GitHub.

Contributing

Read our Contribution Guidelines for information on how you can help out gqlgen.

Other Resources