ShopifySharp
ShopifySharp copied to clipboard
Document deserialization of interfaces in GraphQL queries
See #1027
When interfaces are returned in the graphql response, the __typename field must be included in the response of the interface object and it must be the first field specified. This is so that the serializer knows which type to deserialize to.
@Laurabee530 For my task board