apollo▌
8 indexed skills · max 10 per page
apollo-router-plugin-creator
apollographql/skills · Productivity
Create native Rust plugins for Apollo Router.
apollo-kotlin
apollographql/skills · Productivity
Apollo Kotlin is a strongly typed GraphQL client that generates Kotlin models from your GraphQL operations and schema, that can be used in Android, JVM, and Kotlin Multiplatform projects.
apollo-mcp-server
apollographql/skills · Backend
Connect AI agents to GraphQL APIs through the Model Context Protocol with built-in introspection and operation tools. \n \n Exposes GraphQL operations as MCP tools; supports three operation sources: local files, GraphOS Studio collections, and persisted query manifests \n Provides four introspection tools (introspect, search, validate, execute) for schema exploration and ad-hoc query testing; minification mode reduces token usage with compact notation \n Configurable authentication via static he
apollo-router
apollographql/skills · Productivity
Apollo Router is a high-performance graph router written in Rust for running Apollo Federation 2 supergraphs. It sits in front of your subgraphs and handles query planning, execution, and response composition.
apollo-connectors
apollographql/skills · Productivity
Integrate REST APIs into GraphQL supergraphs using @source and @connect directives. \n \n Provides a structured 5-step process: research API structure, implement schema with directives, validate via rover supergraph compose , execute connectors, and test coverage \n Supports request configuration including headers, body payloads, batching for N+1 patterns, and environment variable injection via $env \n Handles response mapping with field selection, aliasing, sub-selections for nested data, and e
apollo-server
apollographql/skills · Backend
Complete guide for building GraphQL servers with Apollo Server 5.x across frameworks. \n \n Covers schema definition, resolvers, context setup, and error handling with TypeScript support \n Supports standalone mode for prototyping and integrations with Express, Fastify, Koa, and serverless environments \n Includes resolver patterns, authentication/authorization, plugins, DataLoader for N+1 prevention, and performance optimization techniques \n Provides reference documentation for data sources, e
apollo-federation
apollographql/skills · Productivity
Apollo Federation enables composing multiple GraphQL APIs (subgraphs) into a unified supergraph.
apollo-client
apollographql/skills · Productivity
Comprehensive guide for building React applications with Apollo Client 4.x, covering queries, mutations, caching, and state management. \n \n Supports multiple React frameworks and setups: client-side apps (Vite, CRA), Next.js App Router with React Server Components, React Router 7 with streaming SSR, and TanStack Start \n Includes hooks for queries ( useQuery , useLazyQuery ), mutations ( useMutation ), and Suspense-based patterns ( useSuspenseQuery , useBackgroundQuery ) for modern React 18+ a