querymen icon indicating copy to clipboard operation
querymen copied to clipboard

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

Open kimkyeseung opened this issue 5 years ago • 0 comments

import { Schema } from 'querymen'

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

kimkyeseung avatar Jul 01 '19 04:07 kimkyeseung