magento / architecture

A place where Magento architectural discussions happen
275 stars 153 forks source link

GraphQl Schema actualization with latest released changes. #419

Closed swnsma closed 4 years ago

swnsma commented 4 years ago

Problem

  1. In-Store Pickup GraphQl schema is not up-to-date with released and documented schema.
  2. Products assignment intersection filter was missed from GraphQl API in the initial implementation.

Solution

  1. Update schema from the inventory repo.
  2. Introduce productsInfo parameter for assignment intersection filter.

Requested Reviewers

@joni-jones @paliarush

Additional

GraphQl Implementation in: https://github.com/magento/inventory/pull/3161 Original ticket for functionality: https://github.com/magento/inventory/issues/2825 REST API implementation: https://github.com/magento/inventory/pull/2867

melnikovi commented 4 years ago

Please resolve merge conflicts.

swnsma commented 4 years ago

@melnikovi resolved