Class OverlappingFieldsCanBeMerged
java.lang.Object
graphql.validation.AbstractRule
graphql.validation.rules.OverlappingFieldsCanBeMerged
-
Constructor Summary
ConstructorsConstructorDescriptionOverlappingFieldsCanBeMerged(ValidationContext validationContext, ValidationErrorCollector validationErrorCollector) -
Method Summary
Methods inherited from class AbstractRule
addError, addError, addError, checkArgument, checkDirective, checkDocument, checkField, checkFragmentDefinition, checkFragmentSpread, checkInlineFragment, checkObjectValue, checkOperationDefinition, checkSelectionSet, checkTypeName, checkVariable, checkVariableDefinition, documentFinished, getErrors, getQueryPath, getValidationContext, getValidationErrorCollector, getValidationUtil, i18n, i18n, isVisitFragmentSpreads, leaveOperationDefinition, setVisitFragmentSpreads, toString
-
Constructor Details
-
OverlappingFieldsCanBeMerged
public OverlappingFieldsCanBeMerged(ValidationContext validationContext, ValidationErrorCollector validationErrorCollector)
-
-
Method Details
-
leaveSelectionSet
- Overrides:
leaveSelectionSetin classAbstractRule
-