# @lyo/graphql-rest-proxy

A browser-compatible version of [graphql-rest-proxy](https://www.npmjs.com/package/graphql-rest-proxy) built automatically with [Lyo](https://github.com/bokub/lyo).

[![Version](https://flat.badgen.net/npm/v/@lyo/graphql-rest-proxy)](https://www.npmjs.com/package/@lyo/graphql-rest-proxy)
[![Build](https://bokub.github.io/lyo/badge-flat.svg)](https://www.npmjs.com/package/@lyo/graphql-rest-proxy)
[![Hits](https://data.jsdelivr.com/v1/package/npm/@lyo/graphql-rest-proxy/badge)](https://www.jsdelivr.com/package/npm/@lyo/graphql-rest-proxy)

## Usage

#### In a browser
```html
<script src="https://cdn.jsdelivr.net/npm/@lyo/graphql-rest-proxy"></script>
```

#### In Node.js

```sh
# Install
npm i @lyo/graphql-rest-proxy
```

```js
const graphqlRestProxy = require('@lyo/graphql-rest-proxy')
```

## Disclaimer

This automated Lyo build may have not been properly tested, and is not guaranteed to work perfectly.

Use at your own risk