NestJS-GraphQL
NestJS-GraphQL copied to clipboard
HookNextFunction issue
Hello. I'm getting following error message when I try to run the part-3. any idea?
Namespace '"mongoose"' has no exported member 'HookNextFunction'.
38 UserSchema.pre('save', async function (next: mongoose.HookNextFunction) {