UNPKG

964 BJavaScriptView Raw
1"use strict";
2var __importDefault = (this && this.__importDefault) || function (mod) {
3 return (mod && mod.__esModule) ? mod : { "default": mod };
4};
5Object.defineProperty(exports, "__esModule", { value: true });
6exports.REMOVE_SERVICE_AND_COMPOSE = void 0;
7const graphql_tag_1 = __importDefault(require("graphql-tag"));
8exports.REMOVE_SERVICE_AND_COMPOSE = graphql_tag_1.default `
9 mutation RemoveServiceAndCompose(
10 $id: ID!
11 $graphVariant: String!
12 $name: String!
13 ) {
14 service(id: $id) {
15 removeImplementingServiceAndTriggerComposition(
16 graphVariant: $graphVariant
17 name: $name
18 ) {
19 compositionConfig {
20 implementingServiceLocations {
21 name
22 path
23 }
24 }
25 errors {
26 locations {
27 column
28 line
29 }
30 message
31 }
32 updatedGateway
33 }
34 }
35 }
36`;
37//# sourceMappingURL=removeServiceAndCompose.js.map
\No newline at end of file