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