Skip to content

Instantly share code, notes, and snippets.

@phwd
Forked from 19h/init.gql
Created April 25, 2014 20:34
Show Gist options
  • Save phwd/11302350 to your computer and use it in GitHub Desktop.
Save phwd/11302350 to your computer and use it in GitHub Desktop.
viewer() {
messenger_contacts {
deltas.after(Nzg1NDY3Nzk1OjEzODc5Njc0NTE=).contact_profile_type(user) {
page_info {
end_cursor
}, nodes {
added_edge {
time, node {
id, graph_api_write_id, phone_entries {
is_verified, primary_field {
label, phone {
display_number, universal_number
}
}
}, phonetic_name {
parts {
offset, length, part
}, text
}, profile_picture.size(88, 88) as small_profile_picture {
uri
}, profile_picture.size(160, 160) as large_profile_picture {
uri
}, represented_profile {
id, is_mobile_pushable, is_messenger_user, is_viewer_friend, messenger_version_max, name_search_tokens, viewer_affinity.method(communication) as rank
}, structured_name {
parts {
offset, length, part
}, text
}
}
}, removed
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment