mirror of
https://github.com/xtekky/gpt4free.git
synced 2024-11-19 03:25:32 +00:00
9 lines
103 B
GraphQL
9 lines
103 B
GraphQL
|
fragment HandleFragment on Viewer {
|
||
|
id
|
||
|
poeUser {
|
||
|
id
|
||
|
uid
|
||
|
handle
|
||
|
}
|
||
|
}
|