Skip to content

Commit 55af268

Browse files
authored
Update index.html.js
1 parent c6c26a7 commit 55af268

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

site/code/index.html.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,8 @@ Executor.execute(schema, query) map println
391391
392392
- [Relay](https://facebook.github.io/relay/) ([github](https://github.com/facebook/relay)) ([npm](https://www.npmjs.com/package/react-relay)): Facebook's framework for building React applications that talk to a GraphQL backend.
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.
394-
- [graphql-request](https://github.com/graphcool/graphql-request): A simple and lightweight JavaScript GraphQL client that works in all JavaScript environments - the browser, Node.js, and React Native.
394+
- [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`.
395+
- [Lokka](https://github.com/kadirahq/lokka): A simple JavaScript GraphQL client that works in all JavaScript environments (the browser, Node.js, and React Native)
395396
396397
### Swift / Objective-C iOS
397398

0 commit comments

Comments
 (0)