Class: GraphQL::Doctor::IR::FieldDefinition
- Inherits:
-
Struct
- Object
- Struct
- GraphQL::Doctor::IR::FieldDefinition
- Defined in:
- lib/graphql/doctor/ir.rb
Instance Attribute Summary collapse
-
#arguments ⇒ Object
Returns the value of attribute arguments.
-
#block_location ⇒ Object
Returns the value of attribute block_location.
-
#confidence ⇒ Object
Returns the value of attribute confidence.
-
#definition_location ⇒ Object
Returns the value of attribute definition_location.
-
#graphql_name ⇒ Object
Returns the value of attribute graphql_name.
-
#options ⇒ Object
Returns the value of attribute options.
-
#owner ⇒ Object
Returns the value of attribute owner.
-
#ruby_name ⇒ Object
Returns the value of attribute ruby_name.
-
#type_expression ⇒ Object
Returns the value of attribute type_expression.
Instance Attribute Details
#arguments ⇒ Object
Returns the value of attribute arguments
7 8 9 |
# File 'lib/graphql/doctor/ir.rb', line 7 def arguments @arguments end |
#block_location ⇒ Object
Returns the value of attribute block_location
7 8 9 |
# File 'lib/graphql/doctor/ir.rb', line 7 def block_location @block_location end |
#confidence ⇒ Object
Returns the value of attribute confidence
7 8 9 |
# File 'lib/graphql/doctor/ir.rb', line 7 def confidence @confidence end |
#definition_location ⇒ Object
Returns the value of attribute definition_location
7 8 9 |
# File 'lib/graphql/doctor/ir.rb', line 7 def definition_location @definition_location end |
#graphql_name ⇒ Object
Returns the value of attribute graphql_name
7 8 9 |
# File 'lib/graphql/doctor/ir.rb', line 7 def graphql_name @graphql_name end |
#options ⇒ Object
Returns the value of attribute options
7 8 9 |
# File 'lib/graphql/doctor/ir.rb', line 7 def @options end |
#owner ⇒ Object
Returns the value of attribute owner
7 8 9 |
# File 'lib/graphql/doctor/ir.rb', line 7 def owner @owner end |
#ruby_name ⇒ Object
Returns the value of attribute ruby_name
7 8 9 |
# File 'lib/graphql/doctor/ir.rb', line 7 def ruby_name @ruby_name end |
#type_expression ⇒ Object
Returns the value of attribute type_expression
7 8 9 |
# File 'lib/graphql/doctor/ir.rb', line 7 def type_expression @type_expression end |