-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[new release] graphql_parser, graphql, graphql-lwt, graphql-cohttp and graphql-async (0.14.0) #21764
Conversation
…d graphql-async (0.14.0) CHANGES: - Support `__typename` on subscriptions (andreas/ocaml-graphql-server#178) - Handle unknown fields for subscriptions (andreas/ocaml-graphql-server#178) - Add ocamlformat (andreas/ocaml-graphql-server#177) - Handle missing variables as null (andreas/ocaml-graphql-server#184) - Show default value in introspection query (andreas/ocaml-graphql-server#194) - Support block strings in the parser (andreas/ocaml-graphql-server#198) - Handle skip/include directives on fragment spreads (andreas/ocaml-graphql-server#200) - Improved handling of recursive arguments and objects (andreas/ocaml-graphql-server#199) - Fix websocket conflict (andreas/ocaml-graphql-server#206) - Update deprecated Fmt functions (andreas/ocaml-graphql-server#206) - Use Yojson `t` types instead of deprecated `json` type (andreas/ocaml-graphql-server#208) - Raise minimum `rresult` version (andreas/ocaml-graphql-server#209)
Many of the build failures seem to be due to a I'll wait for that conversation to be resolved before continuing with this PR. |
…uires Yojson.Safe.json)
I fixed the issue in #21839, sorry i forgot about this PR. It should be good to go once CI passes. |
Thanks! Sorry for the wait |
Library for parsing GraphQL queries
CHANGES:
__typename
on subscriptions (Fix 2 subscriptions bugs andreas/ocaml-graphql-server#178)Arg.fix
andSchema.fix
andreas/ocaml-graphql-server#199)t
types instead of deprecatedjson
type (Use Yojsont
types instead of deprecatedjson
andreas/ocaml-graphql-server#208)rresult
version (Raise minimumrresult
version andreas/ocaml-graphql-server#209)