Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

WunderGraph Federated Graphs API

Manage federated graphs composed from multiple subgraphs using label matchers.

WunderGraph Federated Graphs API is one of 10 APIs that WunderGraph publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 10 JSON Schema definitions.

Tagged areas include Federated Graphs. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, a JSON-LD context, and 10 JSON Schemas.

This API exposes 8 operations across 5 paths, and defines 3 schemas. It is described by OpenAPI 3.1.0, at version 1.0.0.

Requests are made against a single base URL, https://cosmo-cp.wundergraph.com.

8 operations 5 paths 3 schemas 1 DELETE4 GET2 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0.0
Server
https://cosmo-cp.wundergraph.com
Authentication
API Key
License
Resource Areas
1

Authentication & Security 1

WunderGraph Federated Graphs API declares 1 security scheme for authenticating requests. An API key is passed in the header as Authorization (apiKey).

  • apiKey — API key for authenticating with the Cosmo Platform API. Obtain via Cosmo Studio or wgc CLI. Set as COSMOAPIKEY environment variable.

Paths & Operations 8

Across 5 paths, the API surfaces 8 operations — 1 DELETE, 4 GET, 2 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Federated Graphs 8

Manage federated graphs composed from multiple subgraphs using label matchers.

GET
/v1/federated-graphs
WunderGraph List federated graphs
listFederatedGraphs 3 params → 200
POST
/v1/federated-graphs
WunderGraph Create a federated graph
createFederatedGraph body → 200
GET
/v1/federated-graphs/{name}
WunderGraph Get a federated graph
getFederatedGraph 2 params → 200
PUT
/v1/federated-graphs/{name}
WunderGraph Update a federated graph
updateFederatedGraph 1 param body → 200
DELETE
/v1/federated-graphs/{name}
WunderGraph Delete a federated graph
deleteFederatedGraph 2 params → 200
GET
/v1/federated-graphs/{name}/fetch
WunderGraph Fetch federated graph SDL
fetchFederatedGraphSDL 2 params → 200
GET
/v1/federated-graphs/{name}/changelog
WunderGraph Get federated graph changelog
getFederatedGraphChangelog 2 params → 200
POST
/v1/federated-graphs/{name}/move
WunderGraph Move a federated graph to another namespace
moveFederatedGraph 1 param body → 200

Schemas 3

The contract defines 3 schemas that model the data the API accepts and returns. The most detailed are FederatedGraph (11 properties), ChangelogEntry (6 properties), OperationResponse (2 properties). Each schema is shown below with its type and property counts.

FederatedGraph
object
11 properties
ChangelogEntry
object
6 properties
OperationResponse
object
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

wundergraph-federated-graphs-api-openapi.yml Raw ↑

Other APIs WunderGraph publishes across the network.

WunderGraph Analytics API
WunderGraph API Keys API
WunderGraph Feature Flags API
WunderGraph Feature Subgraphs API
WunderGraph Monographs API
WunderGraph Namespaces API
WunderGraph Router API
WunderGraph Schema Contracts API
WunderGraph Subgraphs API