Package graphql.normalized
Class FieldCollectorNormalizedQueryParams
java.lang.Object
graphql.normalized.FieldCollectorNormalizedQueryParams
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Map
<String, FragmentDefinition> private final GraphQLContext
private final GraphQLSchema
private final Locale
private final Map
<String, NormalizedInputValue> private final List
<FieldCollectorNormalizedQueryParams.PossibleMerger> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addPossibleMergers
(ExecutableNormalizedField parent, String resultKey) @Nullable Map
<String, NormalizedInputValue>
-
Field Details
-
graphQLSchema
-
fragmentsByName
-
coercedVariableValues
-
normalizedVariableValues
-
graphQLContext
-
locale
-
possibleMergerList
-
-
Constructor Details
-
FieldCollectorNormalizedQueryParams
-
-
Method Details
-
addPossibleMergers
-
getPossibleMergerList
-
getGraphQLSchema
-
getFragmentsByName
-
getCoercedVariableValues
-
getNormalizedVariableValues
-
getGraphQLContext
-
getLocale
-
newParameters
-