dillonkearns/elm-graphqlelm-graphql's FAQ document
Article about simple design in ElmHow can elm graphql decoding fail?* SelectionSet.nonNullOrFail
* SelectionSet.mapOrFail
* Custom Scalars don't include type information, though there are some proposals for supporting optional type information
Backend Frameworks for Full-Stack GraphQL Type Safety* Juniper for Rust
* Hasura (database-schema based API)
* Postgraphile (database-schema based API)
* Discourse thread on differences between all the Elm graphql libraries
* harmboschloo/graphql-to-elm - library for generating Elm functions to make queries from GraphQL strings