Skip to content

Commit c6c26a7

Browse files
authored
Update index.html.js
Updated JS section to reference [graphql-request](https://github.com/graphcool/graphql-request) instead of Lokka as work on Lokka is discontinued.
1 parent 2519d74 commit c6c26a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/code/index.html.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ 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-
- [Lokka](https://github.com/kadirahq/lokka): A simple 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 lightweight JavaScript GraphQL client that works in all JavaScript environments - the browser, Node.js, and React Native.
395395
396396
### Swift / Objective-C iOS
397397

0 commit comments

Comments
 (0)