'facing issues in AQL graph query in arangodb

I wanna to create graphs in arangodb. ( Connect two collection which has same property documents ) I've 3 collection and it contains following info. Collection 1:- name ,base_url Collection 2:- base_url ,text Collection 3:- name ,text Now I've to create graph to connect this 3 collection.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source