@oscar6echo/job-client-graphql
v1.0.1
Published
graphql client for jupyter-observablehq-bridge
Downloads
3
Readme
JOB JavaScript Client
Overview
See documentation.
JavaScript package Node and Browser.
Build
yarn build
Test
# start random publish
yarn sim
# --- browser
# query mutations subscriptions
yarn test-browser
# --- module
# query mutations
yarn test-module-qm
# subscriptions
yarn test-module-su
# --- bundle
# query mutations
yarn test-bundle-qm
# subscriptions
yarn test-bundle-su