Skip to content

GraphQL Subscriptions

Choose a tag to compare

@chriskalmar chriskalmar released this 12 May 19:01
· 912 commits to master since this release
  • Merge pull request #158 from getlarge/subscription c90e154
  • add Subcription permissions ; update permission tests 51cfdd2
  • add Subscription postProcessor tests 24b1ea8
  • Use subscription.preProcessor to compose topic ; update tests 0638329
  • update Subscription resolvers and tests ; add simple subscribe test using graphql.subscribe and pubsub 27e59f5
  • add pubsub from graphql-subscriptions ; whitelist entity.susbcriptions prop 7c64a45
  • handle Subscription pre/post processors ; add optional delimiter - pattern - wildcard to compose dynamically topic listened by pubsub ccce3ab
  • export Subscription class fad52af
  • add utils for subscription fields and generation ; generate Subscription schema 7df04c6
  • Add Subscription class and use it in Entity in engine 5199996
  • Merge pull request #150 from getlarge/js_to_ts 8154600
  • update lint commands ; fix ConnectionNode type 0226c7e
  • remove useless comments 3882296
  • Update engine/Action.ts and tests 1e0a785
  • update test snapshots d599fec
  • add git repository url ; add node types ec19a50
  • convert to Typescript grapqlProtocol files ; fix /add engine types 2195720
  • Merge branch 'master' of https://github.com/chriskalmar/shyft fe28172
  • update test snapshots 7f94a5e
  • add git repository url ; add node types 3cd3039
  • convert to Typescript grapqlProtocol files ; fix /add engine types d07893c
  • Improve engine dataTypes type 586bef0
  • improve Schema types 74aeb76
  • improve permission types 2c089b1
  • update snapshots ce48710
  • convert to typescript every file in /engine ; doument input / output types for classes and some functions ; add linter for built files 07d719b

v0.6.1...v0.7.0