SELL-1150: Update exchange.graphql to reflect artsy/exchange#271#1375
Conversation
|
Danger run resulted in 1 warning; to find out more, see the checks page. Generated by 🚫 dangerJS |
12e17e6 to
ab36649
Compare
3122931 to
9cde0b6
Compare
|
@ashkan18 This is ready for a review btw! |
| ${SellerOrderFields} | ||
| lineItems{ | ||
| edges{ | ||
| node{ |
There was a problem hiding this comment.
#minor. Missing whitespace before { above. We could also move the lineItems to SellerOrderField, like BuyerOrderField.
starsirius
left a comment
There was a problem hiding this comment.
Looks good to me! Also, in the PR description, I imagine you meant consumed by "Volt".
... consumed by force.
ashkan18
left a comment
There was a problem hiding this comment.
other than @starsirius's #minor comment looks 💯 to me! 🙌
|
We were thinking if it makes more sense for the client (volt here) to run the mutation by |
|
I think for |
[Finishes https://artsyproduct.atlassian.net/browse/SELL-1150] * Adds new OfferMutationInputType * Copy exchange's schema into MP Co-authored-by: sepans <sepans@sepans.com>
9cde0b6 to
808fe5b
Compare
|
merge on green |
|
@ashkan18 I addressed @starsirius's comment moving Please check it out, and rebase and/or merge in. |
Jira: https://artsyproduct.atlassian.net/browse/SELL-1150
Adds
sellerAcceptOfferMutationto MP, so that it can be consumed by force.WARNING: If this deployed to production before, Exchange https://github.com/artsy/exchange/commit/b03a4a6f51cb88ca5d9637f5012586b8a0306af0 is deployed to production, then MP might break as MP-prod will have a newer version of Exchange's schema than Exchange-prod.
N.B: local MP is on my dev branch, integrating with Gravity staging.