Skip to content

Releases: sahb1239/SAHB.GraphQLClient

2.0.0-beta2

26 May 16:56
Compare
Choose a tag to compare
2.0.0-beta2 Pre-release
Pre-release
  • Fix a nullreference error when an access denied message is given (#64)
  • Spell check (#65)
  • It's now possible to add headers per request or by accessing the HttpClient from the IGraphQLHttpExecutor (#63)
  • Refactoring of the client
  • Batch now support mutate
  • Support for Unions and Interfaces

1.3.1

09 Jan 22:36
Compare
Choose a tag to compare
  • Fix a nullreference error when an access denied message is given (#64)

Thanks to @jeroenpot

2.0.0-beta1

09 Jan 22:35
Compare
Choose a tag to compare
2.0.0-beta1 Pre-release
Pre-release
Added subscription client

Fixes #34

1.3.0

05 Sep 19:50
Compare
Choose a tag to compare
  • Throws exception if argument variable sent to client was not found in fields (#61)

1.2.0

21 May 16:04
Compare
Choose a tag to compare
  • Support first and last arguments by default (#54)
  • Default value for GraphQL argument (#50)
  • Changed name to SAHB.GraphQL.Client (#56)
  • ConfigureAwait(false) on all task calls

1.1.3

27 Mar 18:45
Compare
Choose a tag to compare
  • Fixed argument could not be inlined (#52)

1.1.2

01 Mar 13:34
Compare
Choose a tag to compare
  • Moved some logging in FieldBuilder and QueryGenerator into debug logging

1.1.1

14 Feb 23:34
Compare
Choose a tag to compare
  • More specific error message for GraphQLHttpExecutorServerErrorStatusCodeException (#49)

1.1.0

13 Feb 10:37
Compare
Choose a tag to compare

Changes since 1.1.0-beta1:

  • More specific exceptions when errors in batching occurs

1.1.0-beta1

  • Inline arguments instead of using variables for simple types (#45)
  • Supports required parameters and resolving if a parameter which is optional is not set and therefore should not be included (default if for now optional) (#35)
  • More custom exceptions when errors occurs (#43)

1.1.0-beta1

13 Feb 09:42
Compare
Choose a tag to compare
1.1.0-beta1 Pre-release
Pre-release
  • Inline arguments instead of using variables for simple types (#45)
  • Supports required parameters and resolving if a parameter which is optional is not set and therefore should not be included (default if for now optional) (#35)
  • More custom exceptions when errors occurs (#43)