# Functions
CreateAsset helper function for creating an asset.
CreateRelation helper function for creating a relation.
WithRegexpValidation adds a regexp validation check to an asset.
WithValuesValidation adds a check ensuring an asset value is part of the given list.
# Variables
NewGraphAPI creates a new graph API.
No description provided by the author
# Type aliases
No description provided by the author
No description provided by the author
Column is a column from the QueryResponse.
CreateAssetOption is an option that can be used when creating an asset.
DeleteGraphAssetRequestBody a request body for the asset removal.
DeleteGraphRelationRequestBody a request body for the relation removal.
Graph represent a graph.
GraphAPI is the representation of the graphkb API exposed to data sources.
GraphAPIOptions are the options provided to GraphAPI.
Item is map with the members of a row item in the QueryResponse.
No description provided by the author
PutGraphAssetRequestBody a request body for the asset upsert.
PutGraphRelationRequestBody a request body for the relation upsert.
PutGraphSchemaRequestBody a request body for the schema update.
QueryRequestBody is the request body for a GraphAPI query.
QueryResponse is the response from the GraphAPI query.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Transaction represent a graph transaction.