Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 784 Bytes

README.md

File metadata and controls

46 lines (29 loc) · 784 Bytes

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..


yarn add @bobanetwork/graphql-utils

or


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.