gpt4free/quora/graphql/HandleFragment.graphql

9 lines
103 B
GraphQL
Raw Normal View History

2023-03-29 20:10:42 +00:00
fragment HandleFragment on Viewer {
id
poeUser {
id
uid
handle
}
}