I’m not familiar with RN, the date-picker probably...
# orm-help
g
I’m not familiar with RN, the date-picker probably returns a date object, not the ISOString you actually want to store, maybe just pass the date as string in your mutation using
toISOString()
?