Hi,
Knowing that “getList” implementation at can-connect/constructor actively resolves the getListData() promise how can I take control of the promise Type.getList resolution in my client code without completely break the getList flow (getListData -> hydrateList -> …) ?
Thanks!