Latest #ash-graphql Threads Top

thawke
I have a generic action on a resource that returns a union type. If I mark types with graphql_unnested_unions then the type’s fields disa...
New
sezaru
I’m currently evaluating for a new project if we will use AshTypescript for our backend/frontend (frontend probably in next.JS) communica...
New
Andrew-Bekhiet
When using change set_attribute(:line, arg(:line)) and using input: {} in the graphql api, the line attribute is set to nil and persisted...
New
sezaru
I’ve been investigating why some code keeps recompiling in my project when I do small changes to LV files this past week. One thing that...
New
thawke
I may be doing something wrong, but the generated filter for :ci_string fields in ash_graphql doesn’t seem to include the like operator l...
New
sezaru
I have this resource in my code: defmodule Core.Marketplace.Payments.Product.Types.Test do @moduledoc false use Ash.Resource, d...
New
sezaru
I have a field in a resource that can be an union of two embedded resources. One of these resources have no attributes: defmodule Core.M...
New
bastiW
Hi, I created an Ash application with the following: AshGraphql Subscription AshSqlite The issue is that the data does not show up in...
New
sezaru
In some cases, I want to add a read action as an GraphQL API but I don’t want to allow the user to filter it in any way, in other words, ...
New
moxley
I’m running into a policy and AshGraphql problem, and it seems like a bug. Here’s my GraphQL query: query GetEvent2($id: ID!) { getEv...
New

This Week's Trending Top

thawke
I have a generic action on a resource that returns a union type. If I mark types with graphql_unnested_unions then the type’s fields disa...
New

This Month's Trending Top

This Year's Trending Top

bastiW
Hi, I created an Ash application with the following: AshGraphql Subscription AshSqlite The issue is that the data does not show up in...
New
sezaru
I’m currently evaluating for a new project if we will use AshTypescript for our backend/frontend (frontend probably in next.JS) communica...
New
sezaru
I have a field in a resource that can be an union of two embedded resources. One of these resources have no attributes: defmodule Core.M...
New
sezaru
I have this resource in my code: defmodule Core.Marketplace.Payments.Product.Types.Test do @moduledoc false use Ash.Resource, d...
New
sezaru
I’ve been investigating why some code keeps recompiling in my project when I do small changes to LV files this past week. One thing that...
New
Andrew-Bekhiet
When using change set_attribute(:line, arg(:line)) and using input: {} in the graphql api, the line attribute is set to nil and persisted...
New
thawke
I may be doing something wrong, but the generated filter for :ci_string fields in ash_graphql doesn’t seem to include the like operator l...
New

Last Three Year's Trending Top

FedeMadoery
I’m trying to do a pagination for a list of “messages” on a calculated field, so my structure is more or like the following one: Channe...
New
sezaru
Hey, I use AshAuthentication in my User resource with the password strategy. I want to expose the sign_in_with_password action via AshGr...
New
FedeMadoery
I would like to add docs to my GraphQL types and their fields, so the devs working on the UI side can easily understand the data structur...
New
sezaru
When calling password_reset_with_password from AshGraphQL it will fail since the update mutation expects me to be logged. Calling the ac...
New
BryanJBryce
Orders have many OrderItems have many OrderItemModifiers OrderItem and OrderItemModifier both have attributes of quantity and price I w...
New
BryanJBryce
I’ve got an app with multitenency and I’m trying to do a basic update on on resource via GraphQL using the default update action and I’m ...
New
noelHan
I try to use AshGraphql to make my graphql endpoint. But I can’t find a way to make viewer query. Similar to viewer query in github gra...
New
sezaru
First, a disclaimer, I didn’t think too much about this idea so maybe there is already a better solution or even if this is possible givi...
New
sezaru
I have this attribute in my resource: attribute :status, :atom do allow_nil? false public? true constraints one_o...
New
moxley
How do I apply a specific filtering on a related resource that’s two layers down from the parent resource, where the filter is determined...
New
moxley
I defined a generic mutation action that takes an :id argument and an :input argument with an embedded resource backing :input. When I te...
New
BryanJBryce
OrderItem defines the following: calculations do calculate :subtotal, :decimal, expr( ...
New
mrdougwright
I have an Ash GraphQL schema, with calculations, simplified like so: attributes do attribute :start_at, :utc_datetime, public?: tr...
New
florid-sojourner
I get different behavior when using the REPL to do a resource update that includes and after_action when I issue the same change via a Gr...
New
sezaru
I have in my resources some actions that need to do some specific calculations and aggregates, since they are very specific for the actio...
New

Trending Over Three Years Top

barnabasJ
I’m trying to add support for subscriptions to AshGraphql and I got a simple subscription working but now I’m a bit stuck. So far I have...
New
scflode
Hi there, I created a new Ash project with the helpdesk domain and added AshGraphQL. The problem I have is that the relationship of a ti...
New
sezaru
I’m upgrading my project from Ash 2 to Ash 3. One thing that I saw is that the token policies should be like this: policies do by...
New
moxley
In my resource, there is an attribute called component, backed by a JSONB column. I’d like to expose that attribute as a JSON field in As...
New
sezaru
If I have an attribute in my resource that has a character that graphql doesn’t support (ex. :invalid?), then I can easily fix that by us...
New
moxley
I’m trying to upgrade from Ash 2 to 3, and I’m stumped on restoring the behavior of one of my ash_graphql mutations. It’s an update mutat...
New
moxley
I’m running into a policy and AshGraphql problem, and it seems like a bug. Here’s my GraphQL query: query GetEvent2($id: ID!) { getEv...
New
moxley
I’m creating a read AshGraphql query, and I want it to return an error for certain conditions. When I call Ash.Query.add_error(query, "so...
New
sezaru
I have a resource with uuid_v7_primary_key :id, I’m trying to use AshGraphql with it, but when I try to compile the project, it fails wit...
New
sezaru
I have a change that is configured in the changes block like this: changes do change {Core.Ash.Changes.Audit, meta: %{actor: actor...
New
sezaru
In some cases, I want to add a read action as an GraphQL API but I don’t want to allow the user to filter it in any way, in other words, ...
New
jason.o
AshGraphql schema doesn’t seem to include inserted_at and updated_at fields of the underlying table. Is there a way to add them to the sc...
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