Package graphql.execution
Class FieldCollectorParameters.Builder
java.lang.Object
graphql.execution.FieldCollectorParameters.Builder
- Enclosing class:
FieldCollectorParameters
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Map
<String, FragmentDefinition> private GraphQLContext
private GraphQLSchema
private GraphQLObjectType
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
fragments
(Map<String, FragmentDefinition> fragmentsByName) graphQLContext
(GraphQLContext graphQLContext) objectType
(GraphQLObjectType objectType) schema
(GraphQLSchema graphQLSchema)
-
Field Details
-
graphQLSchema
-
fragmentsByName
-
variables
-
objectType
-
graphQLContext
-
-
Constructor Details
-
Builder
private Builder()- See Also:
-
-
Method Details
-
schema
-
objectType
-
graphQLContext
-
fragments
-
variables
-
build
-