interface SubgraphConstructor {
    new SubgraphConstructornew (id?, attributes?): SubgraphModel;
    new SubgraphConstructornew (attributes?): SubgraphModel;
    new SubgraphConstructornew (...args): SubgraphModel;
}

Constructors

Constructors

Generated using TypeDoc