freegpt4-duplicated / gpt4free /quora /graphql /UserSnippetFragment.graphql
pruth23's picture
Duplicate from pruth23/freegpt4
2f013d1
raw
history blame contribute delete
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
}