Class FieldCollectorParameters.Builder
java.lang.Object
graphql.execution.FieldCollectorParameters.Builder
- Enclosing class:
FieldCollectorParameters
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Map<String, FragmentDefinition> private GraphQLContextprivate GraphQLSchemaprivate 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
-