-
## Describe the bug
If you have multiple graphql endpoints, setting a custom namespace doesn't work.
## To Reproduce
I have two graphql endpoints, `/api/graphql/user` and `/api/graphql/admin`…
-
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…
-
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.…
-
We've had some people ask about Absinthe middleware that sets context information during a GraphQL query. We'll need to build an app to test this on, though.
-
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…
-
### Environment
Elixir 1.1.7.3
Absinthe 1.7.8
Apollo 3.9.11
### Expected behavior
The directive definition and fields using the directive would both be camel cased
### Actual behavior
W…
-
Just a reminder that `absinthe 1.5.0` will be released "soonish" and this fine package should be compatible with it. Thanks.
-
### 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
### …
-
Hey @jasonwc! I was wondering if we could start a conversation to try to transfer ownership of this repository to someone actively involved with Absinthe. I am not building anything using GraphQL, and…
-
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}…