mirror of https://gitee.com/bigwinds/arangodb
22 lines
826 B
Markdown
22 lines
826 B
Markdown
---
|
|
layout: default
|
|
description: Examples will explain the REST API for manipulating edgesof the graph moduleon the knows graph
|
|
---
|
|
Handling Edges
|
|
==============
|
|
|
|
Examples will explain the REST API for [manipulating edges](../graphs-general-graphs-functions.html)
|
|
of the [graph module](../graphs.html)
|
|
on the [knows graph](../graphs.html#the-knows_graph):
|
|
|
|

|
|
{% docublock general_graph_edge_create_http_examples %}
|
|
{% docublock general_graph_edge_get_http_examples %}
|
|
|
|
Examples will explain the API on the [social graph](../graphs.html#the-social-graph):
|
|
|
|

|
|
{% docublock general_graph_edge_modify_http_examples %}
|
|
{% docublock general_graph_edge_replace_http_examples %}
|
|
{% docublock general_graph_edge_delete_http_examples %}
|