Skip to content

Commit e6bd88e

Browse files
committed
Add Heartbeat method to EngineResultWriter
1 parent 31fca63 commit e6bd88e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

execution/graphql/result_writer.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ func (e *EngineResultWriter) Complete() {
3535

3636
}
3737

38+
func (e *EngineResultWriter) Heartbeat() error {
39+
return nil
40+
}
41+
3842
func (e *EngineResultWriter) Close(_ resolve.SubscriptionCloseKind) {
3943

4044
}

0 commit comments

Comments
 (0)