Skip to content

Commit 0b8a904

Browse files
authored
adds the nanogql client library
Made what could possibly be the smallest JS client library; figured people might dig it https://github.com/yoshuawuyts/nanogql Thanks!
1 parent 8f27e72 commit 0b8a904

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

site/code/index.html.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -393,6 +393,7 @@ Executor.execute(schema, query) map println
393393
- [Apollo Client](http://dev.apollodata.com/react/) ([github](https://github.com/apollostack/apollo-client)): A powerful JavaScript GraphQL client, designed to work well with React, React Native, Angular 2, or just plain JavaScript.
394394
- [graphql-request](https://github.com/graphcool/graphql-request): A simple and flexible JavaScript GraphQL client that works in all JavaScript environments (the browser, Node.js, and React Native) - basically a lightweight wrapper around \`fetch\`.
395395
- [Lokka](https://github.com/kadirahq/lokka): A simple JavaScript GraphQL client that works in all JavaScript environments (the browser, Node.js, and React Native).
396+
- [nanogql](https://github.com/yoshuawuyts/nanogql): Tiny graphQL client library using template strings
396397
397398
### Swift / Objective-C iOS
398399

0 commit comments

Comments
 (0)