freegpt-webui / g4f /.v1 /gpt4free /quora /graphql /UserSnippetFragment.graphql
monra's picture
Adds all providers from the original API
d4adf88
raw
history blame
368 Bytes
fragment UserSnippetFragment on PoeUser {
id
uid
bio
handle
fullName
viewerIsFollowing
isPoeOnlyUser
profilePhotoURLTiny: profilePhotoUrl(size: tiny)
profilePhotoURLSmall: profilePhotoUrl(size: small)
profilePhotoURLMedium: profilePhotoUrl(size: medium)
profilePhotoURLLarge: profilePhotoUrl(size: large)
isFollowable
}