Is there a way to achieve the below in GraphQL persisted queries:
1. Add a timestamp in the response of GraphQL persisted query based on the last published date and time of a CF. Rather than manually entering the field value, I want that to be picked automatically
2. Filter Content Fragments which gets published between a past time frame and the current timeframe.
Eg: Receiving a time frame as a parameter in query and filter all the CFs which gets published between the time frame received and the current time.
Please help.
Thanks.