An open API service indexing awesome lists of open source software.

https://github.com/bobanetwork/graphql-utils

GraphQL services (npm Typescript package)
https://github.com/bobanetwork/graphql-utils

Last synced: 6 months ago
JSON representation

GraphQL services (npm Typescript package)

Awesome Lists containing this project

README

        

# graphql-utils
GraphQL Services

# Testing

> Run tests

```yarn test```

> Run tests with coverage
>
```yarn test-coverage```

Line Coverage


Branch Coverage


Function Coverage


Function Coverage

## Release
1. Run `npm run build`
2. Then `npm publish --access public --otp xxxxxx`

## Installation..

```ssh

yarn add @bobanetwork/graphql-utils

```

or

```ssh

npm install @bobanetwork/graphq-utils.

```

## For smooth functioning of package need expose env var below via process.

`REACT_APP_THE_GRAPH_API_KEY` - The graph api key which helpfuls to fetch the graph data.