1
0
Fork 0
arangodb/Documentation/Books/Users/HttpGharial
Thomas Schmidts 0bf957ddd7 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2014-06-24 14:28:50 +02:00
..
Edges.mdpp Moved Edge and Vertex description of gharial to newest version of rest documentation 2014-06-24 11:08:22 +02:00
Management.mdpp Changes in the gitbook, also bug fixing in code 2014-06-24 14:28:30 +02:00
README.mdpp Added a general readme file for the http documentation of the general graph module 2014-06-15 23:02:37 +02:00
Vertices.mdpp Moved Edge and Vertex description of gharial to newest version of rest documentation 2014-06-24 11:08:22 +02:00

README.mdpp

!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.