class GraphQL::Client::HashWithIndifferentAccess

def key?(key)

def key?(key)
  @hash.key?(convert_value(key))
end