Class: GQL::Schema::Field
Instance Attribute Summary
Attributes inherited from Field
#ast_node, #context, #target, #variables
Instance Method Summary collapse
Methods inherited from Field
build_class, execute, #initialize, #value
Methods included from Mixins::Common
Constructor Details
This class inherits a constructor from GQL::Field
Instance Method Details
#scalar_value ⇒ Object
11 12 13 |
# File 'lib/gql/schema/field.rb', line 11 def scalar_value target.name end |