hantonelli / gqlgen

go generate based graphql server library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

go generate based graphql server library

License:MIT License


Languages

Language:Go 97.2%Language:JavaScript 2.1%Language:Shell 0.4%Language:Dockerfile 0.1%Language:HTML 0.1%