Conversation
…tion unstitching)
|
|
|
We should test Eigen directly against a MP server running after these types/mutation/fields are removed. Ideally locally so we don't have to revert a PR if we discover problems in staging. Hopefully fine but there may be some friction with how Eigen uses persisted queries generated from old schema versions. |
This PR completes the Convection service deprecation by removing all remaining Convection-related code from the Metaphysics codebase. This follows up #6912, where we removed the Convection service integration without breaking the schema to prevent breaking changes to client applications (Eigen).
With the schema preserved in #6912, clients have had time to adapt. This PR now eliminates the unused code entirely.
Schema & Stitching
Removed Convection schema stitching configuration
Fields Removed
artworkConsignmentSubmissionTypeand related fields from Artwork typehighEstimateAmountandlowEstimateAmountfieldsrequestPriceEstimatefieldsubmissionsConnectionfieldsubmissionIDArtwork fieldisPriceEstimateRequestablefieldisListedfieldlistedArtworksConnectionfieldMutations Removed
addAssetToConsignmentSubmissionaddAssetsToConsignmentSubmissionaddUserToSubmissioncreateConsignmentOfferremoveAssetFromConsignmentSubmissionupdateConsignmentSubmissioncreateConsignmentInquiryand related error formatting utilitiessubmissionIdfield frommyCollectionUpdateArtworkMutationmutationInfrastructure & Utilities
Test Plan
yarn relaywith updated schemas in Eigen, Force, and Forque to verify no breaking changes