```{ stockitem(id: "AAH3321") { features(whe...
# orm-help
m
Copy code
{
  stockitem(id: "AAH3321") {
    features(where: {
    standard: true
    }) {
      description
      standard
    }
  }
}