/**
 * Minified by jsDelivr using Terser v5.39.0.
 * Original file: /npm/apollo-server-micro@3.13.0/dist/index.js
 *
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.ApolloServer=exports.UserInputError=exports.ForbiddenError=exports.AuthenticationError=exports.ValidationError=exports.SyntaxError=exports.toApolloError=exports.ApolloError=exports.gql=void 0;var apollo_server_core_1=require("apollo-server-core");Object.defineProperty(exports,"gql",{enumerable:!0,get:function(){return apollo_server_core_1.gql}}),Object.defineProperty(exports,"ApolloError",{enumerable:!0,get:function(){return apollo_server_core_1.ApolloError}}),Object.defineProperty(exports,"toApolloError",{enumerable:!0,get:function(){return apollo_server_core_1.toApolloError}}),Object.defineProperty(exports,"SyntaxError",{enumerable:!0,get:function(){return apollo_server_core_1.SyntaxError}}),Object.defineProperty(exports,"ValidationError",{enumerable:!0,get:function(){return apollo_server_core_1.ValidationError}}),Object.defineProperty(exports,"AuthenticationError",{enumerable:!0,get:function(){return apollo_server_core_1.AuthenticationError}}),Object.defineProperty(exports,"ForbiddenError",{enumerable:!0,get:function(){return apollo_server_core_1.ForbiddenError}}),Object.defineProperty(exports,"UserInputError",{enumerable:!0,get:function(){return apollo_server_core_1.UserInputError}});var ApolloServer_1=require("./ApolloServer");Object.defineProperty(exports,"ApolloServer",{enumerable:!0,get:function(){return ApolloServer_1.ApolloServer}});
//# sourceMappingURL=/sm/46364b4ad73645308e0e4ca1084025e627f5d77375a7a24986f6a5394070dfe3.map