not getting undefined string filter on the backend #130
Answered
by
omar-dulaimi
omar-dulaimi
asked this question in
Q&A
-
Hello, When sending undefined for a string filter, on the backend the object is gone. Is that expected? If I don't send empty string, then I won't be able to see the string filter object on the backend. |
Beta Was this translation helpful? Give feedback.
Answered by
omar-dulaimi
Jul 3, 2021
Replies: 1 comment
-
I found this on the prisma docs:
So sending undefined is actually what I need. Thank you for having this implemented. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
omar-dulaimi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I found this on the prisma docs:
So sending undefined is actually what I need. Thank you for having this implemented.