graphql-api
graphql-api copied to clipboard
Client library
It'd be nice to be able to write GraphQL clients in Haskell. This could quite possibly be a separate project.
Yes, please! :pray: Otherwise, how do we write integration tests?
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.