gpt_demo / g4f /.v1 /gpt4free /quora /graphql /UserSnippetFragment.graphql
starsaround's picture
Upload 183 files
f4b4235
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
}