79809989

Date: 2025-11-05 11:50:22
Score: 1
Natty:
Report link

May be late but you might want to do this since the accepted answer didn't work for me.

This is how you should change your where input:

AND: [
    yourWhereInput,
    {
        OR: [
            { email: null },
            { email: { isSet: false } }
        ]
    }
]
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Massimiliano Noviello