Package graphql.execution.incremental
Class StreamedCall
java.lang.Object
graphql.execution.incremental.StreamedCall
- All Implemented Interfaces:
IncrementalCall<StreamPayload>
Represents a call that fetches data that was streamed, via the @stream directive.
This is a placeholder class, created to showcase the proposed structure that accommodates both @defer and @stream execution.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
StreamedCall
public StreamedCall()
-
-
Method Details
-
invoke
- Specified by:
invoke
in interfaceIncrementalCall<StreamPayload>
-