Interface SubgraphProperties

interface SubgraphProperties {
    enabled: boolean;
}

Hierarchy

  • Record<string, any>
    • SubgraphProperties

Properties

Properties

enabled: boolean