Method: GraphQL::Testing::Helpers::SchemaHelpers#with_resolution_context
- Defined in:
- lib/graphql/testing/helpers.rb
permalink #with_resolution_context(*args, **kwargs, &block) ⇒ Object
[View source] [View on GitHub]
141 142 143 144 |
# File 'lib/graphql/testing/helpers.rb', line 141 def with_resolution_context(*args, **kwargs, &block) # schema will be added later super(nil, *args, **kwargs, &block) end |