1
0
Fork 0
arangodb/Documentation/Books/Users/HttpGharial
Michael Hackstein 5692606fd4 Fixed a bug in codeBlockReader and added new edge examples 2014-06-17 13:34:13 +02:00
..
Edges.mdpp Fixed a bug in codeBlockReader and added new edge examples 2014-06-17 13:34:13 +02:00
Management.mdpp Added Descriptions to HttpGraph Interface documentation 2014-06-16 17:04:57 +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 Added Descriptions to HttpGraph Interface documentation 2014-06-16 17:04:57 +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.