| 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
Syntaxpublic virtual Task<GetGraphResponse> GetGraphAsync(
	string graphName
)
Public Overridable Function GetGraphAsync ( 
	graphName As String
) As Task(Of GetGraphResponse)
public:
virtual Task<GetGraphResponse^>^ GetGraphAsync(
	String^ graphName
)
abstract GetGraphAsync : 
        graphName : string -> Task<GetGraphResponse> 
override GetGraphAsync : 
        graphName : string -> Task<GetGraphResponse> Parameters
- graphName
- Type: SystemString
 
Return Value
Type: 
TaskGetGraphResponseImplements
IGraphApiClientGetGraphAsync(String) See Also
See Also