Created
November 4, 2019 15:45
-
-
Save veysiertekin/971573e230ea95f967a1b592fa6c96e2 to your computer and use it in GitHub Desktop.
Neo4j
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
| CALL apoc.meta.stats() YIELD relTypes, relTypesCount | |
| RETURN relTypes, relTypesCount |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment