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 validprivate static booleanValuesResolver.isVariableAbsent(Value value, Map<String, NormalizedInputValue> variables) static ObjectValuesResolver.literalToNormalizedValue(GraphqlFieldVisibility fieldVisibility, GraphQLType type, Value inputValue, Map<String, NormalizedInputValue> normalizedVariables) private static ObjectValuesResolver.literalToNormalizedValueForInputObject(GraphqlFieldVisibility fieldVisibility, GraphQLInputObjectType type, ObjectValue inputObjectLiteral, Map<String, NormalizedInputValue> normalizedVariables) ValuesResolver.literalToNormalizedValueForList(GraphqlFieldVisibility fieldVisibility, GraphQLList type, Value value, Map<String, NormalizedInputValue> normalizedVariables) -
Uses of NormalizedInputValue in graphql.normalized
Fields in graphql.normalized with type parameters of type NormalizedInputValueModifier and TypeFieldDescriptionprivate com.google.common.collect.ImmutableMap<String, NormalizedInputValue> ExecutableNormalizedField.Builder.normalizedArgumentsprivate final com.google.common.collect.ImmutableMap<String, NormalizedInputValue> ExecutableNormalizedField.normalizedArgumentsprivate Map<String, NormalizedInputValue> FieldCollectorNormalizedQueryParams.Builder.normalizedVariableValuesprivate final Map<String, NormalizedInputValue> FieldCollectorNormalizedQueryParams.normalizedVariableValuesMethods 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) private static @NotNull Value<?> ExecutableNormalizedOperationToAstCompiler.argValue(ExecutableNormalizedField executableNormalizedField, String argName, NormalizedInputValue normalizedInputValue, VariableAccumulator variableAccumulator) (package private) static VariableValueWithDefinitionValueToVariableValueCompiler.normalizedInputValueToVariable(NormalizedInputValue normalizedInputValue, int queryVariableCount) 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)