elm-graphql icon indicating copy to clipboard operation
elm-graphql copied to clipboard

A GraphQL library for Elm

Results 9 elm-graphql issues
Sort by recently updated
recently updated
newest added

Hi! As we discussed earlier, here is a PR to upgrade to `elm/http >= 2.0.0` and to address some of the concerns expressed in #42 In particular: - as in...

So, I don't expect these changes to get accepted anywhere near as is, but might as kick off some discussion around how to port to the newer http package. I...

Hello, thanks for this library. The latest GraphQL spec was just released and a lot of stuff on your roadmap is now part of the spec, like subscriptions.... https://github.com/facebook/graphql/releases/tag/June2018 ......

The spec for GraphQL allow for custom input scalars. This lib should allow custom input scalar. This would allow the server implementation of graphql to catch a input scalar like...

enhancement

People want to be able to write their queries and mutations in GraphQL. I previously thought that #17 would be a worthwhile stepping-stone to this, but [ongoing discussion](https://github.com/jamesmacaulay/elm-graphql/issues/17#issuecomment-337121537) has made...

enhancement

Thanks for your great work! 👍 It's be great to see subscriptions support in the future since they're supported all over the major GQL-as-a-service backends these days and it's the...

enhancement

I use elm-fromat. But the diffrances is the function namedType and the exposing of it. The code is tested.

Right now all `GraphQL.Request.Builder.ValueSpec` values are `NonNull` by default, and a `nullable` function is provided if you want to make nullable ValueSpecs. This was the natural thing to do in...

enhancement

First of all thank you very much for your awesome package! )) In `Json.Decode` module there is a function `lazy` which helps with building recursive encoders. Please define in your...

documentation