aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/components/Identity/IdentityFragment.graphql
blob: 6c4e2483dcd06ab95910f008e669d2cef9c644e7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
fragment Identity on Identity {
  id
  humanId
  displayName
  email
  name
  avatarUrl
  isProtected
  login
}