mutation ToggleContactPinMutation($contact: String!, $text: String!) { toggleContactPin(contact: $contact, text: $text) { ok pinned } }