Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.
oxisto edited this page Apr 13, 2018 · 2 revisions

Just some random thoughts

Cypher Queries

Return all games that are flagged as incomplete

MATCH (n:Game)<-[r:owns]-(:Player) WHERE n.incomplete=true RETURN n
Clone this wiki locally