add ccbrown/api-fu (#3031)

This commit is contained in:
Chris 2020-04-24 16:03:13 -04:00 committed by GitHub
parent 5f59cad7a9
commit 06e147b022
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1416,6 +1416,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
## Query Language
* [api-fu](https://github.com/ccbrown/api-fu) - Comprehensive GraphQL implementation.
* [gojsonq](https://github.com/thedevsaddam/gojsonq) - A simple Go package to Query over JSON Data.
* [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.