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