dillonkearns / elm-graphql

Autogenerate type-safe GraphQL queries in Elm.

Home Page:https://package.elm-lang.org/packages/dillonkearns/elm-graphql/latest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Namespace maintenance

pravdomil opened this issue · comments

Hello, there seems to be three different ways how to name GraphQL module.
I think that it should be "GraphQl" (take example from Browser.Dom).
What do you think?

Screenshot:

I think they are all valid options. It's actually a good thing that they have different module names because that prevents issues with namespace collisions if someone, say, were migrating between packages and had two installed at the same time (Elm doesn't currently have a way to handle that).

But either way, the spelling is going to stay as is since it would require a breaking change, and it's a matter of preference.

So I have made exception for modules starting with GraphQL and merge them together.

Now you can search for all GraphQL modules in packages browser https://elm.pravdomil.com/packages/ (group by modules and search "graph").