From 06e147b0222a12c05802c795f69385faaf3cb729 Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 24 Apr 2020 16:03:13 -0400 Subject: [PATCH] add ccbrown/api-fu (#3031) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 16b7a8be..c11e934e 100644 --- a/README.md +++ b/README.md @@ -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.