Tags: graphql-dotnet/graphql-client
Tags
Add APQ support (#555) * Add APQ support * changes * rem * note * progress * progress * fix variable name * move APQ code to SendQueryAsync method to allow usage over websocket, too * make the APQDisabledForSession flag public (helps for testing) * create a test that uses the APQ feature * test APQ with websocket transport * move code for generation of the APQ extension into GraphQLRequest * fix naming * replace system.memory reference with narrower system.buffers reference * Update src/GraphQL.Primitives/GraphQLRequest.cs Co-authored-by: Shane Krueger <[email protected]> * Update src/GraphQL.Primitives/GraphQLRequest.cs Co-authored-by: Shane Krueger <[email protected]> * document APQ feature +semver: feature * optimize docs --------- Co-authored-by: Alexander Rose <[email protected]> Co-authored-by: Alexander Rose <[email protected]> Co-authored-by: Shane Krueger <[email protected]>
Add GraphQLQuery record type for reusable query declarations with syn… …tax highlighting (#638) * add GraphQLQuery record type for reusable query declarations * enable GraphQLQuery record from .NET 6.0 upwards * document GraphQLQuery type * optimize linebreaks in Readme * fix code formatting in readme
Feature/make automatic header optional (#542) * Make UserAgent request header optional. * Changed to configurable user agent header. * Update src/GraphQL.Client/GraphQLHttpClientOptions.cs Co-authored-by: Alexander Rose <[email protected]> * Update src/GraphQL.Client/GraphQLHttpRequest.cs Co-authored-by: Alexander Rose <[email protected]> * Update src/GraphQL.Client/GraphQLHttpRequest.cs Co-authored-by: Alexander Rose <[email protected]> * Update src/GraphQL.Client/GraphQLHttpRequest.cs Co-authored-by: Alexander Rose <[email protected]> * Update src/GraphQL.Client/GraphQLHttpRequest.cs * refactor test helpers to provide access to GraphQLHttpClientOptions when creating the test client * test user agent header --------- Co-authored-by: Jesse <[email protected]> Co-authored-by: Ivan Maximov <[email protected]>
Bump GraphQL.SystemTextJson from 7.1.1 to 7.2.2 (#511) Bumps [GraphQL.SystemTextJson](https://github.com/graphql-dotnet/graphql-dotnet) from 7.1.1 to 7.2.2. - [Release notes](https://github.com/graphql-dotnet/graphql-dotnet/releases) - [Commits](graphql-dotnet/graphql-dotnet@7.1.1...7.2.2) --- updated-dependencies: - dependency-name: GraphQL.SystemTextJson dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Allow non-200 HTTP status codes (#419) * Allow non-200 HTTP status codes * Update src/GraphQL.Client/GraphQLHttpClientOptions.cs Co-authored-by: Alexander Rose <[email protected]> * fix Co-authored-by: Alexander Rose <[email protected]>
PreviousNext