ZeroQL icon indicating copy to clipboard operation
ZeroQL copied to clipboard

C# GraphQL client with Linq-like syntax

Results 11 ZeroQL issues
Sort by recently updated
recently updated
newest added

Hi. When I try to add ZeroQL Nuget on Visual Studio I have this error : `Could not install package 'ZeroQL 1.2.0'. You are trying to install this package into...

Basically the ZeroQL should support the following [thing](https://chillicream.com/docs/hotchocolate/performance/automatic-persisted-queries)

I have not found an example or words about sending a file to GraphQL in the documentation. I had problems using GraphqlClient to send files. Can I use ZqroQL for...

It would be nice to have the ability to bootstrap schema.graphql file via ZeroQL Cli. The StrawberryShake has a similar feature, and it works well. I guess a nice place...

enhancement

A GraphQL server reponds to: `{"query": "query { ping }"}` with: ``` { "data": { "ping": "pong" }, "extensions": { "requestId": "488baa5c-be04-49ac-957f-ba739096b229" } } ``` When sending the same query...

Right now you can only use the "lambda" syntax on the concrete graphQLClient, it would be nice if this could be used on the interface: ``` csharp IGraphQLClient client =...

enhancement

**Describe the bug** This appears to be an issue similar or the same I had with StrawberryShake against the same schema source. **How to Reproduce** Create a Wordpress website: download...

bug

**Describe the bug** When using "Request" syntax, the generated graphql is specifying that the mutation's input is not-nullable when the schema has the input for the same mutation as non-nullable....

bug

I'm just getting started with ZeroQL and I noticed that the interface types don't start with an `I` which is pretty typical C# syntax for interfaces. I realize it isn't...

enhancement

**Describe the bug** Can't wrap the Query calls in another method. **How to Reproduce** We're trying to replace an existing implementation and wanted to limit the changes across the code...

bug