contra/graphql-helix

Can we detect/support cancelation of @stream operations?

jtwigg opened this issue · 0 comments

I'm planning on streaming results using the @stream functionality, but I would like the client react app to cancel the operation, and have that propagate backwards to the resolver that's returning a result, likely via

yield ressult

Ultimately I would like the DB operation to be canceled.

Is this possible? Is there a mechanism in helix for detecting canceled requests?