query FollowupRepositoryCollaborators { repository(name: "$repo", owner: "$owner") { collaborators { nodes { login } } } }