Class NonNullableFieldValidator


  • public class NonNullableFieldValidator
    extends java.lang.Object
    This will check that a value is non-null when the type definition says it must be and, it will throw NonNullableFieldWasNullException if this is not the case. See: https://spec.graphql.org/October2021/#sec-Errors-and-Non-Nullability