aboutsummaryrefslogblamecommitdiffstats
path: root/webui/src/components/Identity/CurrentIdentity.graphql
blob: 054190df50c3900168cb95168adae93fda5a9eb6 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                    
#import "./IdentityFragment.graphql"

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