class Graphlient::Client

def http(&block)

def http(&block)
  adapter_options = { headers: @options[:headers], http_options: @options[:http_options] }
  @http ||= http_adapter_class.new(@url, adapter_options, &block)
end