-
I'm having trouble updating the `SubscriptionCase` the absinthe book uses for testing the subscriptions. How are you testing your subscriptions?
`06-chp.subscriptions/4-publish/test/support/subsc…
-
### Environment
* Elixir version (elixir -v): any
* Absinthe version (mix deps | grep absinthe): 1.7.8
* Client Framework and version (Relay, Apollo, etc): latest apollo client with react
### …
-
While running updates on an existing phoenix application that is using absinthe, I got the following compilation warning:
```
==> absinthe_plug
Compiling 18 files (.ex)
warning: Application.…
-
If submitting a bug, please provide the following:
### Environment
* Elixir version (elixir -v):
Erlang/OTP 25 [erts-13.2.2.4] [source] [64-bit] [smp:10:10] [ds:10:10:10] [async-th…
-
I am trying to use the library in a Elixir project and also use [Dialyxir](https://hexdocs.pm/dialyxir/readme.html).
As indicated in the doc, I specified `:systemd.ready()` as:
```elixir
# Elix…
-
Sentry catches a lot of `RuntimeError`s saying `Pubsub not configured! Subscriptions require a configured pubsub module.`.
I could not find out in which cases it is failing, i just see around 600 e…
-
Hi all, i am reaching out to you for asking about opentelemetry_absinthe, but because i am not sure how to reach you all, i am posting this as an issue
I am currently working on my project on inst…
-
After upgrading absinthe to v1.6.0 I get this error:
```
Failed to use "absinthe" (version 1.6.0) because
absinthe_phoenix (version 2.0.0) requires ~> 1.5.0
```
-
I have recently upgraded my deps from:
```
{:phoenix, "~> 1.3.3"},
{:phoenix_pubsub, "~> 1.0"},
{:phoenix_ecto, "~> 3.2"},
{:postgrex, ">= 0.0.0"},
{:phoenix_html, "~>…
-
### Environment
```
Erlang/OTP 25 [erts-13.2.2.2] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1] [jit:ns]
Elixir 1.15.4 (compiled with Erlang/OTP 25)
```
```
$ grep absinthe mix.l…