-
Notifications
You must be signed in to change notification settings - Fork 136
Closed
Description
Hi @deinok , I am playing with this graphQL client so far so good. Error handling on our server actually have a additional property which send the exact errorcode. Based on which different actions are taken, however when there is an error, i only see Location and Message property, any additional properties returned are ignored. Can you please add something like this to your classes so any additional properties which were returned will not be lost, instead will be loaded in this property ?
[JsonExtensionData] private IDictionary<string, JToken> _additionalData;
Also, is this library good to use with UWP app?
Thank You
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request