Click or drag to resize

GraphApiClientGetGraphAsync Method

Selects information for a given graph. Will return the edge definitions as well as the orphan collections. GET /_api/gharial/{graph}

Namespace:  ArangoDBNetStandard.GraphApi
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
public virtual Task<GetGraphResponse> GetGraphAsync(
	string graphName
)

Parameters

graphName
Type: SystemString

Return Value

Type: TaskGetGraphResponse

Implements

IGraphApiClientGetGraphAsync(String)
See Also