Package | Description |
---|---|
graphql.execution.instrumentation.fieldvalidation |
Class and 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.
|
Copyright © 2019. All rights reserved.