Hi,
GraphQL-java gives an option to instrument the datafetcher inside the instrumentation class,
but graphql-java-tools wrap the datafetcher so this ability is not available to anyone using this library.
Can you please expose the wrapped dataFetcher? it should be inside the get method insdie MethodFieldResolver.
Thanks!