public class DeferredDirectiveOnQueryOperation extends DeferredDirectiveAbstractRule
| Constructor and Description |
|---|
DeferredDirectiveOnQueryOperation(ValidationContext validationContext,
ValidationErrorCollector validationErrorCollector) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
onDeferredDirective(Directive deferredDirective,
java.util.List<Node> ancestors,
GraphQLCompositeType parentType,
GraphQLFieldDefinition fieldDef) |
checkDirectiveaddError, addError, addError, checkArgument, checkDocument, checkField, checkFragmentDefinition, checkFragmentSpread, checkInlineFragment, checkOperationDefinition, checkSelectionSet, checkTypeName, checkVariable, checkVariableDefinition, documentFinished, getErrors, getQueryPath, getValidationContext, getValidationErrorCollector, getValidationUtil, isVisitFragmentSpreads, leaveOperationDefinition, leaveSelectionSet, setVisitFragmentSpreads, toStringpublic DeferredDirectiveOnQueryOperation(ValidationContext validationContext, ValidationErrorCollector validationErrorCollector)
protected void onDeferredDirective(Directive deferredDirective, java.util.List<Node> ancestors, GraphQLCompositeType parentType, GraphQLFieldDefinition fieldDef)
onDeferredDirective in class DeferredDirectiveAbstractRule