# Integrate Headless CMS Data with any API in GraphQL

DevFeed: [Integrate Headless CMS Data with any API in GraphQL](<https://devfeed.tech/articles/integrate-headless-cms-data-with-any-api-in-graphql-23401.md>)

Original publisher: [Read original article](<https://www.apollographql.com/blog/integrate-headless-cms-data-with-any-api-in-graphql>)

Author: Michael Watson

Published: 2025-04-09T10:03:00Z

Content type: tutorial

Language: en

Sources: [Apollo Blog](<https://devfeed.tech/sources/apollo-blog.md>)

Topics: [Content Management System](<https://devfeed.tech/topics/cms.md>), [GraphQL](<https://devfeed.tech/topics/graphql.md>), [API](<https://devfeed.tech/topics/api.md>), [Apollo Connectors](<https://devfeed.tech/topics/apollo-connectors.md>), [client](<https://devfeed.tech/topics/client.md>), [BFF](<https://devfeed.tech/topics/bff.md>), [Back end](<https://devfeed.tech/topics/backend.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [apollo-connectors](<https://devfeed.tech/tags/apollo-connectors.md>), [bff](<https://devfeed.tech/tags/bff.md>), [cms](<https://devfeed.tech/tags/cms.md>), [frontend](<https://devfeed.tech/tags/frontend.md>), [github](<https://devfeed.tech/tags/github.md>), [graphql](<https://devfeed.tech/tags/graphql.md>), [rest](<https://devfeed.tech/tags/rest.md>)

## AI overview

This tutorial explains how to integrate headless CMS data with other APIs in GraphQL. It presents Apollo Connectors for REST as a configuration-based way to combine CMS data with services such as pricing information, using Strapi as the example CMS.

## Source excerpt

Headless content management systems (CMS) have been increasingly popular because they allow content to be delivered to any device or platform via their APIs. This means you can manage content in one place and display it in any of your client applications. But most client use cases need some other data that doesn't live in our CMS that we have to orchestrate.