diegohaz/querymen

how to specify the type to 'ObjectId' at generate schema??

kimkyeseung opened this issue · 0 comments

import { Schema } from 'querymen'

const querySchema = new Schema({
something: {
type: // -> objectId
{
})