prorm API Reference
    Preparing search index...

    Variable GRAPH_DIALECTSConst

    GRAPH_DIALECTS: {
        neo4j: typeof Neo4jGraphDialect;
        gremlin: typeof GremlinGraphDialect;
        neptune: typeof GremlinGraphDialect;
        dgraph: typeof DgraphGraphDialect;
    } = ...

    The graph dialects keyed by the name they should register under.

    Type Declaration