Package graphql.normalized
Class ExecutableNormalizedOperationFactory.CollectNFResult
- java.lang.Object
-
- graphql.normalized.ExecutableNormalizedOperationFactory.CollectNFResult
-
- Enclosing class:
- ExecutableNormalizedOperationFactory
public static class ExecutableNormalizedOperationFactory.CollectNFResult extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.Collection<ExecutableNormalizedField>
children
private com.google.common.collect.ImmutableListMultimap<ExecutableNormalizedField,ExecutableNormalizedOperationFactory.FieldAndAstParent>
normalizedFieldToAstFields
-
Constructor Summary
Constructors Constructor Description CollectNFResult(java.util.Collection<ExecutableNormalizedField> children, com.google.common.collect.ImmutableListMultimap<ExecutableNormalizedField,ExecutableNormalizedOperationFactory.FieldAndAstParent> normalizedFieldToAstFields)
-
-
-
Field Detail
-
children
private final java.util.Collection<ExecutableNormalizedField> children
-
normalizedFieldToAstFields
private final com.google.common.collect.ImmutableListMultimap<ExecutableNormalizedField,ExecutableNormalizedOperationFactory.FieldAndAstParent> normalizedFieldToAstFields
-
-
Constructor Detail
-
CollectNFResult
public CollectNFResult(java.util.Collection<ExecutableNormalizedField> children, com.google.common.collect.ImmutableListMultimap<ExecutableNormalizedField,ExecutableNormalizedOperationFactory.FieldAndAstParent> normalizedFieldToAstFields)
-
-