CurrentIdentity.graphql

1query CurrentIdentity {
2  repository {
3    userIdentity {
4      displayName
5      avatarUrl
6    }
7  }
8}