Uses of Class
graphql.normalized.NormalizedInputValue
Packages that use NormalizedInputValue
-
Uses of NormalizedInputValue in graphql.execution
Methods in graphql.execution that return types with arguments of type NormalizedInputValueModifier and TypeMethodDescriptionstatic Map<String, NormalizedInputValue> ValuesResolver.getNormalizedArgumentValues(List<GraphQLArgument> argumentTypes, List<Argument> arguments, Map<String, NormalizedInputValue> normalizedVariables) No validation as the arguments are assumed validstatic Map<String, NormalizedInputValue> ValuesResolver.getNormalizedVariableValues(GraphQLSchema schema, List<VariableDefinition> variableDefinitions, RawVariables rawVariables, GraphQLContext graphqlContext, Locale locale) Normalized variables values are Literals with type information.Method parameters in graphql.execution with type arguments of type NormalizedInputValueModifier and TypeMethodDescriptionstatic Map<String, NormalizedInputValue> ValuesResolver.getNormalizedArgumentValues(List<GraphQLArgument> argumentTypes, List<Argument> arguments, Map<String, NormalizedInputValue> normalizedVariables) No validation as the arguments are assumed validstatic ObjectValuesResolver.literalToNormalizedValue(GraphqlFieldVisibility fieldVisibility, GraphQLType type, Value inputValue, Map<String, NormalizedInputValue> normalizedVariables) -
Uses of NormalizedInputValue in graphql.normalized
Methods in graphql.normalized that return NormalizedInputValueModifier and TypeMethodDescriptionExecutableNormalizedField.getNormalizedArgument(String name) Returns an argument value as aNormalizedInputValuewhich contains its type name and its current valueMethods in graphql.normalized that return types with arguments of type NormalizedInputValueModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableMap<String, NormalizedInputValue> ExecutableNormalizedField.getNormalizedArguments()@Nullable Map<String, NormalizedInputValue> FieldCollectorNormalizedQueryParams.getNormalizedVariableValues()Methods in graphql.normalized with parameters of type NormalizedInputValueModifier and TypeMethodDescriptionVariableAccumulator.accumulateVariable(NormalizedInputValue normalizedInputValue) booleanVariableAccumulator.shouldMakeVariable(ExecutableNormalizedField executableNormalizedField, String argName, NormalizedInputValue normalizedInputValue) booleanVariablePredicate.shouldMakeVariable(ExecutableNormalizedField executableNormalizedField, String argName, NormalizedInputValue normalizedInputValue) Return true if a variable should be made for this field argumentMethod parameters in graphql.normalized with type arguments of type NormalizedInputValueModifier and TypeMethodDescriptionExecutableNormalizedField.Builder.normalizedArguments(@Nullable Map<String, NormalizedInputValue> arguments) FieldCollectorNormalizedQueryParams.Builder.normalizedVariables(Map<String, NormalizedInputValue> normalizedVariableValues)