Releases: ChilliCream/graphql-platform
Releases · ChilliCream/graphql-platform
0.2.1
- Updated Package Details
- Reconfigured Build Process
0.2.0
- Introduced a long type
- Added a generic value interface to the AST value nodes (IValueNode)
0.1.4
# Bug Fixes
- The serialization of variables can now handle the multiple GraphiQL variants for variable serialization.
0.1.3
Bug Fixes
- ListType and NonNullType InstanceOfType fixed
- Extended scalar types do not have to be registered
0.1.2
Bug Fixes
- Fixed: Arguments that are null lead to errors when the argument type was a reference type.
0.1.1
Bug Fixes
- Get-Requests that do not conform the GraphQL Get-Request structure will be forwarded to the next middleware.
0.1.0
Middleware Service Provider Fixes (#102)