Kanta.Types (kanta v0.2.1)

Types used in Kanta

Summary

Types

A schema or Ecto.Association.NotLoaded

A schema field value of a given type or nil

A string or integer identifier

Types

Link to this type

assoc_type(schema_type)

@type assoc_type(schema_type) :: schema_type | Ecto.Association.NotLoaded.t() | nil

A schema or Ecto.Association.NotLoaded

Link to this type

field(field_type)

@type field(field_type) :: field_type | nil

A schema field value of a given type or nil

@type id() :: String.t() | integer()

A string or integer identifier