Releases: graphql-dotnet/conventions
Releases · graphql-dotnet/conventions
Version 4.1.0
- Attempted fix for implicit conversion in
IdGraphType
adapter (#219), thanks for reporting @baluubas - Add
DataLoaderUnwrapper
to resolve toIDataLoaderResult
(#221), thanks for fixing @Shane32 and for the report @syaylev-minbox
Version 4.0.0
- Migrate GraphQL.NET to 4.1.0 (#218), thanks @schabannes
Version 3.3.2
- Add support for
IDataLoaderResult<>
(#216), thanks @kuzn-ilya - Bump dependencies on GraphQL.NET to v3.3.2 (latest at the time of writing)
Version 3.0.0
Version 2.5.5
- Create validation rules with custom attributes (#209), thanks @clangelov
Version 2.5.4
- Fix for "Unexpected type" error (#205), thanks @clangelov @Miragecoder
Version 2.5.3
- Don't derive fields in depth if they are ignored (#204), thanks @jdomnick
Version 2.5.2
Version 2.5.1
- Make sure type parameter is derived before leaving
GetType
(#196), thanks @BilyachenkoOY
Version 2.5.0
- Expose
DependencyInjector
(#191), thanks @datacom-qld-dev - Add cancellation token support (#192), thanks @andrewyakonyuk