Skip to content

Releases: ChilliCream/graphql-platform

0.2.0

02 Jul 19:05

Choose a tag to compare

  • Introduced a long type
  • Added a generic value interface to the AST value nodes (IValueNode)

0.1.4

28 Jun 19:23

Choose a tag to compare

# Bug Fixes

  • The serialization of variables can now handle the multiple GraphiQL variants for variable serialization.

0.1.3

28 Jun 08:51
226ac00

Choose a tag to compare

Bug Fixes

  • ListType and NonNullType InstanceOfType fixed
  • Extended scalar types do not have to be registered

0.1.2

27 Jun 18:31
258b1bc

Choose a tag to compare

Bug Fixes

  • Fixed: Arguments that are null lead to errors when the argument type was a reference type.

0.1.1

26 Jun 07:49
e1ccfdf

Choose a tag to compare

Bug Fixes

  • Get-Requests that do not conform the GraphQL Get-Request structure will be forwarded to the next middleware.

0.1.0

25 Jun 05:30
1ec7eae

Choose a tag to compare

Middleware Service Provider Fixes (#102)