Skip to content

graphql-java version update required to support operationNameΒ #7

@hogancr

Description

@hogancr

graphql-java library has a bug in version 2.0.0 (that I think may only have been fixed in 2.2.0) which causes exceptions anytime you use the operationName field in a query. It was as simple as using operationName!=null where they meant to say ==null, or something similar)

spring-graphql-common explicitly requires 2.0.0 and compilation fails if you update this dependency. So I'm just giving you a heads up that this feature is not supported in the currently required dependency and it may be worthwhile upgrading to support 2.2.0 to take advantage of the fix so this is feature can be supported.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions