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)
- Host: GitHub
- URL: https://github.com/bobanetwork/graphql-utils
- Owner: bobanetwork
- Created: 2024-03-18T21:18:19.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-22T11:40:11.000Z (6 months ago)
- Last Synced: 2024-11-22T12:31:29.716Z (6 months ago)
- Language: TypeScript
- Size: 328 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# graphql-utils
GraphQL Services# Testing
> Run tests
```yarn test```
> Run tests with coverage
>
```yarn test-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.