3be905b742
due to having same name as poe-api, I changed the name for it to be used with the other package
14 lines
368 B
GraphQL
14 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
|
|
}
|