Package graphql.validation.rules
Class ProvidedNonNullArguments
java.lang.Object
graphql.validation.AbstractRule
graphql.validation.rules.ProvidedNonNullArguments
-
Constructor Summary
ConstructorsConstructorDescriptionProvidedNonNullArguments
(ValidationContext validationContext, ValidationErrorCollector validationErrorCollector) -
Method Summary
Modifier and TypeMethodDescriptionvoid
checkDirective
(Directive directive, List<Node> ancestors) void
checkField
(Field field) Methods inherited from class graphql.validation.AbstractRule
addError, addError, addError, checkArgument, checkDocument, checkFragmentDefinition, checkFragmentSpread, checkInlineFragment, checkObjectValue, checkOperationDefinition, checkSelectionSet, checkTypeName, checkVariable, checkVariableDefinition, documentFinished, getErrors, getQueryPath, getValidationContext, getValidationErrorCollector, getValidationUtil, i18n, i18n, isExperimentalApiKeyEnabled, isVisitFragmentSpreads, leaveOperationDefinition, leaveSelectionSet, setVisitFragmentSpreads, toString
-
Constructor Details
-
ProvidedNonNullArguments
public ProvidedNonNullArguments(ValidationContext validationContext, ValidationErrorCollector validationErrorCollector)
-
-
Method Details
-
checkField
- Overrides:
checkField
in classAbstractRule
-
checkDirective
- Overrides:
checkDirective
in classAbstractRule
-