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.

jonathan
Node Clone
since ‎09-10-2020
‎06-01-2022

User Statistics

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

User Activity

Hello. I have the kafka connect source running with the following properties the query is: MATCH (n:Note) WHERE n.createdAt > $lastCheck RETURN id(n) as id, n.id AS nid, n.createdAt AS createdAt This never publishes data to my topic. If I change the...
im using "neo4j-graphql-js": "^2.17.1"
I don't get it. This was working... I am passing a DateTime object in grapqhl like this: { formatted: "the date string" } that worked i mean it literally worked like 2 days ago. i have ALWAYS passed DateTime like this... but now i am getting the er...
It would appear that suddenly I am unable to use the formatted property for _Neo4jDateTimeInput fields. What changed? I'm pretty sure I've been able to do this in the past without issue. (see below please) I've seen another thread here: https://githu...
I'd like to create a mutation to DELETE DETACH nodes and relationships, but I'm not clear how to do this.
Kudos from