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



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

def definition
  @definition
end

#nodeObject

Returns the value of attribute node

Returns:

  • (Object)

    the current value of node



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

def node
  @node
end

#owner_typeObject

Returns the value of attribute owner_type

Returns:

  • (Object)

    the current value of owner_type



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

def owner_type
  @owner_type
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