Skip to content

Instantly share code, notes, and snippets.

@maniish-jaiin
Last active June 9, 2020 16:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maniish-jaiin/8b019371c0e644c9994a7499c645db56 to your computer and use it in GitHub Desktop.
Save maniish-jaiin/8b019371c0e644c9994a7499c645db56 to your computer and use it in GitHub Desktop.
query getFriends {
user {
friends {
...friendFields
}
mutualFriends {
...friendFields
}
}
}
fragment friendFields on User {
id
name
profilePic
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment