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

Make updating API versioning on the sdk a lot easier [Part 1] #1056

Closed osamie closed 4 years ago

osamie commented 4 years ago

What am I trying to accomplish?

Make updating the API version on the SDK a lot easier. We want to have a single source of truth for the current storefront API version that the SDK is currently using.

This single source of truth is read by both the code generator and graphql client.

Impact

<# Describe your changes #>