Greetings! Looking to use node scheduler with Grap...
# prisma-whats-new
s
Greetings! Looking to use node scheduler with Graph.cool to trigger events based on matching dates. However, the dateTime scalar requires time to be included, and not just date. I only want matching dates regardless of time. Should I just use a string scalar type instead of dateTime and convert the date to a string on the server before querying?
d
you could query for values greater than 00:00 on the relevant date and less than 00:00 on the next day