Fetch user's external accounts via user and not site
There are no commits yet
Push commits to the source branch or add previously merged commits to review them.
Created by: artemruts
Fixes #18269 (closed)
Previously errors where thrown when non-admin users tried to access their external accounts through the site
GraphQL node, that's not ok. Only admins can access site
- that's why we saw errors.
Now users will use correct user
node instead.
With both admin and non-admin users and with non-admin users trying to access other user's external accounts.
Push commits to the source branch or add previously merged commits to review them.