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()}
Specs
cast_many(Ecto.Queryable.t(), any(), Keyword.t()) :: {:ok, [Ecto.Schema.t()]} | {:error, any()}