Skip to content

Commit

Permalink
docs(subscription-support): Try to fix formatting of L3 header. (#5004)
Browse files Browse the repository at this point in the history
  • Loading branch information
abernix authored Apr 23, 2024
1 parent e569688 commit 8e9443f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/executing-operations/subscription-support.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ If something crashes on your side for a specific subscription on specific events
Also, when handling subscriptions with heartbeats disabled, make sure to store a subscription's request payload (including extensions data with callback URL and verifier) to be able to send the right events on the right callback URL when you start your lambda function triggered by an event.

</Caution>

### Using a combination of modes

If some of your subgraphs require [passthrough mode](#websocket-setup) and others require [callback mode](#http-callback-setup) for subscriptions, you can apply different modes to different subgraphs in your configuration:
Expand Down

0 comments on commit 8e9443f

Please sign in to comment.