networkdisk.sql.master.MasterGraphs.load_graph
- MasterGraphs.load_graph(name=None, masterid=None, directed=None)
Load the Graph
- Parameters:
- name: non-mutable value
The name of the graph schema to fetch
- masterid: int
The id of the graph schema to fetch
- directed: bool or None
If True, will fetch only DiGraph schemas, if False only Graph schemas and if None, both.