Skip to content

Tags: cajuncoding/FlurlGraphQL

Tags

v2.0.6

Toggle v2.0.6's commit message
Improve String Enum handling for additional use cases to ensure resul…

…ting Enums are properly formed (e.g. no unnecessary underscores being inserted in various cases). And some code naming improvements, and cleanup. Added greater Unit Test coverage for Enum parsing (serialization & deserialization).

v2.0.5

Toggle v2.0.5's commit message
- Improve configuration support for Defeault Json Processing now with…

… Enum Flags to make enabling/disabling the GraphQL Json Defaults much easier.

- Update README with info on the improved configuration support of the default Json processing features.

v2.0.4

Toggle v2.0.4's commit message

v2.0.3

Toggle v2.0.3's commit message
Fix bug resulting in incorrect Exceptions when automatically enumerat…

…ing (as IAsyncEnumerable) Connection Pages when a request returns with no results (NextPage = false & EndCursor = null).

v2.0.2

Toggle v2.0.2's commit message
Fix csproj xml markup

v2.0.1

Toggle v2.0.1's commit message

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update README.md

Fix LInk