Skip to content

Method Not Found java.util.concurrent.CompletableFuture graphql.execution.FieldValueInfo.getFieldValue() #2125

@patwlan

Description

@patwlan

Library Version
8.8.1

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    type: bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions