cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

FlexDW
Node
since ‎03-06-2022
‎06-01-2022

User Statistics

  • 1 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

How can you filter a custom field? Say i have a field in my type definition using @cypher directive: type Ticket { id: String title: String date: DateTime @cypher(statement: "RETURN datetime(this.timestamp)") } Querying this is fine, however, if I tr...