Class: GraphQL::StaticValidation::FieldsWillMerge::FragmentSpread

Inherits:
Struct
  • Object
show all
Defined in:
lib/graphql/static_validation/rules/fields_will_merge.rb

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

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

#parentsObject

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