Class: GQL::Schema::List
Constant Summary collapse
- RESULT_PROC =
-> target, _ { target.superclass == GQL::Call ? 'GQL::Schema::Call' : 'GQL::Schema::Field' }
Instance Attribute Summary
Attributes inherited from Field
#ast_node, #context, #target, #variables
Method Summary
Methods inherited from Field
build_class, execute, #initialize, #scalar_value, #value
Methods included from Mixins::Common
Constructor Details
This class inherits a constructor from GQL::Field