Latest #absinthe Threads Top

Paradox
I was frustrated with the state of GraphiQL, mostly abandoned with many bugs, so I wrote up a small plug that brings the Altair client to...
New
volroom
Hello, we’ve been investigating the performance of one of our queries - basically it’s used to list products and categories like you’d se...
New
apoorv-2204
I am building a graphql query and testing at the time in postman or any other client say insomnia or anything else.I am adding some new f...
New
aloukissas
I’m using absinthe with absinthe-graphql-ws and cowboy + ranch + phoenix in production. Looking at LiveDashboard, I often see that there ...
New
itopiz
I have an interface in my schema: interface :authentication_source do field(:id, non_null(:id)) field(:name, non_null(:string)) fi...
New
vincentvanbush
In ElixirConf EU 2025, I spoke about our Permit library as a comprehensive authorization and access control solution in projects relying ...
New
imetallica
Hello everyone, quick question Is there a possibilty of running the Absinthe Subscriptions using the HTTP2 SSE feature instead of levera...
New
sandorbedo
Hi, How should an Absinthe.Resolution struct look like when I want to return both data and errors from Absinthe? This is now allowed by...
New
itopiz
I am trying to build an error message in the result of my GraphQL mutation and I need to include the value of an enum that was passed as ...
New
StackScribe
Hello everyone, After countless nights spent working on my side project, I’m now preparing to onboard pilot users from a potential custo...
New

This Week's Trending Top

This Month's Trending Top

This Year's Trending Top

Skysoft13
I am try to migrate these days to elixir, and I have existing project, I want to learn graphql api with absinthe. it has mix.exs file lik...
New
michaelcaterisano
I’m trying to do the same thing described in this issue: Allow returning data and errors from a resolver · Issue #512 · absinthe-graphql/...
New
aloukissas
When doing a publish call, should we expect the performance behavior to be similar to PubSub.broadcast/4 (i.e. almost instant)? Reading t...
New
sandorbedo
Hi, How should an Absinthe.Resolution struct look like when I want to return both data and errors from Absinthe? This is now allowed by...
New
volroom
Hello, we’ve been investigating the performance of one of our queries - basically it’s used to list products and categories like you’d se...
New
vincentvanbush
In ElixirConf EU 2025, I spoke about our Permit library as a comprehensive authorization and access control solution in projects relying ...
New
itopiz
I have an interface in my schema: interface :authentication_source do field(:id, non_null(:id)) field(:name, non_null(:string)) fi...
New
imetallica
Hello everyone, quick question Is there a possibilty of running the Absinthe Subscriptions using the HTTP2 SSE feature instead of levera...
New
Paradox
I was frustrated with the state of GraphiQL, mostly abandoned with many bugs, so I wrote up a small plug that brings the Altair client to...
New
aloukissas
I’m using absinthe with absinthe-graphql-ws and cowboy + ranch + phoenix in production. Looking at LiveDashboard, I often see that there ...
New
apoorv-2204
I am building a graphql query and testing at the time in postman or any other client say insomnia or anything else.I am adding some new f...
New
itopiz
I am trying to build an error message in the result of my GraphQL mutation and I need to include the value of an enum that was passed as ...
New

Last Three Year's Trending Top

benwilson512
by Bruce Williams and Ben Wilson Your domain is rich and interconnected, and your API should be too. Upgrade your web API to GraphQL, le...
New
Morzaram
Hey guys, I’m legit struggling with deciding the stack setup for my next project. I really want to code in elixir for the backend but I w...
New
Harrygr
I’m trying to build an upload component to allow uploading of files over graphql. I’m using Absinthe for the server aspect and React + UR...
New
derekbrown
Hey everyone! New to the forum, not new to Elixir. :slight_smile: In any case, recently had a discussion with @benwilson512 on overhead ...
New
afternow
Hello I create a graphql API according to the book “Craft graphql apis in elixir with absinthe”. When I create tests, I run into an err...
New
krayder
Hello, im trying to connect websocket for using absinthe subscriptions, but i have a error in google chrome because of this header “Sec-W...
New
mcrumm
Announcing AbsintheClient - A GraphQL client designed for Absinthe. What is AbsintheClient? AbsintheClient is a Req plugin to perform Gr...
New
Hermanverschooten
I have been using absinthe for a while now, and a couple of months ago we switched from webpack to parcel for our JS bundling. All worked...
New
dimitarvp
Hello, I haven’t used Absinthe in a while so this might be a dumb question. I am looking into renaming a field inside of a returned obj...
New
kieraneglin
We’re looking at Phoenix with Absinthe to replace a very high traffic route of a Rails application. We’ve created a proof of concept app ...
New
aloukissas
What we’ve discovered with a simple load testing experiment is that when there are as few as 1000 concurrent clients subscribed to a quer...
New
factsfinder
Hello everyone, I’ve created an API only phoenix boilerplate. You can check on github here: GitHub - factsfinder/phoenix_api: This is an ...
New
michaelcaterisano
@benwilson512 The pipeline docs say to See Absinthe.Phoenix on adjusting the document pipeline for GraphQL over Phoenix channels, but I ...
New
homanchou
I’ve seen it mentioned that graphQL is transport agnostic, but all the examples I’ve seen in the docs for Absinthe involve wiring Absinth...
New
vegabook
I’m starting my journey with GraphQL, and I own a book from Pragmatic Programmers called Craft GraphQL APIs in Elixir with Absinthe. Howe...
New

Trending Over Three Years Top

fun2src
Hi all, I’m getting this error when connecting to the backend: Access to fetch at 'http://localhost:4000/api' from origin 'http://local...
New
wolfiton
Hello, I was searching the documentation to find a way to set multiple session cookies from my pheonix api to my frontend, in my case a ...
New
gdub01
I’m not sure if this is the correct way to test an API call in with Absinthe. The code works, but I’m not sure if this is what I should b...
New
wolfiton
Hello everyone, I have the following stack that i am trying to make it work: Backend: Phoenix + Absinthe Frontend Nuxt For this S...
New
wolfiton
Can the Phoenix api be used directly with NEXTJS without a node server? If not does the node server add delays to requests? Also the ex...
New
Yama
Thanks for stopping by. For a brief context, I’m currently create a ecommerce side project for my wife which may (most likely) use PayPal...
New
Hanums
I have json type field on Postgres and trying to create object type in GraphQL but compiler issuing error: == Compilation error in file ...
New
Gulliver
Hi, what’s up everyone? I’d be very grateful if someone wiser the me could open up this following error message a bit: DateTime.to_iso8...
New
wolfiton
Hello, I am having a hard time to find the proper way to implement the UUID method on the field in my schema and my migrations. So far ...
New
ryanswapp
I wrote up a little tutorial on setting up a GraphQL server in Phoenix with Absinthe. Here is a link https://ryanswapp.com/2016/11/29/pho...
New
freewebwithme
My data model is like this Category has_many Products Products belongs_to Category Products belongs_to User What I want from database...
New
axelson
Does anyone know if it possible to do GraphQL Schema Stitching with Absinthe? The Apollo article about schema stitching is very exciting...
New
andrewb
Hi, I have built a backend API using Phoenix and Absinthe (The intention is to have a Web Client and a couple of different Mobile Apps u...
New
theduke
Hey there. I want to try out GraphQL in Elixir for a small project, and there seem to be two competing implementations for Elixir. htt...
New
pcharbon
I just fell in love with Elixir and currently in the process of refactoring our API from hapijs into a phoenix/absinthe one. I am using ...
New
  • Follow
  • Join
  • Shape
the conversation

Latest on Elixir Forum

Elixir Forum

Similar Portals

    None added yet

We're in Beta

About us Mission Statement