Hamza
Hamza
Hi, we found a problem when we using AdapterDayjs with mui date picker in the validation
`const PostSchama = new mongoose.Schema ({ image: String! });` `const PostTC = composeWithMongoose(Post, {});` I would change the String type to Upload on mutation only, and use middleware to add...
I use custom type in mongodb, but i have an error /lib/plugin.js:270:31 TypeError: Cannot read property 'paths' of undefined ``` Image.prototype.cast = function(val: any) { return { name: val, options:...
```jsx ```