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 graphql-python/graphql-core#127 really easy to resolve.