chatgpt-plugin/utils/poe/graphql/BioFragment.graphql
2023-04-15 21:00:34 +08:00

8 lines
97 B
GraphQL

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