{ "opencollection": "1.0.0", "info": { "name": "WunderGraph Cosmo Platform Analytics Federated Graphs API", "version": "1.0.0" }, "items": [ { "info": { "name": "Federated Graphs", "type": "folder" }, "items": [ { "info": { "name": "WunderGraph List federated graphs", "type": "http" }, "http": { "method": "GET", "url": "https://cosmo-cp.wundergraph.com/v1/federated-graphs", "params": [ { "name": "namespace", "value": "", "type": "query", "description": "Filter by namespace name." }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of results to return." }, { "name": "offset", "value": "", "type": "query", "description": "Number of results to skip." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Lists all federated graphs in the organization, optionally filtered by namespace. Federated graphs represent the composed supergraph made up of multiple subgraphs." }, { "info": { "name": "WunderGraph Create a federated graph", "type": "http" }, "http": { "method": "POST", "url": "https://cosmo-cp.wundergraph.com/v1/federated-graphs", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Creates a new federated graph. A federated graph is composed from one or more subgraphs selected by label matchers." }, { "info": { "name": "WunderGraph Get a federated graph", "type": "http" }, "http": { "method": "GET", "url": "https://cosmo-cp.wundergraph.com/v1/federated-graphs/:name", "params": [ { "name": "name", "value": "", "type": "path", "description": "The name of the federated graph." }, { "name": "namespace", "value": "", "type": "query", "description": "The namespace of the graph." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Retrieves details of a specific federated graph by name." }, { "info": { "name": "WunderGraph Update a federated graph", "type": "http" }, "http": { "method": "PUT", "url": "https://cosmo-cp.wundergraph.com/v1/federated-graphs/:name", "params": [ { "name": "name", "value": "", "type": "path", "description": "The name of the federated graph to update." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Updates the configuration of an existing federated graph, including its routing URL, label matchers, or admission webhook." }, { "info": { "name": "WunderGraph Delete a federated graph", "type": "http" }, "http": { "method": "DELETE", "url": "https://cosmo-cp.wundergraph.com/v1/federated-graphs/:name", "params": [ { "name": "name", "value": "", "type": "path", "description": "The name of the federated graph to delete." }, { "name": "namespace", "value": "", "type": "query", "description": "The namespace of the graph." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Deletes a federated graph and its associated configuration from the control plane." }, { "info": { "name": "WunderGraph Fetch federated graph SDL", "type": "http" }, "http": { "method": "GET", "url": "https://cosmo-cp.wundergraph.com/v1/federated-graphs/:name/fetch", "params": [ { "name": "name", "value": "", "type": "path", "description": "The name of the federated graph." }, { "name": "namespace", "value": "", "type": "query", "description": "The namespace of the graph." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Downloads the latest valid Schema Definition Language (SDL) of a federated graph and all its subgraphs from the control plane." }, { "info": { "name": "WunderGraph Get federated graph changelog", "type": "http" }, "http": { "method": "GET", "url": "https://cosmo-cp.wundergraph.com/v1/federated-graphs/:name/changelog", "params": [ { "name": "name", "value": "", "type": "path", "description": "The name of the federated graph." }, { "name": "namespace", "value": "", "type": "query", "description": "The namespace of the graph." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Retrieves the composition changelog for a federated graph showing schema changes over time." }, { "info": { "name": "WunderGraph Move a federated graph to another namespace", "type": "http" }, "http": { "method": "POST", "url": "https://cosmo-cp.wundergraph.com/v1/federated-graphs/:name/move", "params": [ { "name": "name", "value": "", "type": "path", "description": "The name of the federated graph to move." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Moves a federated graph from one namespace to another." } ] } ], "bundled": true }