Getit icon indicating copy to clipboard operation
Getit copied to clipboard

A GraphQL Client Query Builder For .NET

Results 5 Getit issues
Sort by recently updated
recently updated
newest added

Is there a way to add authentication headers to the GraphQL request? The Graphql server we are using required Basic authentication or Bearer token to be part of the request.

Can you explain, that problem you solve when write something like this ? ``` .Name("User") .Select("userId", "firstName", "lastName", "phone") .Where("userId", "331") ``` What different with pure GraphQL Query? ``` {...

Hi! I recently updated the package version from `2.1603.0` to `2.1822.0` and my graphQL logic stopped working. All previous versions works fine for me. Apparantly some bug creeped in that...