mirror of https://gitee.com/bigwinds/arangodb
19 lines
953 B
Plaintext
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):
|
|
|
|

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