You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When calling for new sub-accounts you can add the parameter recursive to save some API calls and improve performance. We may want to also look into using GraphQL and just getting all accounts first before processing which should speed up the playwright part.
Though it looks like with GraphQL you'd have to test a few subAccountsConnection so you don't know how deep you'd need to go to get all the subaccounts?
Might be worth looking into as the API calls seem to be where a lot of time is spent.
The text was updated successfully, but these errors were encountered:
When calling for new sub-accounts you can add the parameter
recursive
to save some API calls and improve performance. We may want to also look into using GraphQL and just getting all accounts first before processing which should speed up the playwright part.Though it looks like with GraphQL you'd have to test a few subAccountsConnection so you don't know how deep you'd need to go to get all the subaccounts?
Might be worth looking into as the API calls seem to be where a lot of time is spent.
The text was updated successfully, but these errors were encountered: