Latest #graphql Threads 
Hi everyone! I’d like to share Grephql, a compile-time GraphQL client for Elixir.
Motivation
Most existing Elixir GraphQL clients are ru...
New
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
Hello everyone, quick question
Is there a possibilty of running the Absinthe Subscriptions using the HTTP2 SSE feature instead of levera...
New
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
I’m working on a codebase composed of Phoenix+Absinthe+Ecto.
I’m looking for the right pattern to prevent a user to access data of anoth...
New
No Query Document Supplied Error with File Upload in Phoenix/Absinthe + React/Urql
I’m encountering a “No query document supplied” error ...
New
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
According to the GraphQL over HTTP spec, modern servers must support application/graphql-response+json. Is this possible today with Absin...
New
You can now add subscriptions using the DSL.
subscriptions do
pubsub YourAppWeb.Endpoint
subscribe :something_changed do
action...
New
I spent a lot of time recently getting a Phoenix/Elm app to the point where there are type guarantees at every boundary between the front...
New
This Week's Trending
This Month's Trending
This Year's Trending
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
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
Hi everyone! I’d like to share Grephql, a compile-time GraphQL client for Elixir.
Motivation
Most existing Elixir GraphQL clients are ru...
New
Hello everyone, quick question
Is there a possibilty of running the Absinthe Subscriptions using the HTTP2 SSE feature instead of levera...
New
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
Last Three Year's Trending
I’m doing requests with Graphql and Apollo Client to a backend project made with Phoenix. I had a problem because the request failed and ...
New
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
Hey everyone! New to the forum, not new to Elixir. :slight_smile:
In any case, recently had a discussion with @benwilson512 on overhead ...
New
Let’s say that I’m building a set of BEAM processes that will serve requested information. It looks like GraphQL’s Schema Definition Lang...
New
You can now add subscriptions using the DSL.
subscriptions do
pubsub YourAppWeb.Endpoint
subscribe :something_changed do
action...
New
Hi everyone,
here you can find all talks from the BEAM Devroom at FOSDEM 2024.
The titles link to the talk page on the FOSDEM website w...
New
In an attempt to figure out what are the preferred GraphQL clients for Elixir developers, I made this poll below. If you’re using GraphQL...
New
I have a (very WIP) project that will be making some graph-structured data generally available. I’d really like it to be accessible and c...
New
I created a project named Qry that allows you to query your domain with a nice syntax, returning results as nested maps – a concept simil...
New
I have a validation based on use Ash.Resource.Validation that when invalid returns
{:error,
InvalidAttribute.exception(
field: :va...
New
I am using AshAuthentication and exposing some of its derived functions to my GraphQL API in a similar fashion to the discussions here.
...
New
I am trying to use mix format to format some graphql code but when I define the plugin it will work with a capital sigil IE ~G but not a ...
New
Hi,
Is it possible to access the original GraphQL query document (as a string) from a resolver function?
The resolution struct contains...
New
I can sort of ‘feel’ when I should use one over the other, but I’m interested in a more merit-based approach when picking between the two.
New
I have a system that emits events, such as:
"record_updated", id: 6, company_id: 1
"record_updated", id: 2, company_id: 2
"record_update...
New
Trending Over Three Years
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
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
I have json type field on Postgres and trying to create object type in GraphQL but compiler issuing error:
== Compilation error in file ...
New
Does anyone know if it possible to do GraphQL Schema Stitching with Absinthe?
The Apollo article about schema stitching is very exciting...
New
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 this...
New
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
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
Today I saw this newsletter:
The interesting bit is in the clairvoyance part of the newsletter, where it reveals us a new tool to reve...
New
Hi all,
I have developed in past an utils for maintaining opensource projects especially issues in GitHub.
As current limitation, the ...
New
Right now i get an unnecessary (to me) In field "signUp": in front of the actual message:
{
"errors": [
{
"message": "In fie...
New
I’m new to Elixir, Phoenix and Absinthe but trying to write an API onto an existing dataset. The dataset includes information about trail...
New
Hi all! My GraphQL education is still in a fairly nascent stage and I’ve run into an issue that seems like it should be easy to solve, ye...
New
Hey guys - I just finished my side project - misheneye.com (creates brand guides) - recently and used an spa - react (nextjs.org flavor)....
New
I have a absinthe object type like that:
defmodule ContentProxyGraphql.Schema.ObjectTypes.Content do
use Absinthe.Schema.Notation
us...
New
I’m trying to use Absinthe Relay to create Relay compatible Graphql endpoint. I am having troubles to create connections with batching.
...
New
Latest on Elixir Forum
Get money off!
The Pragmatic Bookshelf
35% off any eBook
Manning Publications
45% off any item
ElixirCasts
10% off for life
The Pragmatic Studio
20% off any course
AppSignal
10% off for 12 months
Honeybadger
10% off for 12 months
Simply use coupon code "devtalk.com" or "elixirforum" at checkout!
Filter by Type:
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #elixirconf
- #exunit
- #discussion
- #javascript
- #podcasts
- #code-sync
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #phoenix_html
- #iex
- #blog-post
- #graphql
- #genstage
- #ai
- #websockets
- #supervisor
- #advent-of-code
- #elixirconf-us
- #distillery
- #processes
- #forms
- #api
- #metaprogramming
- #security
- #performance








