Click or drag to resize

GraphApiClientGetGraphsAsync Method

Lists all graphs stored in this database. GET /_api/gharial

Namespace:  ArangoDBNetStandard.GraphApi
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
public virtual Task<GetGraphsResponse> GetGraphsAsync()

Return Value

Type: TaskGetGraphsResponse

Implements

IGraphApiClientGetGraphsAsync
Remarks
Note: The Name property is null for GetGraphsAsync in ArangoDB 4.5.2 and below, in which case you can use _key instead.
See Also