How do I useManyLists?
I call my list endpoint with 2 query params, let's call them refTable and refID. I need to call the /getObjects for each entry of the following array.
const inputArray = [
{ refTable: "Pokemone", refID: "id1" },
{ refTable: "Animals", refID: "id2" },
]
const inputArray = [
{ refTable: "Pokemone", refID: "id1" },
{ refTable: "Animals", refID: "id2" },
]
