class GraphQL::Schema::Warden

def read_through

def read_through
  Hash.new { |h, k| h[k] = yield(k) }
end