-
Couldn't load subscription status.
- Fork 35
Description
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