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
13 14 15 |
# File 'lib/graphql/static_validation/rules/fields_will_merge.rb', line 13 def definition @definition end |
#node ⇒ Object
Returns the value of attribute node
13 14 15 |
# File 'lib/graphql/static_validation/rules/fields_will_merge.rb', line 13 def node @node end |
#owner_type ⇒ Object
Returns the value of attribute owner_type
13 14 15 |
# File 'lib/graphql/static_validation/rules/fields_will_merge.rb', line 13 def owner_type @owner_type end |
#parents ⇒ Object
Returns the value of attribute parents
13 14 15 |
# File 'lib/graphql/static_validation/rules/fields_will_merge.rb', line 13 def parents @parents end |