Uses of Interface
graphql.execution.instrumentation.fieldvalidation.FieldValidation
Packages that use FieldValidation
-
Uses of FieldValidation in graphql.execution.instrumentation.fieldvalidation
Classes in graphql.execution.instrumentation.fieldvalidation that implement FieldValidationModifier and TypeClassDescriptionclassThis very simple field validation will run the supplied function for a given field path and if it returns an error it will be added to the list of problems.Fields in graphql.execution.instrumentation.fieldvalidation declared as FieldValidationModifier and TypeFieldDescriptionprivate final FieldValidationFieldValidationInstrumentation.fieldValidationMethods in graphql.execution.instrumentation.fieldvalidation with parameters of type FieldValidationModifier and TypeMethodDescription(package private) static List<GraphQLError> FieldValidationSupport.validateFieldsAndArguments(FieldValidation fieldValidation, ExecutionContext executionContext) Constructors in graphql.execution.instrumentation.fieldvalidation with parameters of type FieldValidationModifierConstructorDescriptionFieldValidationInstrumentation(FieldValidation fieldValidation) Your field validation will be called before query execution