mirror of https://gitee.com/bigwinds/arangodb
Added a general readme file for the http documentation of the general graph module
This commit is contained in:
parent
2ffd4f2167
commit
348c4c313a
|
@ -0,0 +1,6 @@
|
|||
!CHAPTER General Graphs
|
||||
|
||||
This chapter describes the http interface for the multi-collection graph module.
|
||||
It allows you to define a graph that is spread across several edge and document collections.
|
||||
This allows you to structure your models in line with your domain and group them logically in collections and giving you the power to query them in the same graph queries.
|
||||
There is no need to include the referenced collections within the query, this module will handle it for you.
|
Loading…
Reference in New Issue