graphql-client icon indicating copy to clipboard operation
graphql-client copied to clipboard

A GraphQL Client for .NET Standard

Results 130 graphql-client issues
Sort by recently updated
recently updated
newest added
trafficstars

Instead of giving hard coded strings for Mutation and others, Is there any way we can generate the query string dynamically if I give the object(using reflection or?)?

It would be nice to support Relay implementations in order to simplify pagination of results.

enhancement

Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.3.1 to 17.3.2. Release notes Sourced from Microsoft.NET.Test.Sdk's releases. v17.3.2 See the release notes here. Commits dd7c26b Fixed Selenium test run hang after stopping the debugger (#4013)...

dependencies
.NET

Bumps [System.Text.Json](https://github.com/dotnet/runtime) from 4.7.0 to 6.0.6. Release notes Sourced from System.Text.Json's releases. .NET 6.0.6 Release .NET 6.0.5 Release .NET 6.0.4 Release .NET 6.0.3 Release .NET 6.0.2 Release .NET 6.0.1 Release...

dependencies
.NET

Is there a support to use reusable fragments with this client? As far as I tested, I can use fragments this way: `@" query ($ids: [UUID!]!) { companiesByIDs (ids: $ids)...

Hi, I just upgraded from Client ` `to ` ` and the server from ` `to ` ` Since them I'm getting errors during dependency resolvement: ISchema is not part...

Hello, I have some wrapper types that I want to use with GraphQL, which look like this: ```csharp public struct ProductId(Guid value) { public Guid Value => value; public override...

Bumps [Microsoft.AspNetCore.Mvc.Testing](https://github.com/dotnet/aspnetcore) from 8.0.0 to 8.0.2. Release notes Sourced from Microsoft.AspNetCore.Mvc.Testing's releases. .NET 8.0.1 Release Commits da7e989 [internal/release/8.0] Update dependencies from dnceng/internal/dotnet-efcore 0c785c5 [internal/release/8.0] Update dependencies from dnceng/internal/dotnet-runtime 8fdc5e8 [internal/release/8.0]...

dependencies
.NET

I'd like to use polly to implement retries for failed requests that return a Too Many Requests status code. Is there any sample available or base class where i can...

I'm trying to follow the example listed in [this](https://github.com/graphql-dotnet/graphql-client/issues/372#issuecomment-990590565) previously closed issue with my own AppSync setup. However, when the code hits the `.InitializeWebSocketConnection`, I get a relatively vague WebSocketException...