"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = void 0;
const graphql_plugin_1 = require("./graphql-plugin");
Object.defineProperty(exports, "default", { enumerable: true, get: function () { return graphql_plugin_1.GraphqlPlugin; } });