Library¶
Top level Functions¶
-
model
- Create aGraphModel
-
build
- Generate aGraphRepresentation
from aGraphModel
SDK¶
Model¶
-
The
GraphModel
Class which is used to declaratively register, Edge and/or Node data supplier functions. Using theGraphModel.node()
andGraphMode.edge()
decorators.
Builders¶
-
graphinate.builders.NetworkxBuilder
- Generates a NetworkX Graph instance. -
graphinate.builders.D3Builder
- Generates a D3 Graph instance (i.e. a Dict). -
graphinate.builders.GraphQLBuilder
- Generates a Strawberry GraphQL Schema instance -
graphinate.builders.MermaidBuilder
- Generates a Mermaid Diagram