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 TypeMethodDescriptionboolean
containsKey
(String key) static NormalizedVariables
static NormalizedVariables
of
(Map<String, NormalizedInputValue> normalisedVariables) toMap()
toString()