Query based type node and filter its nested value

Hi @harshadbhatia,

You can do something like:

{
  business_products(func: uid(<uid-of-business>)) {
    hasProducts {
       name
    }
  }
}
2 Likes