Release notes
ShopifySharp v6.25.4 is now available on Nuget! This is another small but important bug fix release which addresses a json serialization/deserialization bug that affects the pre-generated GraphQL union case types.
Fixes
- Fixed GraphQL union case serialization/deserialization returning null values. (#1219)
Changes
- Made the
As{UnionCaseType}extension methods...