When I am writing the following query:
match (r:Resource) where r.dt >= datetime('2022-07-04T06:39:33Z') return count(r) as before_count and trying to translate it to gremlin, it shows an error as shown in the image:-
Please, add support to translate the cypher queries with date functions to the corresponding gremlin queries.
When I am writing the following query: match (r:Resource) where r.dt >= datetime('2022-07-04T06:39:33Z') return count(r) as before_count and trying to translate it to gremlin, it shows an error as shown in the image:-
Please, add support to translate the cypher queries with date functions to the corresponding gremlin queries.