Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow others to trace
execute_field
GQL event
The new tracing API works in a way that modules get included into a `GraphQL::Tracing::Trace` class, which provides a no-op `#execute_field` implementation that just yields. If we don't call `super`, other tracing modules that override `#execute_field` as well, that got included before batch-loader, won't get executed, because `yield` will short-circuit the execution.
- Loading branch information