Skip to content

v4.12.6 - fix websocketOperations: all

Compare
Choose a tag to compare
@benjie benjie released this 30 Nov 10:10
· 10411 commits to main since this release

Fixes a couple of bugs related to websocketOperations: 'all'

  • --websocket-operations CLI flag was previously ignored
  • When issuing queries/mutations over websockets, singleStatement: true was set incorrectly (this should be set only for subscriptions), resulting in performance costs and errors when issuing mutations that use savepoints (which should be all mutations).

Also upgrades GraphiQL