Back to skills

apollo-connectors

development

Helps integrate REST APIs into GraphQL supergraphs using Apollo Connectors with @source and @connect directives. It walks through schema creation, composition validation, and connector execution using

Setup & Installation

npx skills add https://github.com/apollographql/apollo-connectors --skill apollo-connectors
or paste the link and ask your coding assistant to install it
https://github.com/apollographql/apollo-connectors
View on GitHub

What This Skill Does

Helps integrate REST APIs into GraphQL supergraphs using Apollo Connectors with @source and @connect directives. It walks through schema creation, composition validation, and connector execution using the rover CLI. Removes the guesswork from Apollo Connectors syntax and selection mapping so you can wire up REST APIs to GraphQL without constantly referencing the spec.

When to use it

  • Working with apollo connectors functionality
  • Implementing apollo connectors features
  • Debugging apollo connectors related issues