WunderGraph Cloud · GraphQL Specification

WunderGraph Cloud GraphQL API

WunderGraph Cosmo is the full lifecycle GraphQL API management platform for building, managing, and scaling federated supergraphs. The control plane exposes a Platform API (used by the Cosmo CLI and Studio) via Connect RPC (protobuf over HTTP) at `https://cosmo-cp.wundergraph.com`. The GraphQL SDL below represents the canonical type surface derived from the official protobuf service definition (`proto/wg/cosmo/platform/v1/platform.proto`) in the open-source Cosmo repository.

Documentation Endpoint View on GitHub GraphQLFederationAPI GatewaySupergraphAPI ManagementGraphQL FederationDeveloper PlatformGraphQL

Overview

WunderGraph Cloud GraphQL API is a GraphQL API specification published by WunderGraph Cloud on the APIs.io network.

WunderGraph Cosmo is the full lifecycle GraphQL API management platform for building, managing, and scaling federated supergraphs. The control plane exposes a Platform API (used by the Cosmo CLI and Studio) via Connect RPC (protobuf over HTTP) at https://cosmo-cp.wundergraph.com. The GraphQL SDL below represents the canonical type surface derived from the official protobuf service definition (proto/wg/cosmo/platform/v1/platform.proto) in the open-source Cosmo repository.

The GraphQL endpoint is available at https://cosmo-cp.wundergraph.com. documentation is published at https://cosmo-docs.wundergraph.com/.

The specification includes 4 reference links.

Tagged areas include Federation, API Gateway, Supergraph, API Management, and GraphQL Federation.

Endpoint

https://cosmo-cp.wundergraph.com

References

Back to WunderGraph Cloud · All GraphQL Specs · GitHub