Package graphql.execution
Class TypeResolutionParameters.Builder
java.lang.Object
graphql.execution.TypeResolutionParameters.Builder
- Enclosing class:
TypeResolutionParameters
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionargumentValues
(Supplier<Map<String, Object>> argumentValues) build()
Deprecated.field
(MergedField field) fieldType
(GraphQLType fieldType) graphQLContext
(GraphQLContext context) localContext
(Object localContext) schema
(GraphQLSchema schema) selectionSet
(DataFetchingFieldSelectionSet selectionSet)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
field
-
fieldType
-
value
-
argumentValues
-
schema
-
context
Deprecated. -
graphQLContext
-
localContext
-
selectionSet
-
build
-