Loading demo...

Example of queries:

  • Create a new node:
    CREATE (n)
    
  • Match new node:
    MATCH (n) RETURN n