Previously, the DB queries, let's say, have a DB which says "getContactsForUser". It used to return a list of arrays under "getContactsForUser.data". Now, all DB queries returning data, the list of arrays, are now within "getContactsForUser.data.data". This is a massive change, and all the components that are dependent on these DB queries are now failing. This massive bug has to be corrected immediately.
2 Likes
A post was merged into an existing topic: Query results unexpectedly wrapped in a "data" field — breaking all resource-connected components