Releases: ChilliCream/graphql-platform
Releases · ChilliCream/graphql-platform
0.6.10
05 Dec 20:39
Compare
Sorry, something went wrong.
No results found
Add missing non-generic dataloader configration extensions
0.6.9
03 Dec 10:48
Compare
Sorry, something went wrong.
No results found
Added a non-generic method to register a data loader
0.6.8
29 Nov 14:12
Compare
Sorry, something went wrong.
No results found
Added non-generic register methods to schema configuration.
Fixed: Ignore on InputObjectType fields did not work properly.
Thanks to @drowhunter for this contribution.
0.6.7
25 Nov 19:51
Compare
Sorry, something went wrong.
No results found
Fixed: non-nullable arguments are being inferred as nullable bug #360
0.6.6
23 Nov 21:02
Compare
Sorry, something went wrong.
No results found
Fixed: Middleware bug that prevented the result to be passed along the pipeline
0.6.5
20 Nov 22:40
Compare
Sorry, something went wrong.
No results found
Support for GraphQLNonNullAttribute
Support for Include on object type to merge a resolver type into the object type
Support for GraphQLResolverAttribute and GraphQLResolverForAttribute
0.6.4
20 Nov 09:56
Compare
Sorry, something went wrong.
No results found
Fixed: The type discoverer ignored a type if it was already discovered in another context. (#350 )
0.6.3
19 Nov 22:35
Compare
Sorry, something went wrong.
No results found
Fixed: Validation issues with NameString.
0.6.2
19 Nov 15:23
Compare
Sorry, something went wrong.
No results found
Fixed: byte[] cannot be defined as a custom scalar. (#345 )
0.6.1
15 Nov 22:17
Compare
Sorry, something went wrong.
No results found
DateTimeType now serializes UTC DateTime to "yyyy-MM-ddTHH\:mm\:ss.fffZ"
Fixed: List Variable Coercion Failed
Fixed: InputTypes are now discovered correctly