diff --git a/docs/source/index.mdx b/docs/source/index.mdx index 4a8b80667..12ef29634 100644 --- a/docs/source/index.mdx +++ b/docs/source/index.mdx @@ -10,7 +10,7 @@ Apollo iOS executes queries and mutations using a GraphQL server and returns res Apollo iOS also includes caching mechanisms specifically for GraphQL data, enabling you to execute GraphQL queries against your locally cached data directly.
- + Installation
@@ -68,7 +68,7 @@ Apollo iOS handles all the heavy lifting of networking with GraphQL, including: Apollo Client's integration for [React](/react) also works with [React Native](https://facebook.github.io/react-native/) on both iOS and Android.
- + Get Started!