<?php

namespace Modules\GraphQL;

use Modules\GraphQL\Controller as GraphQL_Controller;

include_once './inc/general.php';
$controller = new GraphQL_Controller();

?>