Skip to content

GraphQLError class need more properties #30

@MMalikKhan

Description

@MMalikKhan

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 request

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions