aboutsummaryrefslogblamecommitdiffstats
path: root/webui/src/pages/list/ListIdentities.graphql
blob: 73073ae82766369a9bc021482976395e0432a840 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                           
query ListIdentities {
    repository {
        allIdentities {
            nodes {
                id
                humanId
                name
                email
                displayName
            }
        }
    }
}