POST /revisions/:id/data/query (Command: get_session_graph_element)
Request Body
Response
Errors
invalid_graph_envelope— the alias does not exist or itsvalue.typeis not"graph".not_found(404) — no element with thatelement_idexists in the graph.
Example
See also
- Graph session object — envelope shape and element schema.
- Apply Session Graph Mutations — write vertices and edges.
- Get Session Graph Elements — fetch multiple elements by id in one call.
- List Session Graph Elements — paginate all elements.
- List Session Graph Neighbors — fetch neighbors of a set of vertices.
- Query Session Graph — traverse the graph with a query AST.

