Finding the number of edges of a document in ArangoDB
Query
1 | FOR d, e IN ANY|INBOUND|OUTBOUND documentId edgeCollectionName |
Application: Finding a document with no edge
1 | FOR doc IN collectionName |
1 | FOR d, e IN ANY|INBOUND|OUTBOUND documentId edgeCollectionName |
1 | FOR doc IN collectionName |