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