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.
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