Package graphql.normalized
Class ExecutableNormalizedOperationFactory.CollectNFResult
java.lang.Object
graphql.normalized.ExecutableNormalizedOperationFactory.CollectNFResult
- Enclosing class:
ExecutableNormalizedOperationFactory
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Collection
<ExecutableNormalizedField> private final com.google.common.collect.ImmutableListMultimap
<ExecutableNormalizedField, ExecutableNormalizedOperationFactory.FieldAndAstParent> -
Constructor Summary
ConstructorsConstructorDescriptionCollectNFResult
(Collection<ExecutableNormalizedField> children, com.google.common.collect.ImmutableListMultimap<ExecutableNormalizedField, ExecutableNormalizedOperationFactory.FieldAndAstParent> normalizedFieldToAstFields) -
Method Summary
-
Field Details
-
children
-
normalizedFieldToAstFields
private final com.google.common.collect.ImmutableListMultimap<ExecutableNormalizedField,ExecutableNormalizedOperationFactory.FieldAndAstParent> normalizedFieldToAstFields
-
-
Constructor Details
-
CollectNFResult
public CollectNFResult(Collection<ExecutableNormalizedField> children, com.google.common.collect.ImmutableListMultimap<ExecutableNormalizedField, ExecutableNormalizedOperationFactory.FieldAndAstParent> normalizedFieldToAstFields)
-