apollographql/skills
These skills were imported into SkillJury from the public skills ecosystem.
graphql-schema
by apollographql/skills
This guide covers best practices for designing GraphQL schemas that are intuitive, performant, and maintainable. Schema design is primarily a server-side concern that directly impacts API usability.
graphql-operations
by apollographql/skills
This guide covers best practices for writing GraphQL operations (queries, mutations, subscriptions) as a client developer. Well-written operations are efficient, type-safe, and maintainable.
apollo-mcp-server
by apollographql/skills
Apollo MCP Server exposes GraphQL operations as MCP tools, enabling AI agents to interact with GraphQL APIs through the Model Context Protocol.
apollo-server
by apollographql/skills
Apollo Server is an open-source GraphQL server that works with any GraphQL schema. Apollo Server 5 is framework-agnostic and runs standalone or integrates with Express, Fastify, and serverless environments.
apollo-connectors
by apollographql/skills
Source details, install context, and public review data are available on the full page.
rover
by apollographql/skills
Rover is the official CLI for Apollo GraphOS. It helps you manage schemas, run composition locally, publish to GraphOS, and develop supergraphs on your local machine.
apollo-federation
by apollographql/skills
Apollo Federation enables composing multiple GraphQL APIs (subgraphs) into a unified supergraph.
apollo-kotlin
by apollographql/skills
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-router
by apollographql/skills
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.
rust-best-practices
by apollographql/skills
Apply these guidelines when writing or reviewing Rust code. Based on Apollo GraphQL's Rust Best Practices Handbook .
apollo-client
by apollographql/skills
Apollo Client is a comprehensive state management library for JavaScript that enables you to manage both local and remote data with GraphQL. Version 4.x brings improved caching, better TypeScript support, and React 19 compatibility.