Shopify / mobile-buy-sdk-ios

Shopify’s Mobile Buy SDK makes it simple to sell physical products inside your mobile app. With a few lines of code, you can connect your app with the Shopify platform and let your users buy your products using Apple Pay or their credit card.
MIT License
452 stars 199 forks source link

Variant on Order always returns nil. #1141

Open konrain opened 3 years ago

konrain commented 3 years ago

Storefront.OrderLineItemConnectionQuery

.node {
  $0
    .title()
    .variant {   <---- Always returns nil in the iOS sdk
      $0
        .title()
    }
}