UNPKG

graphql-compose-mongoose

Version:

Plugin for `graphql-compose` which derive a graphql types from a mongoose model.

19 lines (18 loc) 333 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; const enumEmployment = { full: { description: 'Full time' }, partial: { description: 'Partial time' }, remote: { description: 'Remote work' } }; var _default = enumEmployment; exports.default = _default;