Currently, the local context and the values in the GraphQLContext can only be retrieved in a data fetcher by requesting the DataFetchingEnvironment and invoking various methods on it. It would be great if annotations could be provided to allow these to be resolved as arguments to the method. This is similar to how Spring MVC currently allows quality of life annotations such as RequestHeader or CookieValue.