Method: GraphQL::Schema::Member::Scoped#inherited

Defined in:
lib/graphql/schema/member/scoped.rb

#inherited(subclass) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



31
32
33
34
35
36
# File 'lib/graphql/schema/member/scoped.rb', line 31

def inherited(subclass)
  super
  subclass.class_exec do
    @reauthorize_scoped_objects = nil
  end
end