Click or drag to resize

IGraphApiClientPostGraphAsync Method

Creates a new graph in the graph module. POST /_api/gharial

Namespace:  ArangoDBNetStandard.GraphApi
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
Task<PostGraphResponse> PostGraphAsync(
	PostGraphBody postGraphBody,
	PostGraphQuery query = null
)

Parameters

postGraphBody
Type: ArangoDBNetStandard.GraphApi.ModelsPostGraphBody
The information of the graph to create.
query (Optional)
Type: ArangoDBNetStandard.GraphApi.ModelsPostGraphQuery

Return Value

Type: TaskPostGraphResponse
See Also