skander
AEAsh Elixir
•Created by skander on 9/17/2023 in #support
AshGraphql erroring with key :run not found
I think this is related to the new generic actions changes, but I ran into this after upgrading and pointing to the latest commit of ash_graphql:
If this isn't enough to repro, I can come up with a test or example!
6 replies
AEAsh Elixir
•Created by skander on 7/8/2023 in #support
Manual relationship with recursive CTE
I'm trying to implement this comment/thread (https://discord.com/channels/711271361523351632/1110614023881359430/1111297127897890866) and creating a manual relationship with a recursive CTE (for a tag in a graph structure, get all parent tags). I'm able to get it done with Ecto spitting out grouped map lists. I'm getting a bit stuck figuring out how to get them as an Ash Resource in the end.
Is there anything major I'm missing?
Results look like:
11 replies
AEAsh Elixir
•Created by skander on 5/26/2023 in #support
Primary key not counting as identity key for magic link auth
I'm trying to add a
magic_link
with the resource's primary key :id
as identity but it doesn't seem to count as an ID unless it's in the identities
block.
For now, I'm going to add a unique index to shadow the primary key.2 replies
AEAsh Elixir
•Created by skander on 4/1/2023 in #support
Ash-hq default theme showing wrong colors

9 replies