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



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

Returns:

  • (Object)

    the current value of parents



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

def parents
  @parents
end