Method: GraphQL::Query::NullContext::NullQuery#after_lazy
- Defined in:
- lib/graphql/query/null_context.rb
#after_lazy(value) {|value| ... } ⇒ Object
10 11 12 |
# File 'lib/graphql/query/null_context.rb', line 10 def after_lazy(value) yield(value) end |