UNPKG

@graphql-codegen/typescript-mongodb

Version:

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

12 lines (11 loc) 382 B
export 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 || (Directives = {}));