DEV Community

Discussion on: Building blog CMS in ReasonML with GraphQL and Serverless using Hasura

Collapse
 
fakenickels profile image
Gabriel Rubens Abreu

Nice article!

One small thing though about this part

But before that, I want to receive my GraphQL API result typed, so I want to convert it to Records.

The result already comes typed but as a bound object ({ . "etc": int}) so saying "to receive the result typed" can be a bit confusing for beginners IMO