Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 1.22 KB

File metadata and controls

42 lines (33 loc) · 1.22 KB
page_title cosmo_subgraph Data Source - cosmo
subcategory
description Cosmo Subgraph Data Source

cosmo_subgraph (Data Source)

Cosmo Subgraph Data Source

Example Usage

data "cosmo_subgraph" "test" {
  name      = var.name
  namespace = var.namespace
}

Schema

Required

  • name (String) The name of the subgraph.
  • namespace (String) The namespace in which the subgraph is located.

Read-Only

  • 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.