---
title: Use the GraphQL Queries with Apollo SDKs
description: Apollo is a GraphQL client that helps you consume GraphQL APIs. In this section, we will learn how to use the Apollo client and Contentstack GraphQL queries to power the content of your apps.
url: https://www.contentstack.com/docs/developers/graphql-api/use-the-graphql-queries-with-apollo-sdks
product: Contentstack
doc_type: guide
audience:
  - developers
version: unknown
last_updated: 2026-03-26
---

# Use the GraphQL Queries with Apollo SDKs

This page introduces how to use Apollo (a GraphQL client) with Contentstack GraphQL queries to power application content, and provides links to platform-specific Apollo Client SDK guides (iOS, Android, JavaScript, and React Native). It is intended for developers integrating Contentstack GraphQL APIs into apps using Apollo.

## Guide on using GraphQL Queries with Apollo Client SDKs

Use the GraphQL Queries with Apollo SDKs

Apollo is a GraphQL client that helps you consume GraphQL APIs. In this section, we will learn how to use the Apollo client and Contentstack GraphQL queries to power the content of your apps.

### Links

- **Use GraphQL Queries with Apollo Client iOS SDK**
  - Title: Use GraphQL Queries with Apollo Client iOS SDK
  - Url: /developers/graphql-api/use-the-graphql-queries-with-apollo-sdks/use-graphql-queries-with-apollo-client-ios-sdk
- **Use GraphQL Queries with Apollo Client Android SDK**
  - Title: Use GraphQL Queries with Apollo Client Android SDK
  - Url: /developers/graphql-api/use-the-graphql-queries-with-apollo-sdks/use-graphql-queries-with-apollo-client-android-sdk
- **Use GraphQL Queries with Apollo Client JavaScript SDK**
  - Title: Use GraphQL Queries with Apollo Client JavaScript SDK
  - Url: /developers/graphql-api/use-the-graphql-queries-with-apollo-sdks/use-graphql-queries-with-apollo-client-javascript-sdk
- **Use GraphQL Queries with Apollo Client React Native SDK**
  - Title: Use GraphQL Queries with Apollo Client React Native SDK
  - Url: /developers/graphql-api/use-the-graphql-queries-with-apollo-sdks/use-graphql-queries-with-apollo-client-react-native-sdk

## Common questions

### What is Apollo in the context of this page?
Apollo is a GraphQL client that helps you consume GraphQL APIs.

### What will I learn in this section?
You will learn how to use the Apollo client and Contentstack GraphQL queries to power the content of your apps.

### Which Apollo Client SDK guides are linked from this page?
iOS, Android, JavaScript, and React Native.

### Where can I find the platform-specific guides?
Use the links listed under the “Links” section for each SDK.