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.
Type: client
Website: https://github.com/apollographql/apollo-ios
Features
| Feature Name | Supported Since | Note |
|---|---|---|
| 'application/graphql-response+json' media type | 1.16.1 | |
| 'onError' request parameter | - | |
| @oneOf | 1.16.0 | |
| @semanticNonNull | - | |
| Deprecated objects | - | Requires support in GraphQL.js |
| Directives on directives | - | Requires support in GraphQL.js |
| Executable documents descriptions | - | Requires support in GraphQL.js |
| Fragment Arguments | - | Requires support in GraphQL.js |
| Semantic Introspection | N/A | Not applicable to clients. |
| Service capabilities | N/A | There is no server capability so far that could justify adding support in Apollo Client |