ash-project / ash_json_api

The JSON:API extension for the Ash Framework
https://hexdocs.pm/ash_json_api
MIT License
56 stars 40 forks source link

fix: reject allow_nil_input fields in required_write_attributes #219

Closed rapidfsub closed 1 month ago

rapidfsub commented 1 month ago

Contributor checklist


I think allow_nil_input should be used in json api schema, but it wasn't. Without this fix, I cannot make allow_nil?: false attributes to be optionally acceptable paramter in api.

zachdaniel commented 1 month ago

🚀 Thank you for your contribution! 🚀