DaveRMaltby
DaveRMaltby
Summary of the changes (Less than 80 chars) - The fix for #4677 by #4965 took away the [DefaultValue] attribute's effectiveness on a property of type Optional. To avoid the...
### Product Hot Chocolate ### Version 13.8.1 ### Link to minimal reproduction https://github.com/Servant-Software-LLC/HotChocolate_DefaultValue_not_applied ### Steps to reproduce 1. Build the solution. 2. There are 2 unit tests. Both use the...
…methods. https://github.com/atifaziz/NCrontab/issues/64 Moves from the start DateTime in a reverse fashion to avoid a need to move forward and guess how far in the past to begin the search from.
For integration testing of our product which uses Hot Chocolate, I am not standing up an HTTP endpoint in order to make GraphQL calls. Hot Chocolate exposes an `IRequestExecutor.ExecuteAsync()` method...
For a project that I'm working on, at runtime, I'm generating GraphQL queries that are displayed to the user. Therefore, I wanted the output of your library to contain appropriate...