ts-graphviz
    Preparing search index...

    Interface SubgraphASTPropatiesBeta

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

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

    Hierarchy (View Summary)

    Index

    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.