UNPKG

526 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.graphUndefinedError = void 0;
4const errors_1 = require("@oclif/errors");
5exports.graphUndefinedError = new errors_1.CLIError([
6 "No graph found in the Apollo registry.",
7 "In order to run this command, please provide a graph ID using the 'apollo.config.js' file.",
8 "\n\nFor more information on configuring the Apollo CLI, please go to",
9 "https://go.apollo.dev/t/config"
10].join("\n"));
11//# sourceMappingURL=sharedMessages.js.map
\No newline at end of file