-
### Environment
* Elixir version (elixir -v): 1.13.3
* Absinthe version (mix deps | grep absinthe): 1.7
* Client Framework and version (Relay, Apollo, etc): GraphiQL Interface
### Expected beh…
-
If submitting a bug, please provide the following:
### Environment
* Elixir version (elixir -v): 1.14
* Absinthe version (mix deps | grep absinthe): 1.7
* Client Framework and version …
-
:wave: Thanks for all the hard work on Absinthe, I think I've found a bug in open ended scalars, we're using them to transport values where we don't own the structure for from a third party to our UI,…
-
Hello there!
Currently when a subscription is resolved, we have no way of ignoring events for individual subscriptions.
This would be useful to avoid notifying clients when:
- they don't …
-
I've been debugging some issues in one of my apps, and drilled down to the most likely cause being apollo subscription cancels not flushing to the absinthe socket. To reproduce, I simply called a sub…
-
The use case is that the external client need some extra headers to proper validate the incoming request, in our case the Authorization header needs to be forwarded, and since it is dynamic, it need t…
-
Currently subscription config functions expect either `{:ok, config}` or `{:error, msg}` to be returned. In the error case, this is what's returned ultimately:
```elixir
%{errors: [%{message: msg}…
-
### Environment
* Elixir version (elixir -v): Erlang/OTP 23 [erts-11.2] [source] [64-bit] [smp:12:12] [ds:12:12:10] [async-threads:1] [hipe]
* Absinthe version (mix deps | grep absinthe): absinthe…
-
### Environment
* Elixir version (elixir -v): 1.10.4
* Absinthe version (mix deps | grep absinthe): 1.6.3
* Client Framework and version (Relay, Apollo, etc): elm-graphql
### Expected …
-
We see questions about how, eg, tokens can be passed by clients to Absinthe. It would be useful to have code examples showing how this can be done for the various socket incarnations, across HTTP & WS…
bruce updated
6 years ago