Mirror of a distributed, offline-first bug tracker embedded in git
1query ListIdentities { 2 repository { 3 allIdentities { 4 nodes { 5 id 6 humanId 7 name 8 email 9 displayName 10 } 11 } 12 } 13}