【发布时间】:2021-08-30 11:00:10
【问题描述】:
属性嵌套时是否可以使用“where”过滤子图?
例如,如果我们有这样的查询,我们可以按应用程序名称过滤它吗?
{
challenges(where: {something?}) {
challenger
outcome
application {
id
name
}
}
}
我试过这样的,但它不起作用
{
challenges(where: {application: {name: "something"}) {
challenger
outcome
application {
id
name
}
}
}
【问题讨论】:
标签: blockchain ethereum thegraph