Use parent scope field as variable in inner scope

后端 未结 0 1384
灰色年华
灰色年华 2021-01-07 20:05

I have a query,

query {
    foo {
        baz

        bar (barBaz: baz) {
            ...
        }
    }
}

How would I get the value of

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