aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/components/Identity/CurrentIdentity.graphql
blob: 56efeacf019823e0420a6d61dc0169a0eb213f73 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#import "./IdentityFragment.graphql"

query CurrentIdentity {
  repository {
    name
    userIdentity {
      ...Identity
    }
  }
}