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.

catherineluse
Node Link
since ‎02-05-2022
‎06-01-2022

User Statistics

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

User Activity

I'm using the Neo4j GraphQL library and I'm new at this. I successfully created a schema and some nodes of type event. The event nodes have a field called startTime which is defined as a DateTime in my schema: type Event { id: ...