You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a PWA core team, we need to understand all of the breaking items contained within the Magento 2.3.1 release which impact PWA in order to build out a plan for addressing and ensuring compatibility.
The text was updated successfully, but these errors were encountered:
magento/graphql-ce#132 is a breaking change to the GraphQL schema. This is the small_image change we’ve already found, escalated, and discussed. It changes the small_image in ProductInterface from a string to a complex type with path and url properties. Our Venia queries expect the simple string, so they cause a type error from the API, since complex types require a subselection. To fix this, we’ll need to update every place we use the small_image property: https://github.com/magento-research/pwa-studio/search?q=small_image&unscoped_q=small_image .
magento/graphql-ce#186 is a breaking change to the GraphQL schema. This changes the description and short_description fields in ProductInterface from strings to complex types with html properties. Our Venia queries expect the simple string, so they cause a type error from the API as in above. To fix this, we’ll need to update every place we use the description and short_description properties: https://github.com/magento-research/pwa-studio/search?l=GraphQL&q=description&type=Code
Uh oh!
There was an error while loading. Please reload this page.
As a PWA core team, we need to understand all of the breaking items contained within the Magento 2.3.1 release which impact PWA in order to build out a plan for addressing and ensuring compatibility.
The text was updated successfully, but these errors were encountered: