UNPKG

graphql-compose-mongoose

Version:

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

17 lines (16 loc) 295 B
"use strict"; exports.__esModule = 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;