Class: GraphQL::Doctor::IR::FieldDefinition

Inherits:
Struct
  • Object
show all
Defined in:
lib/graphql/doctor/ir.rb

Instance Attribute Summary collapse

Instance Attribute Details

#argumentsObject

Returns the value of attribute arguments

Returns:

  • (Object)

    the current value of arguments



7
8
9
# File 'lib/graphql/doctor/ir.rb', line 7

def arguments
  @arguments
end

#block_locationObject

Returns the value of attribute block_location

Returns:

  • (Object)

    the current value of block_location



7
8
9
# File 'lib/graphql/doctor/ir.rb', line 7

def block_location
  @block_location
end

#confidenceObject

Returns the value of attribute confidence

Returns:

  • (Object)

    the current value of confidence



7
8
9
# File 'lib/graphql/doctor/ir.rb', line 7

def confidence
  @confidence
end

#definition_locationObject

Returns the value of attribute definition_location

Returns:

  • (Object)

    the current value of definition_location



7
8
9
# File 'lib/graphql/doctor/ir.rb', line 7

def definition_location
  @definition_location
end

#graphql_nameObject

Returns the value of attribute graphql_name

Returns:

  • (Object)

    the current value of graphql_name



7
8
9
# File 'lib/graphql/doctor/ir.rb', line 7

def graphql_name
  @graphql_name
end

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



7
8
9
# File 'lib/graphql/doctor/ir.rb', line 7

def options
  @options
end

#ownerObject

Returns the value of attribute owner

Returns:

  • (Object)

    the current value of owner



7
8
9
# File 'lib/graphql/doctor/ir.rb', line 7

def owner
  @owner
end

#ruby_nameObject

Returns the value of attribute ruby_name

Returns:

  • (Object)

    the current value of ruby_name



7
8
9
# File 'lib/graphql/doctor/ir.rb', line 7

def ruby_name
  @ruby_name
end

#type_expressionObject

Returns the value of attribute type_expression

Returns:

  • (Object)

    the current value of type_expression



7
8
9
# File 'lib/graphql/doctor/ir.rb', line 7

def type_expression
  @type_expression
end