Real-Time Operations

Configure the router for real-time operations


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