Bylaw.Ecto.Changeset.Candidate (bylaw_postgres v0.1.0-alpha.1)

Copy Markdown View Source

A changeset-producing function found in a schema module.

Summary

Types

t()

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