dillonkearns / elm-graphql

Autogenerate type-safe GraphQL queries in Elm.
https://package.elm-lang.org/packages/dillonkearns/elm-graphql/latest
BSD 3-Clause "New" or "Revised" License
778 stars 107 forks source link

Fix example for SelectionSet.mapOrFail #638

Open jfmengels opened 2 months ago

jfmengels commented 2 months ago

There was a parenthesis missing, so the code was not properly formatted.

This does move the note in the imports, but I'd say this is okay.