How to get DataLayer transformer to run after optional Extension
Hi I’m working on an Ash DataLayer for Neo4j and I’ve noticed that the AshStateMachine has a transformer which adds the extended resource’s state_attribute to attributes so it introspects using Ash.Resource.Info, however this seems to only happen after my DataLayer transformer has already been run for the resource.
How can I ensure in my DataLayer that my transformer runs after the optional Extension transformer?
How can I ensure in my DataLayer that my transformer runs after the optional Extension transformer?
