Class StreamedCall

java.lang.Object
graphql.execution.incremental.StreamedCall
All Implemented Interfaces:
IncrementalCall<StreamPayload>

public class StreamedCall extends Object implements 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.