Module: Arango::Requests::Graph

Defined in:
lib/arango/requests/graph/get.rb,
lib/arango/requests/graph/create.rb,
lib/arango/requests/graph/delete.rb,
lib/arango/requests/graph/get_edge.rb,
lib/arango/requests/graph/list_all.rb,
lib/arango/requests/graph/get_vertex.rb,
lib/arango/requests/graph/create_edge.rb,
lib/arango/requests/graph/delete_edge.rb,
lib/arango/requests/graph/update_edge.rb,
lib/arango/requests/graph/replace_edge.rb,
lib/arango/requests/graph/create_vertex.rb,
lib/arango/requests/graph/delete_vertex.rb,
lib/arango/requests/graph/update_vertex.rb,
lib/arango/requests/graph/replace_vertex.rb,
lib/arango/requests/graph/add_edge_definition.rb,
lib/arango/requests/graph/add_vertex_collection.rb,
lib/arango/requests/graph/list_edge_definitions.rb,
lib/arango/requests/graph/remove_edge_definition.rb,
lib/arango/requests/graph/list_vertex_collections.rb,
lib/arango/requests/graph/replace_edge_definition.rb,
lib/arango/requests/graph/remove_vertex_collection.rb

Overview

Graph Requests

Defined Under Namespace

Classes: AddEdgeDefinition, AddVertexCollections, Create, CreateEdge, CreateVertex, Delete, DeleteEdge, DeleteVertex, Get, GetEdge, GetVertex, ListAll, ListEdgeDefinitions, ListVertexCollections, Remove, RemoveVertexCollections, ReplaceEdge, ReplaceEdgeDefinition, ReplaceVertex, UpdateEdge, UpdateVertex