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.
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.
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.
Read our Contribution Guidelines for information on how you can help out gqlgen.