I’m interested in doing a sweep over all data items of interest in a periodic manner.
In order to be efficient, I only want to scan items that were created / updated since my last run.
I’m not seen this possible on most (maybe even all) types of GraphQL queries.
Any tips before I basically replicate some of the data on my side and manage this?
(which will be very silly since I’ll need to count how many results I have and offset my request with a page number, far from ideal).