Open mcasper opened 3 years ago
This adds a t() typespec definition to the __using__ macro in Arc.Ecto.Defintion, so that users can generate complete typespecs for their ecto schemas that include an arc definition.
t()
__using__
This adds a
t()
typespec definition to the__using__
macro in Arc.Ecto.Defintion, so that users can generate complete typespecs for their ecto schemas that include an arc definition.