@bobanetwork/graphql-utils
v1.1.18
Published
GraphQL services to be consumed by frontend/backend services.
Downloads
407
Readme
graphql-utils
GraphQL Services
Testing
Run tests
yarn test
Run tests with coverage
yarn test-coverage
Release
- Run
npm run build
- 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.