Zend certified PHP/Magento developer

Magento 2.3.2 error in compilation

I am having this issue after updating Magento from 2.3 to 2.3.2

Fatal error: Declaration of
MagentoQuoteGraphQlModelCartSetShippingAddressOnCart::execute(MagentoFrameworkGraphQlQueryResolverContextInterface
$context, MagentoQuoteApiDataCartInterface $cart, array
$shippingAddresses): void must be compatible with
MagentoQuoteGraphQlModelCartSetShippingAddressesOnCartInterface::execute(MagentoGraphQlModelQueryContextInterface
$context, MagentoQuoteApiDataCartInterface $cart, array
$shippingAddressesInput): void in
/my/folder/public_html/app/code/Magento/QuoteGraphQl/Model/Cart/SetShippingAddressOnCart.php
on line 20

I can’t figure out even what it mean. Is from third-party module conflict or Magento native?

Any help please?