Package graphql.execution.incremental
Interface IncrementalCall<T extends IncrementalPayload>
- Type Parameters:
T
- the type of the payload that this call resolves.
- All Known Implementing Classes:
DeferredFragmentCall
,StreamedCall
public interface IncrementalCall<T extends IncrementalPayload>
Represents an incremental call (resulted from the usage of @defer or @stream).
-
Method Summary
-
Method Details
-
invoke
CompletableFuture<T> invoke()
-