Skip to content
#

ash

Here are 62 public repositories matching this topic...

kernel-io
kernel-io commented Sep 28, 2021

When creating a new Ash.Type i.e: to support Range column types in Postgresql, it is common practice to install a type for Ecto and then to stub the Ash.Type callbacks with calls to the Ecto type, this works for the most part, except for when referring to a custom type from within a calculation.

Ash seems to use the value returned by the type callback verbatim, however when you pass in a module

zachdaniel
zachdaniel commented Aug 3, 2021

I've laid the groundwork for relay support, pushed to master now. There are three remaining steps:

  • when fetching :has_many or :many_to_many relationships, we need to wrap them in a connection if the destination action supports pagination
  • when selecting fields, we need to look at the selections inside of the ["edges", "node"] path
  • we need to build the actual connection object. I've

Improve this page

Add a description, image, and links to the ash topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the ash topic, visit your repo's landing page and select "manage topics."

Learn more