Caylir.Graph.Request
Sends requests to the server.
Summary↑
delete(quad, conn) | Deletes a quad from the graph |
query(query, conn) | Queries the graph |
shape(query, conn) | Gets the shape of a query |
write(quad, conn) | Writes a quad to the graph |
Functions
Specs:
- delete(Keyword.t, Keyword.t) :: Caylir.Graph.t_delete
Deletes a quad from the graph.
Specs:
- query(String.t, Keyword.t) :: Caylir.Graph.t_query
Queries the graph.
Specs:
- shape(String.t, Keyword.t) :: Caylir.Graph.t_query
Gets the shape of a query.
Specs:
- write(Keyword.t, Keyword.t) :: Caylir.Graph.t_write
Writes a quad to the graph.