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 FetchedValueFetchedValue.Builder. build()FetchedValueFetchedValue. transform(java.util.function.Consumer<FetchedValue.Builder> builderConsumer)protected FetchedValueExecutionStrategy. 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 theDataFetcherassociated 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 FieldValueInfoExecutionStrategy. completeField(ExecutionContext executionContext, ExecutionStrategyParameters parameters, FetchedValue fetchedValue)Called to complete a field based on the type of the field.static FetchedValue.BuilderFetchedValue. newFetchedValue(FetchedValue otherValue)
-