IGraphApiClientGetGraphAsync 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 Task<GetGraphResponse> GetGraphAsync(
string graphName
)
Function GetGraphAsync (
graphName As String
) As Task(Of GetGraphResponse)
Task<GetGraphResponse^>^ GetGraphAsync(
String^ graphName
)
abstract GetGraphAsync :
graphName : string -> Task<GetGraphResponse>
Parameters
- graphName
- Type: SystemString
Return Value
Type:
TaskGetGraphResponseSee Also