8 lines
97 B
GraphQL
8 lines
97 B
GraphQL
fragment BioFragment on Viewer {
|
|
id
|
|
poeUser {
|
|
id
|
|
uid
|
|
bio
|
|
}
|
|
}
|