In GraphQL, _____ allows clients to receive real-time updates when data they are interested in changes.

  • GraphQL Query
  • RESTful API
  • SOAP
  • Subscriptions
In GraphQL, Subscriptions allow clients to receive real-time updates when data they are interested in changes. Subscriptions enable a publish-subscribe model, enhancing the real-time capabilities of GraphQL.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *