GraphQL subscriptions are used to get real-time updates when a(n) _____ occurs on the server.

  • Authentication failure
  • Database query
  • Event or data change
  • HTTP request
GraphQL subscriptions are used to get real-time updates when an event or data change occurs on the server. This can include events like new data being added, data updates, or deletions. GraphQL subscriptions enable clients to receive real-time updates without the need for continuous polling.
Add your answer
Loading...

Leave a comment

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