You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: