Answers for "mongoose using type keyword"

0

mongoose using type keyword

You need to define the field using an object:

type: {type: String}
Posted by: Guest on January-02-2021

Browse Popular Code Answers by Language