Uses of Class
graphql.execution.FetchedValue
Packages that use FetchedValue
-
Uses of FetchedValue in graphql.execution
Methods in graphql.execution that return FetchedValueModifier and TypeMethodDescriptionFetchedValue.Builder.build()
FetchedValue.transform
(Consumer<FetchedValue.Builder> builderConsumer) protected FetchedValue
ExecutionStrategy.unboxPossibleDataFetcherResult
(ExecutionContext executionContext, ExecutionStrategyParameters parameters, Object result) Methods in graphql.execution that return types with arguments of type FetchedValueModifier and TypeMethodDescriptionprotected CompletableFuture
<FetchedValue> ExecutionStrategy.fetchField
(ExecutionContext executionContext, ExecutionStrategyParameters parameters) Called to fetch a value for a field from theDataFetcher
associated with the fieldGraphQLFieldDefinition
.private CompletableFuture
<FetchedValue> ExecutionStrategy.fetchField
(GraphQLFieldDefinition fieldDef, ExecutionContext executionContext, ExecutionStrategyParameters parameters) Methods in graphql.execution with parameters of type FetchedValueModifier and TypeMethodDescriptionprotected FieldValueInfo
ExecutionStrategy.completeField
(ExecutionContext executionContext, ExecutionStrategyParameters parameters, FetchedValue fetchedValue) Called to complete a field based on the type of the field.static FetchedValue.Builder
FetchedValue.newFetchedValue
(FetchedValue otherValue)