With the new Opt-In relationship loading, is it possible to query getRow to get all attributes and relationships and possibly even cascading relationships? I tried something like ['', '.'] and ['', '.', '..'] but neither returned any relationships unless I explicitly name them like ['', 'owner.', 'cards.', 'cards.moves.'].
Thanks!
TL;DR
Developers want to know if it's possible to use Opt-In relationship loading to retrieve all attributes and relationships in a getRow query. They tried wildcards like ['*', '*.*'] and ['*', '*.*', '*.*.*'] but relationships were only returned when explicitly named.