@aaronpowell/graphql-cosmosdb-subscriptions

v0.2.0
A GraphQL subscription library that uses the CosmosDB change feed as the event source
azure graphql websockets

build:esm

tsc

build:cjs

tsc --module commonjs --outDir dist/cjs

build

concurrently 'npm:build:esm' 'npm:build:cjs'

prebuild

npm run clean

watch

tsc -w

lint

eslint src/**/*.ts

lint:fix

npm run lint -- --fix

clean

rm -rf dist
npm i @aaronpowell/[email protected]

Metadata

  • MIT
  • Whatever
  • Aaron Powell
  • released 2/26/2021

Downloads

Maintainers