Summary
The user is experiencing an issue where the order stream is not paginating through the parent orders stream to fetch order details for each order. They are only getting individual order details for the first page of the orders stream.
Question
Using the builder I have 2 streams. 1 called orders
which fetches all orders and 1 called order
which uses orders as a parent stream to fetch additional details for each order.
In the order stream, it’s not paginating through the parent orders stream to fetch order details for each order.
Instead it’s only fetching individual order details for the first page of the orders stream.
Is that expected?
This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want
to access the original thread.