andreas / ocaml-graphql-server

GraphQL servers in OCaml
MIT License
624 stars 60 forks source link

Use Yojson `t` types instead of deprecated `json` #208

Closed Leonidas-from-XIV closed 2 years ago

Leonidas-from-XIV commented 2 years ago

This fixes compatibility for the upcoming Yojson 2 while still working with Yojson >= 1.6.

andreas commented 2 years ago

Thanks!