magento / architecture

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

PWA-2150: [Spike] Identify discrepancies between GraphQL types Cart and Negotiable Quote #504

Closed cspruiell closed 2 years ago

cspruiell commented 2 years ago

Problem

In our GraphQL schemas, the NegotiableQuote type does not contain the same information as the Cart type. We need to identify the missing fields so that we can make the NegotiableQuote schema definition consistent with Cart.

Solution

update the NegotiableQuote type schema definition to be consistent with the Cart type

Requested Reviewers