12 skills
A guide for building React applications with Apollo Client 4.x. Covers setting up the client, writing GraphQL queries and mutations with hooks, configuring cache policies, managing local state with re
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
Helps you write Apollo Federation 2.x subgraph schemas for composing multiple GraphQL APIs into a single supergraph. Covers entity definitions with @key, field sharing with @shareable, computed fields
A GraphQL client for Android, JVM, and Kotlin Multiplatform projects. It generates strongly typed Kotlin models from your GraphQL schema and operations, so you work with real types instead of parsing
Connects AI agents to GraphQL APIs through the Model Context Protocol. It turns GraphQL operations into MCP tools that agents can call directly, and includes built-in tools for schema introspection, s
A version-aware configuration generator for Apollo Router, the Rust-based graph router that sits in front of federated GraphQL subgraphs. It produces correct YAML for both Router v1.x and v2.x, coveri
Guides you through writing native Rust plugins for Apollo Router. It covers the full request lifecycle, service hooks (router, supergraph, execution, subgraph), configuration structs, and registration
Build GraphQL servers using Apollo Server 5.x. Covers schema definition, resolver writing, context setup, authentication, plugin creation, and integration with Express, Fastify, or standalone mode. Gi
A guide for writing GraphQL queries, mutations, and subscriptions that follow established conventions. Covers operation naming, fragment organization, variable usage, conditional directives, and coloc
A reference guide for designing GraphQL schemas that are clean, evolvable, and client-friendly. Covers type design, nullability, naming conventions, pagination with the connection pattern, error model
CLI tool for managing GraphQL schemas in Apollo GraphOS. Handles publishing, fetching, and validating subgraph schemas, composing federated supergraphs locally, and running a local development router
A set of Rust coding guidelines drawn from Apollo GraphQL's internal handbook. Covers idiomatic patterns for borrowing and ownership, error handling with Result types, performance profiling, Clippy li