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