Skip to content

Commit 3694785

Browse files
authored
Merge pull request graphql#338 from wasauce/patch-1
Update index.html.js
2 parents 97b5309 + d52e987 commit 3694785

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

site/code/index.html.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ Executor.execute(schema, query) map println
367367
- [C# / .NET](#c-net-1)
368368
- [Java / Android](#java-android)
369369
- [JavaScript](#javascript-1)
370-
- [Swift / iOS](#swift-ios)
370+
- [Swift / Objective-C iOS](#swift-objective-c-ios)
371371
372372
### C# / .NET
373373
@@ -383,9 +383,10 @@ Executor.execute(schema, query) map println
383383
- [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.
384384
- [Lokka](https://github.com/kadirahq/lokka): A simple JavaScript GraphQL client that works in all JavaScript environments - the browser, Node.js, and React Native.
385385
386-
### Swift / iOS
386+
### Swift / Objective-C iOS
387387
388388
- [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.
389+
- [GraphQL iOS](https://github.com/funcompany/graphql-ios): An Objective-C GraphQL client for iOS.
389390
390391
## Tools
391392

0 commit comments

Comments
 (0)