Module: Rails::GraphQL::ControllerRuntime
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/rails/graphql/railties/controller_runtime.rb
Overview
GraphQL Controller Runtime
Tool that calculates the runtime of a GraphQL operation. This works similar to how Rails ActiveRecord calculate its execution time while performing a request
Defined Under Namespace
Modules: ClassMethods