Package graphql.normalized
Class FieldCollectorNormalizedQueryParams
java.lang.Object
graphql.normalized.FieldCollectorNormalizedQueryParams
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Map<String, FragmentDefinition> private final GraphQLContextprivate final GraphQLSchemaprivate final Localeprivate final Map<String, NormalizedInputValue> private final List<FieldCollectorNormalizedQueryParams.PossibleMerger> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate -
Method Summary
Modifier and TypeMethodDescriptionvoidaddPossibleMergers(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
-