Skip to content

Releases: ChilliCream/graphql-platform

0.6.11

06 Dec 09:20
Compare
Choose a tag to compare
  • Improve IObjectTypeDescriptor interface #390
  • Support for GraphQL Playground #353

Special thanks to @akaSybe who contributed the playground middleware.

0.6.10

05 Dec 20:39
Compare
Choose a tag to compare
  • Add missing non-generic dataloader configration extensions

0.6.9

03 Dec 10:48
Compare
Choose a tag to compare
  • Added a non-generic method to register a data loader

0.6.8

29 Nov 14:12
3013699
Compare
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
Compare
Choose a tag to compare
  • Fixed: non-nullable arguments are being inferred as nullable bug #360

0.6.6

23 Nov 21:02
2f29634
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Fixed: Validation issues with NameString.

0.6.2

19 Nov 15:23
32fed94
Compare
Choose a tag to compare
  • Fixed: byte[] cannot be defined as a custom scalar. (#345)