Class: GraphQL::StaticValidation::FieldsWillMerge::Field

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

Instance Attribute Summary collapse

Instance Attribute Details

#definitionObject

Returns the value of attribute definition

Returns:

  • (Object)

    the current value of definition



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

def definition
  @definition
end

#nodeObject

Returns the value of attribute node

Returns:

  • (Object)

    the current value of node



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

def node
  @node
end

#owner_typeObject

Returns the value of attribute owner_type

Returns:

  • (Object)

    the current value of owner_type



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

def owner_type
  @owner_type
end

#parentsObject

Returns the value of attribute parents

Returns:

  • (Object)

    the current value of parents



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

def parents
  @parents
end