I'm updating a Drupal site from 9 to 10 which is currently using version 3 of GraphQL. I'm not sure if this should be fully supported, but it says so on the Drupal module page, so I'm assuming so. I don't have time to upgrade to V4 yet as it seems quite a bit of work. Is there any workaround or fix for this error I'm receiving when trying to use Drush?
Fatal error: Uncaught Error: Call to undefined method GuzzleHttp\Utils::chooseHandler() in
This error usually points to a globally installed version of Drush, but this isn't the case. Version 4 installs and I can run drush fine, although my codebase breaks because of the update.
I'm updating a Drupal site from 9 to 10 which is currently using version 3 of GraphQL. I'm not sure if this should be fully supported, but it says so on the Drupal module page, so I'm assuming so. I don't have time to upgrade to V4 yet as it seems quite a bit of work. Is there any workaround or fix for this error I'm receiving when trying to use Drush?
Fatal error: Uncaught Error: Call to undefined method GuzzleHttp\Utils::chooseHandler() in
This error usually points to a globally installed version of Drush, but this isn't the case. Version 4 installs and I can run drush fine, although my codebase breaks because of the update.
Full error: