Documentation Index
Fetch the complete documentation index at: https://cosmo-docs.wundergraph.com/llms.txt
Use this file to discover all available pages before exploring further.
Requirements
| Package | Minimum version |
|---|
| wgc | 0.74.0 |
Usage
npx wgc federated-graph version get <name>
Description
The wgc federated-graph version get command retrieves and displays the router compatibility version that has been set for a specific federated graph.
Output
The router compatibility version that has been set for the federated graph.
Example
> npx wgc federated-graph version get mygraph -n prod
┌────────────┬───────────┬─────────┐
│ GRAPH NAME │ NAMESPACE │ VERSION │
├────────────┼───────────┼─────────┤
│ mygraph │ prod │ 1 │
└────────────┴───────────┴─────────┘