@mybus/client-graal

Types and operations generated from Graal Graphql schema.

Usage no npm install needed!

<script type="module">
  import mybusClientGraal from 'https://cdn.skypack.dev/@mybus/client-graal';
</script>

README

Client Graal

Types and operations generated from Graal Graphql schema.

How to publish ?

  • run yarn graph in graal application, it will generate schema and run codegen
  • if types.ts is modified, upgrade package.json version
  • push to master and let the CI do its job.