graphql-io
graphql-io copied to clipboard
Provide "throttle" option for throttling notifications
Currently, every(!) change triggers an immediate GRAPHQL-NOTIFY message. But a "throttle: N" option to GraphQL-IO-Server should throttle those notifies to a windows of N milliseconds and send just one notification per window.