UNPKG

2.17 kBJavaScriptView Raw
1"use strict";
2var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cooked, raw) {
3 if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
4 return cooked;
5};
6Object.defineProperty(exports, "__esModule", { value: true });
7var graphql_tag_1 = require("graphql-tag");
8exports.typeDefs = graphql_tag_1.default(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n type DocumentSource {\n body: String!\n name: String!\n }\n\n type SourceLocation {\n line: Int!\n column: Int!\n }\n\n type GraphQLError {\n \"\"\"\n A message describing the Error for debugging purposes.\n \"\"\"\n message: String!\n\n \"\"\"\n An array of { line, column } locations within the source GraphQL document\n which correspond to this error.\n\n Errors during validation often contain multiple locations, for example to\n point out two things with the same name. Errors during execution include a\n single location, the field which produced the error.\n \"\"\"\n locations: [SourceLocation!]\n\n \"\"\"\n An array of character offsets within the source GraphQL document\n which correspond to this error.\n \"\"\"\n positions: [Int]\n }\n"], ["\n type DocumentSource {\n body: String!\n name: String!\n }\n\n type SourceLocation {\n line: Int!\n column: Int!\n }\n\n type GraphQLError {\n \"\"\"\n A message describing the Error for debugging purposes.\n \"\"\"\n message: String!\n\n \"\"\"\n An array of { line, column } locations within the source GraphQL document\n which correspond to this error.\n\n Errors during validation often contain multiple locations, for example to\n point out two things with the same name. Errors during execution include a\n single location, the field which produced the error.\n \"\"\"\n locations: [SourceLocation!]\n\n \"\"\"\n An array of character offsets within the source GraphQL document\n which correspond to this error.\n \"\"\"\n positions: [Int]\n }\n"])));
9var templateObject_1;
10//# sourceMappingURL=common.js.map
\No newline at end of file