UNPKG

594 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3const graphql_tag_1 = require("graphql-tag");
4exports.UPLOAD_SCHEMA = graphql_tag_1.default `
5 mutation UploadSchema(
6 $id: ID!
7 $schema: IntrospectionSchemaInput!
8 $tag: String!
9 $gitContext: GitContextInput
10 ) {
11 service(id: $id) {
12 uploadSchema(schema: $schema, tag: $tag, gitContext: $gitContext) {
13 code
14 message
15 success
16 tag {
17 tag
18 schema {
19 hash
20 }
21 }
22 }
23 }
24 }
25`;
26//# sourceMappingURL=uploadSchema.js.map
\No newline at end of file