<!-- markdownlint-disable first-line-h1 -->

[![Build status](https://img.shields.io/circleci/project/github/WeAreGenki/graphql-lite.svg)](https://circleci.com/gh/WeAreGenki/graphql-lite)
[![Coverage status](https://img.shields.io/codecov/c/github/WeAreGenki/graphql-lite.svg)](https://codecov.io/gh/WeAreGenki/graphql-lite)
[![NPM version](https://img.shields.io/npm/v/graphql-lite.svg)](https://www.npmjs.com/package/graphql-lite)
[![Licence](https://img.shields.io/npm/l/graphql-lite.svg)](https://github.com/WeAreGenki/graphql-lite/blob/master/LICENCE)

# GraphQL Lite Client

🍃 Lightweight GraphQL client

## Quick start

Install:

```sh
yarn add graphql-lite
```

Use:

```js
import graphqlLite from 'graphql-lite';

// TODO: Add usage example
```

## Browser compatibility

TODO: Add note about this package using native `fetch` and how to add a polyfill for old browser compatibility.

## Changelog

See [CHANGELOG](CHANGELOG.md).

## Licence

`graphql-lite` is an Apache-2.0 licensed open source project. See [LICENCE](https://github.com/WeAreGenki/graphql-lite/blob/master/LICENCE).

---

© 2018 [We Are Genki](https://wearegenki.com)
