Fork me on GitHub
#graphql
<
2017-06-30
>
jonpither08:06:16

in a resolver can I access the parent or grandparent value?

hlship16:06:07

A resolver is passed its immediate container's resolved value. Grandfather is not available.

hlship16:06:31

But check out this PR: https://github.com/walmartlabs/lacinia/pull/89 which allows another channel of communication.