We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65d8e78 commit 8b68497Copy full SHA for 8b68497
models/meshmodel/entity/types.go
@@ -13,6 +13,7 @@ const (
13
RelationshipDefinition EntityType = "relationship"
14
Model EntityType = "model"
15
Category EntityType = "category"
16
+ SubCategory EntityType = "sub_category"
17
)
18
19
// Each entity will have it's own Filter implementation via which it exposes the nobs and dials to fetch entities
0 commit comments