graphql-python / graphql-python/graphql-core-legacy
Include the ancestor field ast in the resolver's `ResolveInfo`
Open
- Dominant language
- Python
- Stars
- 372
- Forks
- 175
- PR merge metrics
- No merged PRs in 30d
Description
Just as how `field_asts` contains the descendants to be resolved after a resolver, it would be nice if the `ResolveInfo` object also contains the field ast's ancestors that leads to the currently-resolved field.
This information would make https://github.com/graphql-python/graphql-core/issues/127 really easy to resolve.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.