Skip to content

1.0 Beta 6

Pre-release
Pre-release
Compare
Choose a tag to compare
@jfrolich jfrolich released this 13 Apr 09:18
· 498 commits to master since this release

This is a further breaking change because it introduces a "raw" type (Query.Raw.t). This is the type of the GraphQL response that is compatible with the raw JSON response. This is a milestone towards a serialize function (converting between Query.t and Query.Raw.t, basically the opposite of parse).

If you want to try this out with Apollo check out this PR on reason-apollo-hooks; reasonml-community/reason-apollo-hooks#117.