skills.vishalvoidskills/vishalvoid
Technical & DevelopmentIntermediate

apollo-connectors

Integrate REST APIs into GraphQL supergraphs using Apollo Connectors

Developer Setup

Setup & Installation

bash
npx skills add https://github.com/apollographql/skills --skill apollo-connectors

Overview

What This Skill Does

Integrate REST APIs into GraphQL supergraphs using Apollo Connectors

Application

When to use this Skill

Documentation

Show Skills.md file

Apollo Connectors Schema Assistant

MCP Tools

If GraphOS MCP Tools are available, use them:

  • connectors-spec: Fetch the complete Connectors specification before starting any connector work
  • apollo_docs_search: Search for relevant documentation
  • apollo_docs_read: Read specific documentation pages by slug

Documentation paths by topic:

  • Requests: /graphos/connectors/requests/url, /headers, /body, /batching
  • Responses: /graphos/connectors/responses/fields, /error-handling
  • Mapping: /graphos/connectors/mapping, /arrays, /enums, /literals
  • Entities: /graphos/connectors/entities, /patterns

Process

Follow this 5-step process. DO NOT skip any steps.

Step 1: Research

  • Understand the API being called and the structure of responses
  • Ask the user for example API responses if not provided
  • Fetch relevant documentation from MCP tools or reference files
  • DO NOT write any code until research is complete
Lines 1 - 25 of 178

Recommendations

Explore other random skills

All skillsMy patterns