EctoApi.Builder behaviour (EctoApi v0.0.1) View Source

Link to this section Summary

Link to this section Callbacks

Specs

cast(Ecto.Queryable.t(), any(), Keyword.t()) ::
  {:ok, Ecto.Schema.t()} | {:error, any()}
Link to this callback

cast_many(arg1, any, arg3)

View Source

Specs

cast_many(Ecto.Queryable.t(), any(), Keyword.t()) ::
  {:ok, [Ecto.Schema.t()]} | {:error, any()}