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
14 15 16 |
# File 'lib/graphql/static_validation/rules/fields_will_merge.rb', line 14 def name @name 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 |