-
Hi there, I'm using the `@absinthe/socket` node package to talk to my subscriptions server side, but upon cleanup, (I'm not sure exactly how, I think its navigating away before requests are finished (…
-
I would like to suggest a new feature, like me and @benwilson512 discussed in the slack.
Phoenix proper allows managing presence per-channel with Phoenix.Presence. Absinthe currently lacks such fea…
-
I am trying to format a mutation query with a long input with the graphql formatter and it is doing something strange. All of the input data has been put onto one very long line. (See bellow)
…
-
Fails trying **Connection.from_query** with args:
`%{after: nil, before: "YXJyYXljb25uZWN0aW9uOjE=", first: nil, last: 10}`
If I try instead with `%{before: "YXJyYXljb25uZWN0aW9uOjE=", last: 10}`…
-
I've been using something as simple as:
```yaml
- name: Restore Rust
id: restore
uses: actions/cache/restore@v3
with:
path: ~/.rustup
key: rust…
-
This tutorial needs to be updated so that it compiles, and preferentially without warnings about depricated means being used in the actual tutorial.
I am more than willing to try to nudge this into…
-
I have the following routing setup:
```elixir
defmodule Web.Router do
use Web, :router
forward "/admin", Web.Admin.Router
forward "/api", Web.Api.Router
end
# .......
defmodule W…
-
### 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 …
-
https://github.com/enisdenjo/graphql-sse/blob/master/PROTOCOL.md
https://www.the-guild.dev/blog/graphql-over-sse
-
Using Phoenix alone I handled missing data ("not found") by just using Ecto's `!` functions (`one!` etc.). These raise an `Ecto.NoResultsError`, which Phoenix can handle via a `Plug.Exception` impleme…