magento / architecture

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

PWA-2114: Create mutation to set payment method on negotiable quote #496

Closed cspruiell closed 3 years ago

cspruiell commented 3 years ago

Problem

We cannot currently support end-to-end checkout of negotiable quotes in GraphQL because several mutations are missing, including one to set the payment method on the negotiable quote. (Other missing mutations will be addressed separately.)

Solution

Add the setNegotiableQuotePaymentMethod mutation to the NegotiableQuoteGraphQl schema and return the full negotiable quote as the output.

Requested Reviewers

dthampy commented 3 years ago

The PR looks good @cspruiell