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

8 lines
103 B
GraphQL

fragment HandleFragment on Viewer {
id
poeUser {
id
uid
handle
}
}