@graphql-codegen/cli
Version:
<p align="center"> <img src="https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true" /> </p>
16 lines (15 loc) • 469 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.Tags = void 0;
var Tags;
(function (Tags) {
Tags["client"] = "Browser";
Tags["node"] = "Node";
Tags["typescript"] = "TypeScript";
Tags["flow"] = "Flow";
Tags["angular"] = "Angular";
Tags["stencil"] = "Stencil";
Tags["react"] = "React";
Tags["vue"] = "Vue";
Tags["graphqlRequest"] = "graphqlRequest";
})(Tags = exports.Tags || (exports.Tags = {}));
;