networkdisk.sql.master.MasterGraphs.save_graph
- MasterGraphs.save_graph(G, masterid=None, name=None)
Save the Graph Schema in the Master Table
- 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.