mutation SetContactInboxHidden($inboxId: ID!, $hidden: Boolean!) { setContactInboxHidden(inboxId: $inboxId, hidden: $hidden) { ok } }