Releases: andreas/ocaml-graphql-server
Releases · andreas/ocaml-graphql-server
0.14.0
CHANGES:
- Support
__typename
on subscriptions (#178) - Handle unknown fields for subscriptions (#178)
- Add ocamlformat (#177)
- Handle missing variables as null (#184)
- Show default value in introspection query (#194)
- Support block strings in the parser (#198)
- Handle skip/include directives on fragment spreads (#200)
- Improved handling of recursive arguments and objects (#199)
- Fix websocket conflict (#206)
- Update deprecated Fmt functions (#206)
- Use Yojson
t
types instead of deprecatedjson
type (#208) - Raise minimum
rresult
version (#209)
0.13.0
0.12.2
0.12.1
0.12.0
0.11.0
0.10.0
0.9.0
0.8.0
0.7.0
0.7.0 2018-08-10
- Allow returning errors from resolve function of io_field (#69)
- Support for union and interface types (#70)
- Expose HTTP request to context construction function in Graphql_lwt.Server.start (#88)
- Fix error response from Graphql_lwt.Server (#96)
- Allow passing operation name to Graphql_lwt.Server (#103)
- Querying undefined fields gives validation error (#105)
- Fix parsing of enums with E (#109)