What problem does it solve?
This Skill simplifies the management of GraphQL schemas and federation using the Apollo Rover CLI, streamlining workflows for publishing, composing, and developing GraphQL services.
Core Features & Use Cases
- Schema Management: Publish, check, and fetch subgraph and supergraph schemas.
- Local Development: Run local supergraph development environments with
rover dev.
- Validation: Ensure schema integrity with
check and lint commands.
- Authentication: Configure Rover authentication and manage environments.
- Use Case: You need to publish a new version of your
products subgraph schema to GraphOS and ensure it's compatible with the existing supergraph before deploying.
Quick Start
Use the rover skill to publish the schema file './schema.graphql' for the 'products' subgraph to the 'production' variant of the 'my-graph' graph.