I have a scenario, need to loop over the items and call an GraphQL API.. Which return the next cursor details.. I need to send to the next cusror details in my previosu execution to current execution so that data will be pulled as expected. How can i achieve this?
Any help on this, it’s just a logic where we will check the data from the API and IF has success responses 10 and false has 1 need to merge all the 11 resposes.