how to specify the type to 'ObjectId' at generate schema??
kimkyeseung opened this issue · 0 comments
kimkyeseung commented
import { Schema } from 'querymen'
const querySchema = new Schema({
something: {
type: // -> objectId
{
})
kimkyeseung opened this issue · 0 comments
import { Schema } from 'querymen'
const querySchema = new Schema({
something: {
type: // -> objectId
{
})