# frozen_string_literal: true
require "graphql/client/erb"

module GraphQL
  class Client
    Erubis = GraphQL::Client::ERB
  end
end
