You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of graphql-java/graphql-java#3879, cancellation is natively supported by graphql-java at the ExecutionInput level.
We can now retire our custom wrapping of DataFetchers for that and only propagate the cancellation signal from the transport layer to the ExecutionInput#cancel().
The text was updated successfully, but these errors were encountered:
As of graphql-java/graphql-java#3879, cancellation is natively supported by graphql-java at the ExecutionInput level.
We can now retire our custom wrapping of
DataFetchers
for that and only propagate the cancellation signal from the transport layer to theExecutionInput#cancel()
.The text was updated successfully, but these errors were encountered: