Skip to content

@apollo/server@4.10.4

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 18 Apr 15:28
268687d

Patch Changes

  • #7871 18a3827 Thanks @tninesling! - Subscription heartbeats are initialized prior to awaiting subscribe(). This allows long-running setup to happen in the returned Promise without the subscription being terminated prior to resolution.