```type StockItem { features(standard: Boolean):...
# orm-help
m
Copy code
type StockItem {
  features(standard: Boolean): [Feature]
}