1
0
Fork 0

Added a general readme file for the http documentation of the general graph module

This commit is contained in:
Michael Hackstein 2014-06-15 23:02:37 +02:00
parent 2ffd4f2167
commit 348c4c313a
1 changed files with 6 additions and 0 deletions

View File

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