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
The text was updated successfully, but these errors were encountered:
brendamckenne
changed the title
Validations work but then resolvers don't work
@notblank validation on input type is not working. Getting below error.
Apr 6, 2020
@notblank validation on input type is not working. Getting below error.
Schema is like this:
Getting below error:
{"errorType":"java.lang.NoSuchMethodError","errorMessage":"graphql.schema.GraphQLInputType.getName()Ljava/lang/String;","stackTrace":["graphql.validation.constraints.AbstractDirectiveConstraint.isOneOfTheseTypes(AbstractDirectiveConstraint.java:167)","graphql.validation.constraints.standard.NotBlankRule.appliesToType(NotBlankRule.java:39)","graphql.validation.constraints.AbstractDirective
The text was updated successfully, but these errors were encountered: