UNPKG

@coko/server

Version:

Reusable server for use by Coko's projects

11 lines 396 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class GraphQLDisabledError extends Error { constructor() { super(); this.name = 'GraphQLDisabledError'; this.message = `Cannot use GraphQL features when useGraphQLServer is false in the config`; } } exports.default = GraphQLDisabledError; //# sourceMappingURL=GraphQLDisabledError.js.map