1
0
Fork 0
arangodb/Documentation/Books/HTTP/Gharial/Management.mdpp

19 lines
985 B
Plaintext

!CHAPTER Manage your graphs
The [graph module](../../Manual/Graphs/index.html) provides functions dealing with graph structures.
Examples will explain the REST API on the [social graph](../../Manual/Graphs/index.html#the-social-graph):
![Social Example Graph](../../Manual/Graphs/social_graph.png)
@startDocuBlock JSF_general_graph_list_http_examples
@startDocuBlock JSF_general_graph_create_http_examples
@startDocuBlock JSF_general_graph_get_http_examples
@startDocuBlock JSF_general_graph_drop_http_examples
@startDocuBlock JSF_general_graph_list_vertex_http_examples
@startDocuBlock JSF_general_graph_vertex_collection_add_http_examples
@startDocuBlock JSF_general_graph_vertex_collection_remove_http_examples
@startDocuBlock JSF_general_graph_list_edge_http_examples
@startDocuBlock JSF_general_graph_edge_definition_add_http_examples
@startDocuBlock JSF_general_graph_edge_definition_modify_http_examples
@startDocuBlock JSF_general_graph_edge_definition_remove_http_examples