1
0
Fork 0
GPT4FREE/gpt4free/quora/graphql/UserSnippetFragment.graphql
2023-04-29 14:55:24 +05:30

15 lines
368 B
GraphQL

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
}