### GC Utils-api

https://vtex-gocommerce.github.io/utils-api

### Why?

This npm package is designed to assist the development of the resolvers in the graphQl structure in render/GoCommerce projects

Npm Url

```
https://www.npmjs.com/package/@gocommerce/utils
```

### Setup

```sh
git clone git@github.com:vtex-gocommerce/utils-api.git
cd utils-api
npm install
```

### Publish new version with Releasy

```sh
npm run build
git commit -a && git push
releasy --stable
```

### Publish new version with npm

```sh
npm publish
```
