query AllIdentities($ref: String) { repository(ref: $ref) { allIdentities(first: 1000) { nodes { id humanId name email login displayName avatarUrl } } } }