mutation Authorize($email: String!, $password: String!) { tokenCreate(email: $email, password: $password) { token } }