# Apollo Connectors Integrate GraphQL APIs with REST APIs

DevFeed: [Apollo Connectors Integrate GraphQL APIs with REST APIs](<https://devfeed.tech/articles/apollo-connectors-blazing-fast-integration-with-rest-apis-23177.md>)

Original publisher: [Read original article](<https://www.apollographql.com/blog/apollo-connectors-for-rest-apis>)

Author: Dylan Anthony

Published: 2024-10-09T08:31:00Z

Content type: article

Language: en

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

Topics: [GraphQL](<https://devfeed.tech/topics/graphql.md>), [REST API](<https://devfeed.tech/topics/rest-api.md>), [Programming](<https://devfeed.tech/topics/programming.md>)

Tags: [announcement](<https://devfeed.tech/tags/announcement.md>), [apollo-connectors](<https://devfeed.tech/tags/apollo-connectors.md>), [declarative](<https://devfeed.tech/tags/declarative.md>), [graphql](<https://devfeed.tech/tags/graphql.md>), [observability](<https://devfeed.tech/tags/observability.md>), [opentelemetry](<https://devfeed.tech/tags/opentelemetry.md>), [rest-apis](<https://devfeed.tech/tags/rest-apis.md>), [schema](<https://devfeed.tech/tags/schema.md>)

## AI overview

Apollo Connectors let developers connect GraphQL fields to HTTP APIs using declarative syntax in schema files. GraphOS Router can communicate directly with the APIs without an intermediate subgraph service.

## Source excerpt

Apollo Connectors make it easier than ever to create a GraphQL API leveraging non-GraphQL services. Developers can use a declarative syntax, right in their schema files, to connect GraphQL fields to HTTP APIs. GraphOS Router uses that information to talk directly to the API, no subgraph needed.