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








                                     
#import "./IdentityFragment.graphql"

query GetUserById($userId: String!) {
  repository {
    identity(prefix: $userId) {
      ...Identity
    }
  }
}