@foal/graphiql
Version:
GraphiQL integration for FoalTS
11 lines (10 loc) • 417 B
JavaScript
;
/**
* FoalTS
* Copyright(c) 2017-2025 Loïc Poullain
* Released under the MIT License.
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.GraphiQLController = void 0;
var graphiql_controller_1 = require("./graphiql.controller");
Object.defineProperty(exports, "GraphiQLController", { enumerable: true, get: function () { return graphiql_controller_1.GraphiQLController; } });