diff options
Diffstat (limited to 'poe/graphql/UserSnippetFragment.graphql')
-rw-r--r-- | poe/graphql/UserSnippetFragment.graphql | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/poe/graphql/UserSnippetFragment.graphql b/poe/graphql/UserSnippetFragment.graphql deleted file mode 100644 index 17fc8426..00000000 --- a/poe/graphql/UserSnippetFragment.graphql +++ /dev/null @@ -1,14 +0,0 @@ -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 -} |