# `Bylaw.Ecto.Changeset.Candidate`
[🔗](https://github.com/ryanzidago/bylaw/blob/v0.1.0-alpha.1/lib/bylaw/ecto/changeset.ex#L12)

A changeset-producing function found in a schema module.

# `t`

```elixir
@type t() :: %Bylaw.Ecto.Changeset.Candidate{
  arity: non_neg_integer(),
  constraints: [Bylaw.Ecto.Changeset.ConstraintCall.t()],
  fields: [atom()],
  function: atom(),
  module: module()
}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
