Latest #absinthe Threads Top

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
qwexvf
No Query Document Supplied Error with File Upload in Phoenix/Absinthe + React/Urql I’m encountering a “No query document supplied” error ...
New
benzene73
I’m running into a FunctionClauseError in my Absinthe resolver when an optional argument (cursor) is omitted from the query. Here’s my se...
New
benzene73
scope "/" do pipe_through([:api]) forward("/graphql", Absinthe.Plug, schema: AppWeb.GraphQL.Schema, analyze_complexi...
New
neurodynamic
I finally got around to open-sourcing some of the Elixir code I wrote about in my blog post about achieving frontend/backend type safety ...
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
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

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
mcrumm
Announcing AbsintheClient - A GraphQL client designed for Absinthe. What is AbsintheClient? AbsintheClient is a Req plugin to perform Gr...
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
crisdegraciadev
Hey guys, I’m relatively new to Elixir world. Currently I’m working on a GraphQL API with Absinthe. All is going right, I have done some...
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
jbcaprell
In their Phoenix LiveView course (which is excellent!), the Pragmatic Studio guys define a function in a Phoenix context, LiveViewStudio....
New
kirega
Hi all, I ran into this scenario while running Absinthe GQL with Phoenix, I have this query that look as a follows: object :admin_queri...
New
sandorbedo
Hi, Is it possible to access the original GraphQL query document (as a string) from a resolver function? The resolution struct contains...
New
Rich_Morin
I working on an app that will be using Absinthe to provide a GraphQL API. I’m also looking at using Dgraph, whose query language (DQL) is...
New
raphexion
Hey, I’ve created a Absinthe schema that is working. Just for fun I want to try to integrate and learn Absinthe.Phoenix.Controller. So ...
New
Vovchikan
I’m trying to impelent GraphQL API in my project. I’m new in GraphQL, only read one article. I don’t understand how to convert :map field...
New
gaghan
I have an absinthe input_object like this input_object :product_input do field :type, non_null(:product_type) field :name, non_n...
New
SteveOH
Hi Elixirs! We are currently investigating some GraphQL data service architecture options. I was wondering if it is possible to use Mne...
New
tomwang57
In a unit test, i launched a query which needs 3 parameters as follows: @query """ query ($container_type: String!, $container_id: U...
New
belgoros
I decided to change from :float to :decimal types in an Phoenix App. And there is a weird case where I post the below mutation: @desc "C...
New

Trending Over Three Years Top

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
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_is...
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
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. ht...
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
voger
Hello, I wanted to create an input object with an enum type and a default value but I can’t make it work. My query query GetStatuses { ...
New
Oxyrus
Hello. I'm using the excellent Absinthe package, I'm trying to create a many to many association with an Index table, it looks like thi...
New
Skysoft13
I am try to migrate elixir those days, so I have simple project to create GraphQL API’s with Phoenix. When I start the server like " iex...
New
Hanums
I am receiving below error at mix compile. I tried to downgrade but received error on Mac. Help please… $ brew switch elixir 1.6.6 Error...
New
markdev
Using Ecto v2.2.6, Phoenix 1.3 I have a blog app. When a user makes a Post, it inserts into the Post table, then it get the resulting i...
New
RafalKostecki
Hi there! I am the new one in Elixir. Lately, I constantly facing the Ecto.CastError, expected params to be a :map. I created a GraphQL...
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
nathanl
Does anybody have a good guide for setting up cursor-based pagination, as recommended in The GraphQL docs, using Absinthe?
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