summaryrefslogtreecommitdiffstats
path: root/quora/graphql/HandleFragment.graphql
blob: f53c484be3df99d43f940269059552fc6e8d914d (plain) (blame)
1
2
3
4
5
6
7
8
fragment HandleFragment on Viewer {
    id
    poeUser {
        id
        uid
        handle
    }
}