How to read resource without actions
I'm trying to inspect
Is it possible to inspect resources without defining read action?
Is there a way to convert it to
MyApp.Accounts.Token using iex, but I'm getting NoPrimaryAction error.Is it possible to inspect resources without defining read action?
Is there a way to convert it to
Ecto.Schema, so I can use Ecto.Query?