Class: GQL::Schema::List

Inherits:
Field
  • Object
show all
Defined in:
lib/gql/schema/list.rb

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

#propagate, #shutdown

Constructor Details

This class inherits a constructor from GQL::Field