Package graphql.execution
Class FieldCollectorParameters
java.lang.Object
graphql.execution.FieldCollectorParameters
Internal because FieldCollector is internal.
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Map
<String, FragmentDefinition> private final GraphQLContext
private final GraphQLSchema
private final GraphQLObjectType
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
-
Method Summary
Modifier and TypeMethodDescription
-
Field Details
-
graphQLSchema
-
fragmentsByName
-
variables
-
objectType
-
graphQLContext
-
-
Constructor Details
-
FieldCollectorParameters
-
-
Method Details
-
getGraphQLSchema
-
getFragmentsByName
-
getVariables
-
getObjectType
-
getGraphQLContext
-
newParameters
-