query NotableContributions { user(login: "$login") { repositoriesContributedTo($after first: $repositories, contributionTypes: COMMIT) { edges { cursor node { isInOrganization owner { login avatarUrl } nameWithOwner watchers { totalCount } forks { totalCount } stargazers { totalCount } } } } } }