class Fbe::Graph
def initialize(token:, host: 'api.github.com')
def initialize(token:, host: 'api.github.com') @token = token http = HTTP.new(token, host) @client = GraphQL::Client.new(schema: GraphQL::Client.load_schema(http), execute: http) @client.allow_dynamic_queries = true end