Skip to content

Releases: graphql-dotnet/conventions

Version 1.1.7

01 Mar 00:22
Compare
Choose a tag to compare
  • Expose Validate() method on RequestHandler
  • Option to enable and disable validation as part of execution
  • Expose error code and path on execution errors
  • Fix rendering issue for enum default values in the schema printer

Version 1.1.6

21 Feb 10:43
Compare
Choose a tag to compare
  • Defensively, assign type resolver delegate to ghost schema definitions

Version 1.1.5

20 Feb 19:05
Compare
Choose a tag to compare
  • Fix dependency injection for merged schema definitions

Version 1.1.4

20 Feb 18:56
Compare
Choose a tag to compare
  • Update project structure to support both new and old project formats
  • Fix implicit operators for Cursor and Id
  • Fix connection generator extension

Version 1.1.3

17 Feb 12:28
Compare
Choose a tag to compare
  • Fix schema printer
  • Add web extensions
  • Improve attribute registration

Version 1.1.2

16 Feb 10:46
Compare
Choose a tag to compare
  • Fix issue where dependencies got reflected and consequently risked falling over.
  • Fix injection of IUserContext, IResolutionContext and Convention classes with no zero-parameter constructors.
  • Remove logging added in previous version.

Version 1.1.1

15 Feb 18:32
Compare
Choose a tag to compare
  • Add helper functions and extensions for simplify initialisation of IDs and non-nulls.
  • Don't fall over if no schemas are passed into the schema constructor.
  • Add optional, injectable logging capabilities to the graph type adapter.

Version 1.1.0

10 Feb 09:25
Compare
Choose a tag to compare
  • Restructure namespaces to simplify usage for consumers
  • Re-introduce helper functions for generating connections from enumerables

Version 1.0.9

09 Feb 20:52
Compare
Choose a tag to compare
  • Make sure implemented properties and methods are detected
  • Use v0.14.6.657 of graphql-dotnet

Version 1.0.8

09 Feb 20:47
Compare
Choose a tag to compare
  • Dependency injection fixes
  • Use v0.14.5.654 of graphql-dotnet