NOTE: This project is no longer actively maintained. Please consider using the official Neo4j GraphQL Library (linked in README).
608
stars
147
forks
source link
DateTime filter passes Neo4j Integer instead of JavaScript Number #329
Open
johnymontana opened 5 years ago
From @mneedham
where startDate is of type DateTime
that query translates to:
which doesn't work, because of how the year value is represented in js land