folded-ear / gobrennas-api

HTTP API for gobrennas.com
https://gobrennas.com
MIT License
1 stars 0 forks source link

Enhance IngredientInfo input type to be an enum #27

Open switzerb opened 7 months ago

switzerb commented 7 months ago
image

A future enhancement for the graphQL schema is to narrow the "type" input property of IngredientInfo to either "Recipe" or "PantryItem" for clearer usage.

barneyb commented 7 months ago

This ends up in MapStruct's shadow of the Hibernate discriminators:

image