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
| 10 11 12 | # File 'lib/graphql/query/null_context.rb', line 10 def after_lazy(value) yield(value) end |