Class: GraphQL::StaticValidation::FieldsWillMerge::Field
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - GraphQL::StaticValidation::FieldsWillMerge::Field
 
 
- Defined in:
 - lib/graphql/static_validation/rules/fields_will_merge.rb
 
Instance Attribute Summary collapse
- 
  
    
      #definition  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute definition.
 - 
  
    
      #node  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute node.
 - 
  
    
      #owner_type  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute owner_type.
 - 
  
    
      #parents  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute parents.
 
Instance Attribute Details
#definition ⇒ Object
Returns the value of attribute definition
      14 15 16  | 
    
      # File 'lib/graphql/static_validation/rules/fields_will_merge.rb', line 14 def definition @definition end  | 
  
#node ⇒ Object
Returns the value of attribute node
      14 15 16  | 
    
      # File 'lib/graphql/static_validation/rules/fields_will_merge.rb', line 14 def node @node end  | 
  
#owner_type ⇒ Object
Returns the value of attribute owner_type
      14 15 16  | 
    
      # File 'lib/graphql/static_validation/rules/fields_will_merge.rb', line 14 def owner_type @owner_type end  | 
  
#parents ⇒ Object
Returns the value of attribute parents
      14 15 16  | 
    
      # File 'lib/graphql/static_validation/rules/fields_will_merge.rb', line 14 def parents @parents end  |