Module: GraphQL::Rails::Operations::Callbacks

Extended by:
ActiveSupport::Concern
Includes:
ActiveSupport::Callbacks
Included in:
GraphQL::Rails::Operations
Defined in:
lib/graphql/rails/callbacks.rb

Overview

Implement callback methods on Operations. These are akin to the ‘filters’ available on ActionController::Base. api.rubyonrails.org/classes/AbstractController/Callbacks.html

Defined Under Namespace

Modules: ClassMethods