Uses of Interface
graphql.execution.instrumentation.fieldvalidation.FieldAndArguments
Packages that use FieldAndArguments
-
Uses of FieldAndArguments in graphql.execution.instrumentation.fieldvalidation
Methods in graphql.execution.instrumentation.fieldvalidation that return FieldAndArgumentsMethods in graphql.execution.instrumentation.fieldvalidation that return types with arguments of type FieldAndArgumentsModifier and TypeMethodDescriptionFieldValidationEnvironment.getFields()FieldValidationEnvironment.getFieldsByPath()Methods in graphql.execution.instrumentation.fieldvalidation with parameters of type FieldAndArgumentsModifier and TypeMethodDescriptionFieldValidationEnvironment.mkError(String msg, FieldAndArguments fieldAndArguments) This helper method allows you to make error messages to be passed back out in case of validation failure.Method parameters in graphql.execution.instrumentation.fieldvalidation with type arguments of type FieldAndArgumentsModifier and TypeMethodDescriptionSimpleFieldValidation.addRule(ResultPath fieldPath, BiFunction<FieldAndArguments, FieldValidationEnvironment, Optional<GraphQLError>> rule) Adds the rule against the field address path.