UNPKG

482 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3function prepareSchemaForDocumentsOnly(templateContext) {
4 var copy = Object.assign({}, templateContext);
5 copy.interfaces = [];
6 copy.unions = [];
7 copy.types = [];
8 copy.hasInterfaces = false;
9 copy.hasUnions = false;
10 copy.hasTypes = false;
11 return copy;
12}
13exports.prepareSchemaForDocumentsOnly = prepareSchemaForDocumentsOnly;
14//# sourceMappingURL=prepare-documents-only.js.map
\No newline at end of file