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.

AV
Node
since ‎10-01-2022
‎10-01-2022

User Statistics

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

User Activity

I want to query data using GraphQL in the Apollo sandbox which is connected to the neo4j database. As per the neo4jGraphql library, there is a temporal type DateTime. My Query:query Abc {  abc(where: { createdDate: "2022-07-14T00:00:00Z" }) {    name...