UNPKG

592 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3const graphql_tag_1 = require("graphql-tag");
4exports.VALIDATE_OPERATIONS = graphql_tag_1.default `
5 query CheckOperations(
6 $id: ID!
7 $operations: [QueryDocumentInput!]!
8 $hash: ID
9 $tag: String
10 $gitContext: GitContextInput
11 ) {
12 service(id: $id) {
13 schema(hash: $hash, tag: $tag) {
14 checkOperations(operations: $operations, gitContext: $gitContext) {
15 type
16 code
17 description
18 }
19 }
20 }
21 }
22`;
23//# sourceMappingURL=validateOperations.js.map
\No newline at end of file