I just updated a bunch of deps and something that worked fine before just doesn't right now.
I have the following error:
** (EXIT from #PID<0.104.0>) an exception was raised: ** (RuntimeError) Resource `Vigil.Operations.Airline` in relationship `:airline` is not accepted by api `Vigil.Accounts`. Please do one of the following...
** (EXIT from #PID<0.104.0>) an exception was raised: ** (RuntimeError) Resource `Vigil.Operations.Airline` in relationship `:airline` is not accepted by api `Vigil.Accounts`. Please do one of the following...
On my
User
User
resource, I have the following relationship:
relationships do belongs_to :airline, Vigil.Operations.Airline do api Vigil.Operations allow_nil? false end end
relationships do belongs_to :airline, Vigil.Operations.Airline do api Vigil.Operations allow_nil? false end end
It was my understanding that it should be fine if I specify which
The Elixir backend framework for unparalleled productivity. Declarative tools that let you stop wasting time. Use with Phoenix LiveView or build APIs in minutes for your front-end of choice.