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

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