@usekana/admin-kana-js
v0.5.2
Published
Kana Admin API for Node.js backend
Downloads
23
Readme
Kana Admin SDK for Node JS
To synchorinize GraphQL API
Copy a fresh
schema.graphql
content from Core 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
.