@usekana/client-kana-js
v0.2.11
Published
Kana frontend JavaScript client
Downloads
91
Readme
Kana Client JS SDK
To synchorinize GraphQL API
Copy a fresh
schema.graphql
content from the Mammoth project and update theschema.graphql
in this project.Update
src/graphql/operations
targeting new schema.Generate node js code for GraphQL by running
npm run build
.Run
npm run lint
andnpm run test
.If all is good, update the package version to the next value, e.g. by running
npm version 0.2.8 --no-git-tag-version
.