graphql-core-legacy
graphql-core-legacy copied to clipboard
Add `executor` to ResolveInfo
If I'm interested in making a subquery, I need access to the executor for an internal subquery.
Currently, it's extra context that a developer needs to keep in mind, and keep coordinated.