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