Hello,
I am working on an app that uses two different e-commerce providers, and one is Shopify. My architecture is MVVM and, where the ViewModels produce view data objects consumed by the View. However, so far I’ve been using RESTful API for the other e-commerce platform and my view data objects were mapped from Codable objects. Unfortunately, the Shopify Buy SDK GraphQL objects don’t conform to Codable, nor can be encoded. Is there a convenient way to achieve that?