UNPKG

@graphql-codegen/typescript-mongodb

Version:

GraphQL Code Generator plugin for generting a ready-to-use ORM types for MongoDB

15 lines (14 loc) 502 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Directives = void 0; var Directives; (function (Directives) { Directives["ID"] = "id"; Directives["ENTITY"] = "entity"; Directives["ABSTRACT_ENTITY"] = "abstractEntity"; Directives["UNION"] = "union"; Directives["LINK"] = "link"; Directives["COLUMN"] = "column"; Directives["EMBEDDED"] = "embedded"; Directives["MAP"] = "map"; })(Directives || (exports.Directives = Directives = {}));