A helper to fetch all objects that works with pagination. It will fetch all objects in the array, and limit it to 50/request. Requests are sent using Promise.all.
Promise.all
A helper to fetch all objects that works with pagination. It will fetch all objects in the array, and limit it to 50/request. Requests are sent using
Promise.all
.