aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/CurrentIdentity.graphql
blob: 2794a40f19223b6fb8a8b0a8c3c8e83a04a05fc2 (plain) (blame)
1
2
3
4
5
6
7
8
query CurrentIdentity {
  repository {
    userIdentity {
      displayName
      avatarUrl
    }
  }
}