Skip to content

Releases: ChilliCream/graphql-platform

0.6.10

05 Dec 20:39

Choose a tag to compare

  • Add missing non-generic dataloader configration extensions

0.6.9

03 Dec 10:48

Choose a tag to compare

  • Added a non-generic method to register a data loader

0.6.8

29 Nov 14:12
3013699

Choose a tag to compare

  • 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
a084c6e

Choose a tag to compare

  • Fixed: non-nullable arguments are being inferred as nullable bug #360

0.6.6

23 Nov 21:02
2f29634

Choose a tag to compare

  • Fixed: Middleware bug that prevented the result to be passed along the pipeline

0.6.5

20 Nov 22:40
1de3bd1

Choose a tag to compare

  • 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
1784e7c

Choose a tag to compare

Fixed: The type discoverer ignored a type if it was already discovered in another context. (#350)

0.6.3

19 Nov 22:35
65924ec

Choose a tag to compare

  • Fixed: Validation issues with NameString.

0.6.2

19 Nov 15:23
32fed94

Choose a tag to compare

  • Fixed: byte[] cannot be defined as a custom scalar. (#345)

0.6.1

15 Nov 22:17
0a232c3

Choose a tag to compare

  • DateTimeType now serializes UTC DateTime to "yyyy-MM-ddTHH\:mm\:ss.fffZ"
  • Fixed: List Variable Coercion Failed
  • Fixed: InputTypes are now discovered correctly