Uses of Package
graphql.execution.instrumentation.fieldvalidation
-
Packages that use graphql.execution.instrumentation.fieldvalidation Package Description graphql.execution.instrumentation.fieldvalidation -
Classes in graphql.execution.instrumentation.fieldvalidation used by graphql.execution.instrumentation.fieldvalidation Class 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.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.