1
0
Fork 0
GPT4FREE/poe/graphql/UserSnippetFragment.graphql

15 lines
368 B
GraphQL
Raw Normal View History

2023-03-29 20:10:42 +00:00
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
}