Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 727 Bytes

index.mdx

File metadata and controls

11 lines (9 loc) · 727 Bytes
title subtitle description
Real-Time Operations
Configure the router for real-time operations
Configure the Apollo GraphOS Router to support real-time operations, including subscriptions, defer directive, and file uploads.

Responsive applications rely on the router to handle operations in real time. You can configure to support various real-time operations:

  • Subscriptions - support GraphQL subscription operations
  • Defer - use the @defer directive to enable incremental delivery of response data
  • File Uploads - upload files to the router using multipart HTTP requests