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 boolean
ValuesResolver.isVariableAbsent
(Value value, Map<String, NormalizedInputValue> variables) static Object
ValuesResolver.literalToNormalizedValue
(GraphqlFieldVisibility fieldVisibility, GraphQLType type, Value inputValue, Map<String, NormalizedInputValue> normalizedVariables) private static Object
ValuesResolver.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.normalizedArguments
private final com.google.common.collect.ImmutableMap
<String, NormalizedInputValue> ExecutableNormalizedField.normalizedArguments
private Map
<String, NormalizedInputValue> FieldCollectorNormalizedQueryParams.Builder.normalizedVariableValues
private final Map
<String, NormalizedInputValue> FieldCollectorNormalizedQueryParams.normalizedVariableValues
Methods in graphql.normalized that return NormalizedInputValueModifier and TypeMethodDescriptionExecutableNormalizedField.getNormalizedArgument
(String name) Returns an argument value as aNormalizedInputValue
which 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 VariableValueWithDefinition
ValueToVariableValueCompiler.normalizedInputValueToVariable
(NormalizedInputValue normalizedInputValue, int queryVariableCount) boolean
VariableAccumulator.shouldMakeVariable
(ExecutableNormalizedField executableNormalizedField, String argName, NormalizedInputValue normalizedInputValue) boolean
VariablePredicate.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)