Aug 22, 2017 · 1 min read
Why do you need to refactor UserList if profile picture is added? You just need to add avatarUrl in graphql response at node level and use user.avatarUrl in UserRow . No need to change anything in UserList .
Why do you need to refactor UserList if profile picture is added? You just need to add avatarUrl in graphql response at node level and use user.avatarUrl in UserRow . No need to change anything in UserList .
Written by