The author's login isn't being fetched, so during the optimistic UI rendering and before the server responds to the addComment mutation, the author's login is displayed as me.
During optimistic UI:

After server response

This issue was highlighted in this PR: the-road-to-graphql/react-graphql-github-apollo#29