## AsyncGraph


An [AsyncRemote](AsyncRemote.md#clients.AsyncRemote) client which executes GraphQL queries.


Usage

``` python
AsyncGraph(
    url,
    json={},
    **kwargs,
)
```
