# @accounts/graphql-client

[![npm](https://img.shields.io/npm/v/@accounts/graphql-client)](https://www.npmjs.com/package/@accounts/graphql-client)
[![npm downloads](https://img.shields.io/npm/dm/@accounts/graphql-client)](https://www.npmjs.com/package/@accounts/graphql-client)
[![codecov](https://img.shields.io/codecov/c/github/accounts-js/accounts)](https://codecov.io/gh/accounts-js/accounts)
[![License](https://img.shields.io/github/license/accounts-js/accounts)](https://github.com/accounts-js/accounts/blob/master/LICENSE)

Client side graphql transport for accounts-js suite

## Documentation

- [Website documentation](https://www.accountsjs.com/docs/transports/graphql#graphql-client)
- [API documentation](https://www.accountsjs.com/docs/api/graphql-client/globals)

## Installation

```
yarn add @accounts/graphql-client
```

## Contributing

Any contribution is very welcome, read our [contributing guide](https://github.com/accounts-js/accounts/blob/master/CONTRIBUTING.md) to see how to locally setup the repository and see our development process.
