class Fbe::Graph::HTTP

def initialize(token, host)

def initialize(token, host)
  @token = token
  super("https://#{host}/graphql")
end