mutation LoginMutation($phone: String!, $password: String!) { login(phone: $phone, password: $password) { ok } }