Files
SillyTavern/poe_graphql/BioFragment.graphql
2023-04-03 22:10:58 +03:00

9 lines
97 B
GraphQL

fragment BioFragment on Viewer {
id
poeUser {
id
uid
bio
}
}