Hi, after looking into your documentation on Data management and Data adapter I found that you guys have the option to work with GraphQL via adapter and that's great for what we are doing. But I couldn't find any information regarding "polling" similar to how Apollo GraphQL has it where we can request data every "N" second.
https://www.apollographql.com/docs/react/data/queries/#polling
I want to know if this is possible using Data management because it would be really beneficial for what we are doing and that is to have consistent updated data, and if so, please provide me with information regarding that API or an example of implementing this method.