Package graphql.normalized
Class ExecutableNormalizedOperationFactory.FieldAndAstParent
- java.lang.Object
-
- graphql.normalized.ExecutableNormalizedOperationFactory.FieldAndAstParent
-
- Enclosing class:
- ExecutableNormalizedOperationFactory
private static class ExecutableNormalizedOperationFactory.FieldAndAstParent extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) GraphQLCompositeType
astParentType
(package private) Field
field
-
Constructor Summary
Constructors Modifier Constructor Description private
FieldAndAstParent(Field field, GraphQLCompositeType astParentType)
-
-
-
Field Detail
-
field
final Field field
-
astParentType
final GraphQLCompositeType astParentType
-
-
Constructor Detail
-
FieldAndAstParent
private FieldAndAstParent(Field field, GraphQLCompositeType astParentType)
-
-