Class: GraphQL::Query::NullContext::NullQuery

Inherits:
Object
  • Object
show all
Defined in:
lib/graphql/query/null_context.rb

Instance Method Summary collapse

Instance Method Details

#after_lazy(value) {|value| ... } ⇒ Object

Yields:

  • (value)


15
16
17
# File 'lib/graphql/query/null_context.rb', line 15

def after_lazy(value)
  yield(value)
end