class GraphQL::Client::HashWithIndifferentAccess

def each_key(&block)

def each_key(&block)
  @hash.each_key { |key| yield convert_value(key) }
end