UNPKG

@graphql-hive/cli

Version:

A CLI util to manage and control your GraphQL Hive

8 lines 309 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const errors_1 = require("../helpers/errors"); const hook = async function (options) { options.context.error(new errors_1.InvalidCommandError(options.id)); }; exports.default = hook; //# sourceMappingURL=command-not-found.js.map