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

Merge composite children #556

Closed dillonkearns closed 3 years ago

dillonkearns commented 3 years ago

Fields will have collisions if there is more than one with the same field name or field alias. This ensures that composite fields with the same field name or field alias are merged into one composite.

Fixes #495.