Add gqlgen (#3485)

This commit is contained in:
frederikhors 2021-02-17 09:09:24 +01:00 committed by GitHub
parent 663da9f2c9
commit d242edefe1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1521,6 +1521,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [api-fu](https://github.com/ccbrown/api-fu) - Comprehensive GraphQL implementation.
* [dasel](https://github.com/tomwright/dasel) - Query and update data structures using selectors from the command line. Comparable to jq/yq but supports JSON, YAML, TOML and XML with zero runtime dependencies.
* [gojsonq](https://github.com/thedevsaddam/gojsonq) - A simple Go package to Query over JSON Data.
* [gqlgen](https://github.com/99designs/gqlgen) - go generate based graphql server library.
* [graphql](https://github.com/tmc/graphql) - graphql parser + utilities.
* [graphql](https://github.com/neelance/graphql-go) - GraphQL server with a focus on ease of use.
* [graphql-go](https://github.com/graphql-go/graphql) - Implementation of GraphQL for Go.