SAHB.GraphQLClient
SAHB.GraphQLClient copied to clipboard
Query HTTP api using GraphQL. The client recieves a model as typeparameter and then queries the GraphQL api and deserilize the result.
Bumps [Microsoft.AspNetCore.App](https://github.com/aspnet/AspNetCore) from 2.2.4 to 2.2.6. Release notes Sourced from Microsoft.AspNetCore.App's releases. .NET Core 2.2.6 Release Notes Download and Install Repos Core CoreCLR CoreFX Core-Setup CLI ASP Commits e7f262e Merge...
Bumps [Microsoft.AspNetCore.App](https://github.com/aspnet/AspNetCore) from 2.2.4 to 2.2.6. Release notes Sourced from Microsoft.AspNetCore.App's releases. .NET Core 2.2.6 Release Notes Download and Install Repos Core CoreCLR CoreFX Core-Setup CLI ASP Commits e7f262e Merge...
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 9.0.1 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...
We are trying to use a third-party GraphQL API that is based on the Apollo server. It does not need an Auth header, but it does need a Token header....
closes #107
I'd like to implement support for operation names as of [https://graphql.org/learn/queries/#operation-name](https://graphql.org/learn/queries/#operation-name) My idea would be to implement support for this as an additional attribute that can be attached to the...
Spelling mistake for `receive`. Changed `recieve` to `receive`.
Following the examples, adding GraphQLArgumentAttribute to a class as shown results in an error, and searching the repo only shows it mentioned in the examples. what am I missing?
I have found a scenario that causes a null dereference in [GraphQLDeserilization.cs:L92](/sahb1239/SAHB.GraphQLClient/blob/75a34bab5838e9078e45a22e729967ba26190c95/src/SAHB.GraphQLClient/Deserialization/GraphQLDeserilization.cs#L92). This response causes the error when a `GraphQLUnionOrInterface` is involved yet works fine when there is no inheritance....