Package graphql.execution.instrumentation.fieldvalidation
-
Interface Summary Interface Description FieldAndArguments This represents a field and its arguments that may be validated.FieldValidation This pluggable interface allows you to validate the fields and their argument inputs before query execution.FieldValidationEnvironment This contains all of the field and their arguments for a given query. -
Class Summary Class Description FieldValidationInstrumentation ThisInstrumentation
allows you to validate the fields of the query before the query is executed.SimpleFieldValidation This 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.