1
0
Fork 0
arangodb/Documentation/Books/Users/HttpGharial/Management.mdpp

19 lines
953 B
Plaintext

!CHAPTER Manage your graphs
The [graph module](../Graphs/README.md) provides functions dealing with graph structures.
Examples will explain the REST API on the [social graph](../Graphs/README.md#the-social-graph):
![Social Example Graph](../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