About the GraphQLResolveInfo Object

The GraphQLResolveInfo object contains data specific to the current operation and resolver, as well as global data that applies to the entire GraphQL schema:

Can use this data to add logging to middleware to inspect resolvers.