Advertisement
Guest User

Untitled

a guest
Aug 17th, 2017
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. {
  2. user(id: 4802170) {
  3. id
  4. name
  5. isViewerFriend
  6. profilePicture(size: 50) {
  7. uri
  8. width
  9. height
  10. }
  11. friendConnection(first: 5) {
  12. totalCount
  13. friends {
  14. id
  15. name
  16. }
  17. }
  18. }
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement