ash v0.6.5 Ash.Type.Atom View Source

A type used for storing atoms.

For safety reasons, it uses String.to_existing_atom/1, which means that the atom should exist in your application before reading a record with that atom.