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
Describe the bug
The class FlowSubscriptionExecutionStrategy on line 169 is calling the field fieldValue on the FieldValueInfo class.
The problem is that the field no longer exists in java-graphql:24.1 and that is the version that 8.8.1 references.
This leads to a method not found error.
It is alreaday fixed on the master, but that version is broken when using websockets/subscriptions.
To Reproduce
Start a websockets/subscriptions.
Expected behavior
That line in the FlowSubscriptionExecutionStrategy need updating.