summaryrefslogtreecommitdiffstats
path: root/poe/graphql/BioFragment.graphql
blob: c42180309effae889b4ea40b82140202af4fd1e9 (plain) (blame)
1
2
3
4
5
6
7
8
fragment BioFragment on Viewer {
    id
    poeUser {
        id
        uid
        bio
    }
}