Package graphql.execution
Class NormalizedVariables
java.lang.Object
graphql.execution.NormalizedVariables
Holds coerced variables, that is their values are now in a normalized
NormalizedInputValue form.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsKey(String key) static NormalizedVariablesstatic NormalizedVariablesof(Map<String, NormalizedInputValue> normalisedVariables) toMap()toString()