https://github.com/google/cayley
Raw File
Tip revision: 8d051e2327d5d882e6b9345ffcbf06c167ae947c authored by Denys Smirnov on 01 April 2019, 17:58:34 UTC
graphql: add a test case for #740
Tip revision: 8d051e2
testdata.nq
<alice> <follows> <bob> .
<bob> <follows> <fred> .
<bob> <status> "cool_person" .
<charlie> <follows> <bob> .
<charlie> <follows> <dani> .
<dani> <follows> <bob> .
<dani> <follows> <greg> .
<dani> <status> "cool_person" .
<emily> <follows> <fred> .
<fred> <follows> <greg> .
<greg> <status> "cool_person" .
<predicates> <are> <follows> .
<predicates> <are> <status> .
<emily> <status> "smart_person" <smart_graph> .
<greg> <status> "smart_person" <smart_graph> .
back to top