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