Enable support for subgraphs in your graph tool.
Subgraph support lets you use one graph as a node in another graph. Use it to create reusable components and break complex graphs into smaller, more manageable pieces.
Before you can add support for subgraphs, you must have a graph tool implemented. If you haven’t already implemented a graph tool, you can follow these steps:
To add support for subgraphs, add GraphOptions.SupportsSubgraphs in the Graph attribute’s options parameter as follows:
[Graph(AssetExtension, GraphOptions.SupportsSubgraphs)]