How to filter by typed property in GraphQL?

前端 未结 0 927
臣服心动
臣服心动 2020-12-03 20:05

I want to filter my products by category name, category is a type also:

type Product {
  id: String!
  name: String!
  category: Category!
}

type Category {
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题