Method: GraphQL::Testing::Helpers::SchemaHelpers#with_resolution_context

Defined in:
lib/graphql/testing/helpers.rb

#with_resolution_context(*args, **kwargs, &block) ⇒ Object



147
148
149
150
# File 'lib/graphql/testing/helpers.rb', line 147

def with_resolution_context(*args, **kwargs, &block)
  # schema will be added later
  super(nil, *args, **kwargs, &block)
end