Uses of Class
graphql.execution.FetchedValue
-
Packages that use FetchedValue Package Description graphql.execution -
-
Uses of FetchedValue in graphql.execution
Methods in graphql.execution that return FetchedValue Modifier and Type Method Description FetchedValue
FetchedValue.Builder. build()
FetchedValue
FetchedValue. transform(java.util.function.Consumer<FetchedValue.Builder> builderConsumer)
protected FetchedValue
ExecutionStrategy. unboxPossibleDataFetcherResult(ExecutionContext executionContext, ExecutionStrategyParameters parameters, java.lang.Object result)
Methods in graphql.execution that return types with arguments of type FetchedValue Modifier and Type Method Description protected java.util.concurrent.CompletableFuture<FetchedValue>
ExecutionStrategy. fetchField(ExecutionContext executionContext, ExecutionStrategyParameters parameters)
Called to fetch a value for a field from theDataFetcher
associated with the fieldGraphQLFieldDefinition
.private java.util.concurrent.CompletableFuture<FetchedValue>
ExecutionStrategy. fetchField(GraphQLFieldDefinition fieldDef, ExecutionContext executionContext, ExecutionStrategyParameters parameters)
Methods in graphql.execution with parameters of type FetchedValue Modifier and Type Method Description protected 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)
-