SubgraphASTPropaties describes the properties of an AST node representing a subgraph.

interface SubgraphASTPropaties {
    id?: LiteralASTNode<string>;
    location?: FileRange;
}

Hierarchy (view full)

Properties

Properties

id?: LiteralASTNode<string>

id is an optional LiteralASTNode that represents the identifier of the subgraph.

location?: FileRange

The start and end location of the AST object.

Generated using TypeDoc