haskell-graphql / graphql-api

Write type-safe GraphQL services in Haskell
BSD 3-Clause "New" or "Revised" License
406 stars 35 forks source link

Client library #155

Open jml opened 6 years ago

jml commented 6 years ago

It'd be nice to be able to write GraphQL clients in Haskell. This could quite possibly be a separate project.

michalrus commented 5 years ago

Yes, please! :pray: Otherwise, how do we write integration tests?

charlescrain commented 5 years ago

Is anyone aware of a haskell GraphQL client library?

https://haskell-graphql-api.readthedocs.io/en/latest/tutorial/Introduction.html#running-queries Above link has an example for running queries but it's necessary to write the type out manually.