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

Returns:

  • (Object)

    the current value of name



14
15
16
# File 'lib/graphql/static_validation/rules/fields_will_merge.rb', line 14

def name
  @name
end

#parentsObject

Returns the value of attribute parents

Returns:

  • (Object)

    the current value of parents



14
15
16
# File 'lib/graphql/static_validation/rules/fields_will_merge.rb', line 14

def parents
  @parents
end