Skip to content

Commit 22851c1

Browse files
Add Apollo iOS to GraphQL Clients section
1 parent 6d11d39 commit 22851c1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

site/code/index.html.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,10 +313,16 @@ Code that executes a hello world GraphQL query with \`graphql-clj\`:
313313
314314
## GraphQL Clients
315315
316+
### JavaScript
317+
316318
- [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.
317319
- [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.
318320
- [Lokka](https://github.com/kadirahq/lokka): A simple JavaScript GraphQL client that works in all JavaScript environments - the browser, Node.js, and React Native.
319321
322+
### Swift / iOS
323+
324+
- [Apollo iOS](http://dev.apollodata.com/ios/) ([github](https://github.com/apollostack/apollo-ios)): A GraphQL client for iOS that returns results as query-specific Swift types, and integrates with Xcode to show your Swift source and GraphQL side by side, with inline validation errors.
325+
320326
## Tools
321327
322328
- [graphiql](https://github.com/graphql/graphiql) ([npm](https://www.npmjs.com/package/graphiql)): An interactive in-browser GraphQL IDE.

0 commit comments

Comments
 (0)