How to Observe Realtime API from React using Apollo server

Hello everyone,

I have REST API real-time service, the changes of the data from the API should be represented on the frontend (React) without triggers form the client side (data should be fetched from the api and pushed to frontend automatically).

how to achieve that and I hope if there are a good example.

thanks in advance.