nozzlegear/ShopifySharp

Document deserialization of interfaces in GraphQL queries

clement911 opened this issue · 1 comments

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