| page_title | cosmo_subgraph Data Source - cosmo |
|---|---|
| subcategory | |
| description | Cosmo Subgraph Data Source |
Cosmo Subgraph Data Source
data "cosmo_subgraph" "test" {
name = var.name
namespace = var.namespace
}name(String) The name of the subgraph.namespace(String) The namespace in which the subgraph is located.
base_subgraph_name(String) The base subgraph name.headers(List of String) Headers for the subgraph.id(String) The unique identifier of the subgraph resource.is_event_driven_graph(Boolean) Indicates if the subgraph is event-driven.labels(Map of String) Labels for the subgraph.readme(String) The readme for the subgraph.routing_url(String) The routing URL of the subgraph.schema(String) The schema for the subgraph.subscription_protocol(String) The subscription protocol for the subgraph.subscription_url(String) The subscription URL for the subgraph.websocket_subprotocol(String) The websocket subprotocol for the subgraph.