Caylir.Graph.Request

Sends requests to the server.

Source

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

delete(quad, conn)

Specs:

Deletes a quad from the graph.

Source
query(query, conn)

Specs:

Queries the graph.

Source
shape(query, conn)

Specs:

Gets the shape of a query.

Source
write(quad, conn)

Specs:

Writes a quad to the graph.

Source