-
https://github.com/absinthe-graphql/absinthe_plug/blob/master/lib/absinthe/plug/graphiql.ex#L71-L75
-
It appears that GraphQL Playground is hanging for absinthe_plug, absinthe-graphql/absinthe_plug#199.
I also notice that the version of graphql-playground used by absinthe_plug is still v1.2.0.
@…
bruce updated
5 years ago
-
### Current behavior
When running `mix clean --deps`, the `.erl` files generated from `.xrl`/`.yrl` are left behind.
### Expected behavior
All artefacts and intermediate files for the depende…
-
## Use case
Multiple node objects in my schema can be commented on, they should share a `comments` field which is relay connection of `comment` nodes and a declared interface to allow for polymorph…
-
I first of all thank you for cqrs_tools and blunt.
We are trying to migrate to blunt but have no idea on how to apply the migration.
Do you have a sample project we could use ?
# (Edit) Steps t…
-
Hello there!
I have the following problem: I have customer facing site and backoffice and I would like to show online status in backoffice using graphql subscriptions. Let’s assume that I don’t have …
-
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 …
-
In Absinthe, stacktraces and resolution structs usually are pretty big due in part to the `%Absinthe.Document.Operation{}` showing the entire AST of the GraphQL document. Scanning this is pretty hard.…
-
Hey, love the work thank you.
But I'm struggling here with consistently getting the assertions methods to properly compile here.
I have a really (really) [small phoenix app](https://github.com/t…
-
Hi folks,
I want to use absinthe_relay in a GraphQL Federation subgraph.
However, as explained [here](https://www.apollographql.com/docs/technotes/TN0029-relay-style-connections/#can-i-use-relay…