Problem
To fully support re-entrancy, Viaduct must allow resolvers to load selections not known until runtime further queries using Context.query. Docs available here.
What are we planning to do about it?
Implement Context.query so that resolvers can execute a subquery, i.e., a GraphQL query operation rooted in the full-schema’s Query root type.
What are we not planning to do about it?
n/a
Problem
To fully support re-entrancy, Viaduct must allow resolvers to load selections not known until runtime further queries using
Context.query. Docs available here.What are we planning to do about it?
Implement
Context.queryso that resolvers can execute a subquery, i.e., a GraphQL query operation rooted in the full-schema’sQueryroot type.What are we not planning to do about it?
n/a