Expand description
Schema dependency graph command
Analyzes and exports schema type dependencies in multiple formats.
Usage: fraiseql dependency-graph <schema.compiled.json> [–format=json|dot|mermaid|d2|console]
Structs§
- Cycle
Info - Information about a detected cycle
- Dependency
Graph Output - Serializable representation of the dependency graph
- Graph
Edge - An edge in the dependency graph
- Graph
Node - A node in the dependency graph
- Graph
Stats - Statistics about the dependency graph
Enums§
- Graph
Format - Export format for dependency graph
Functions§
- run
- Run the dependency graph command