{ "opencollection": "1.0.0", "info": { "name": "WunderGraph Cosmo Platform Analytics Schema Contracts API", "version": "1.0.0" }, "items": [ { "info": { "name": "Schema Contracts", "type": "folder" }, "items": [ { "info": { "name": "WunderGraph List schema contracts", "type": "http" }, "http": { "method": "GET", "url": "https://cosmo-cp.wundergraph.com/v1/schema-contracts", "params": [ { "name": "namespace", "value": "", "type": "query", "description": "Filter by namespace name." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Lists all schema contracts. Schema contracts let you provide filtered versions of your composed graph to different consumers." }, { "info": { "name": "WunderGraph Create a schema contract", "type": "http" }, "http": { "method": "POST", "url": "https://cosmo-cp.wundergraph.com/v1/schema-contracts", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Creates a new schema contract that provides a filtered view of a federated graph based on tag exclusions." } ] } ], "bundled": true }