From c0c655f5b762fcd15c7d70cd2523b7dec292f7ac Mon Sep 17 00:00:00 2001 From: Tommaso De Rossi Date: Sun, 4 Oct 2020 11:19:31 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cab3f02..a66a954 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ ## JavaScript - [gotql](https://github.com/khaosdoctor/gotql): gotql works like a transpiler, with a built-in HTTPRequest Client ([Got](https://github.com/sindresorhus/got)), allowing you to write your GraphQL queries as objects instead of strings. | [Example](https://github.com/hasura/awesome-fluent-graphql/tree/master/example-gotql) +- [genql](https://github.com/remorses/genql): Type safe Graphql query builder and client - [graphql-zeus](https://github.com/graphql-editor/graphql-zeus): graphql-zeus creates an autocomplete client library for JavaScript or TypeScript. | [Example](https://github.com/hasura/awesome-fluent-graphql/tree/master/example-graphql-zeus) - [gqless](https://github.com/samdenty/gqless): With gqless, your queries are auto-generated at runtime! Using ES6 Proxies, gqless converts object property lookups into GraphQL queries. | [Example](https://github.com/hasura/awesome-fluent-graphql/tree/master/example-gqless-react) - [graphql-typed-client](https://github.com/helios1138/graphql-typed-client): graphql-typed-client generates a strongly typed client library for any GraphQL endpoint. It allows writing queries as plain JS objects, with optional chain syntax. | [Example](https://github.com/hasura/awesome-fluent-graphql/tree/master/example-graphql-typed-client)