Module: GraphQL::Schema::Member::HasValidators::ClassConfigured Private
- Defined in:
 - lib/graphql/schema/member/has_validators.rb
 
This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.
Defined Under Namespace
Modules: ClassValidators
Instance Method Summary collapse
- 
  
    
      #inherited(child_cls)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  private
  
    
 
Instance Method Details
#inherited(child_cls) ⇒ 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.
      25 26 27 28  | 
    
      # File 'lib/graphql/schema/member/has_validators.rb', line 25 def inherited(child_cls) super child_cls.extend(ClassValidators) end  |