e.g. ```where: { startsAt_gt: now() }``` Or is t...
# orm-help
w
e.g.
Copy code
where: {
 startsAt_gt: now()
}
Or is this something that I'd manually have to configure in my prisma server?
h
You can pass a
new Date()
from the frontend. Do you have a specific use case in mind for which this is necessary. If so please create a new feature request on github
w
I wanted to try this within Prisma Admin to fech all my future 'events'
h
cc @huv1k
h
Right now you need to use
where
with data time with you actual time for example. In future there is proposal for better filtering: https://github.com/prisma/prisma-admin-feedback/issues/69