neuron icon indicating copy to clipboard operation
neuron copied to clipboard

A GraphQL client for Elixir

Results 6 neuron issues
Sort by recently updated
recently updated
newest added

$ mix deps.update --all ... Upgraded: certifi 2.5.1 => 2.9.0 credo 1.1.3 => 1.6.6 dialyxir 1.0.0-rc.7 => 1.2.0 earmark_parser 1.4.13 => 1.4.26 erlex 0.2.5 => 0.2.6 ex_doc 0.24.2 => 0.28.4...

Based on https://github.com/karlosmid/absinthe_websocket?organization=karlosmid&organization=karlosmid

There is a simple error in the documentation regarding the example for overriding the default HTTP timeout of 5 seconds. The code snippet: `Neuron.Config.set(url: "https://example.com/graph", connection_opts: [recv_timeout: 15_000])` should be:...

It would be great to implement support for subscriptions using [websockex](https://github.com/Azolo/websockex). The usage could roughly be: ```elixir defmodule SubscriptionExample do use Neuron.Subscription @url "https://my.awesome.graphql/endpoint" @query """ subscription { user {...

enhancement

GitHub Actions support build matrices, so it should be trivial [1] to support multiple runs for all of the supported versions of Elixir, at least to the minor version. I...

List of changes: - add latest Elixir 1.17 / Erlang OTP 27 to CI matrix - bump all deps and github/actions - code format based on Elixir 1.17 - replace...