Overriding build method to continue with a SchemaContext when one is found
# File lib/interactor/schema/context_extension.rb, line 5defself.build(context = {})
returncontextifcontext.is_a?(Interactor::Schema::Context)
self===context?context:new(context)
end