Skip to content

Support for graphql-java 24.0? #103

Description

@Boris-de

Is there support for graphql-java 24.0 yet?

We tried to use graphql-java-extended-validation 22.0 with graphql-java 24.0 and the "missinglink" plugin turned up an error because graphql-java-extended-validation uses the method graphql.execution.ExecutionStepInfo.getFieldContainer() in graphql.validation.rules.ValidationRules.runValidationrules(graphql.schema.DataFetchingEnvironment) which is deprecated an graphql-java 22.x and removed in 24.0

The replacement is graphql.execution.ExecutionStepInfo.getObjectType() which returns the same value, so this should be easy to fix. Not sure though if anything else is needed for support of graphql-java 24.0

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions