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 FetchedValueExecutionStrategy.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 theDataFetcherassociated 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 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)