A library of helper functions to accompany the dgraph-js library. Currently in an ALPHA state could break at any point
Functions with the postfix "now" indicate they are transactions or operations and can be awaited.
Other operations like JS set return a mutation that needs to be used in conjunction with a transaction.
Workflow
- Make changes
- Commit those changes
yarn run commit
- Test
yarn run test
- Bump version in
package.json
- Generate changelog
yarn run generate-changelog
- Publish
yarn publish
- Commit
package.json
, CHANGELOG.md
and lib files - Git tag - needed by changelog to know what version to attribute the commits to
- Push