UNPKG

@usekana/client-kana-js

Version:
14 lines (7 loc) 455 B
# Kana Client JS SDK ## To synchorinize GraphQL API - Copy a fresh `schema.graphql` content from the Mammoth project and update the `schema.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` and `npm 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`.