Skip to content

Instantly share code, notes, and snippets.

@RaneWallin
Last active September 4, 2020 03:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RaneWallin/bcf43ce67706e83c27c9f85891f5a602 to your computer and use it in GitHub Desktop.
Save RaneWallin/bcf43ce67706e83c27c9f85891f5a602 to your computer and use it in GitHub Desktop.
AQL to get all traits of a game
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