Type Alias TaxonomyData

TaxonomyData: {
    edges: TaxonomyEdge[];
    nodes: TaxonomyNode[];
    onAttribute: string;
}

Taxonomy data and the attribute whose type is this taxonomy