Package | Description |
---|---|
graphql.execution.instrumentation.fieldvalidation |
Modifier and Type | Class and Description |
---|---|
class |
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.
|
Constructor and Description |
---|
FieldValidationInstrumentation(FieldValidation fieldValidation)
Your field validation will be called before query execution
|
Copyright © 2019. All rights reserved.