# Functions
NewGraphAPI create an emitter of graph.
NewGraphClient create a client of the GraphKB API.
# Variables
ErrTooManyRequests error representing too many requests to the API.
# Structs
Column a column as returned by the graphdb api.
DeleteGraphAssetRequestBody a request body for the asset removal.
DeleteGraphRelationRequestBody a request body for the relation removal.
GraphAPI represent the graph API from a data source point of view.
GraphAPIOptions options to pass to build graph API.
GraphClient is a client of the GraphKB API.
PutGraphAssetRequestBody a request body for the asset upsert.
PutGraphRelationRequestBody a request body for the relation upsert.
PutGraphSchemaRequestBody a request body for the schema update.
No description provided by the author
No description provided by the author
Transaction represent a transaction generating updates by diffing the provided graph against the previous version.
# Type aliases
No description provided by the author