gen1321
SimpleGraphqlClient - an Elixir graphql client
SimpleGraphqlClient - As the name implies it’s a simple GraphQL client
It allows you to interact with graphql Api as simple as possible without any trouble.
But you may ask, why i wrote it even if there is a plenty of others clients.
Because some of them wants you to interpolate variables directly into your query string, and IMHO that is not best approach, some of them are too complicated for just pick them up. And some of them extremely cool like Maple but do not fit into general usage.
hex.pm: simple_graphql_client
github: GitHub - gen1321/simple_graphql_client: SimpleGraphqlClient is a graphql client, focused on simplicity and ease of use. · GitHub
Feedback and contributions are appreciated!
Most Liked
gen1321
gen1321
Last Post!
pierreabreup
I completely understand. My point is more about have you get a problem with Neuron. I’ve been using this lib a while and works very well with a small code
def graphql_request(token) do
Neuron.Config.set(url: "https://HOST/graphql")
Neuron.Config.set(headers: ["Authorization": token])
Neuron.query("""
{
person {
id
}
}
""")
end
Anyway, always it’s worth there are more option and your library is very straightforward
Popular in Announcing
Other popular topics
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #elixirconf
- #exunit
- #discussion
- #code-sync
- #javascript
- #podcasts
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #phoenix_html
- #iex
- #blog-post
- #graphql
- #genstage
- #ai
- #websockets
- #supervisor
- #elixirconf-us
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #metaprogramming
- #security
- #hex









