gqlalchemy.graph_algorithms.query_builder
MemgraphQueryBuilder Objects
class MemgraphQueryBuilder(QueryBuilder)
This query builder extends the usual Cypher query builder capabilities with Memgraph's query modules. User gets with this module autocomplete features of graph algorithms. Documentation on the methods can be found on Memgraph's web page.
MageQueryBuilder Objects
class MageQueryBuilder(MemgraphQueryBuilder)
This query builder extends the Memgraph query builder with Memgraph MAGE graph algorithm Cypher options. User gets with this module autocomplete features of graph algorithms written in MAGE library. Documentation on the methods can be found on Memgraph's web page.