## Graph


A [Remote](Remote.md#clients.Remote) client which executes GraphQL queries.


Usage

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


## Methods

| Name | Description |
|----|----|
| [check()](#check) | Return `data` or raise `errors`. |
| [execute()](#execute) | Execute query over POST. |

------------------------------------------------------------------------


#### check()


Return `data` or raise `errors`.


Usage

``` python
check(result)
```


------------------------------------------------------------------------


#### execute()


Execute query over POST.


Usage

``` python
execute(query, **variables)
```
