How to query with multiple 'and' conditions in where clause in Strapi, GraphQL?

后端 未结 0 552
轮回少年
轮回少年 2020-12-23 14:32

Now I am trying to query with multiple _and inside where in Strapi GraphQL playground. The query I am using is:

 {
  clients(
    where: {
      _and: [{ name         


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