Last active
September 4, 2020 03:40
-
-
Save RaneWallin/bcf43ce67706e83c27c9f85891f5a602 to your computer and use it in GitHub Desktop.
AQL to get all traits of a game
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FOR doc in any 'games/VnZGCbECR0I' edges | |
OPTIONS { bfs: true, uniqueVertices: 'global' } | |
return doc.name |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment