Module protocol

Source
Expand description

§Common protocol types

Used to describe the communication between graphdb actor and graphdb capability provider.

Structs§

DeleteRequest
A request to delete a graph
QueryRequest
An actor sends a query request (via ergonomic API wrapper) to the capability provider

Constants§

OP_DELETE
The operation to request the deletion of a graph
OP_QUERY
The operation to request a query of graph data