Open
Description
Could you please add a function to ScalarAlias which allows overriding the description just like rename overrides the name?
When creating simple aliases like PositiveInt or NotBlankString I would also like to update the description to better document the api.
Since ScalarAlias is a case class it is not possible to extend it and because InputType is sealed I also cannot create my own ScalarAlias.