View Source Myrmidex.Field (myrmidex v0.3.0)

A tuple representing a struct or map field with type information and, depending on the source, a represenative term.

GeneratorSchemas are passed field tuples, and cast them to generators.

Summary

Types

@type t() :: {atom(), Ecto.Type.t(), term()} | {atom() | String.t(), term()}