Add a new field to LibraryQuery for recognizing an item. Finish standardizing on "quantity" (not "amount"). Move RecognizedItem's nested types to the top level, to simplify java-graphql-kickstart configuration, as more of it can be done by auto-configuration. Split suggestion generation from the main item recognition, as GraphQL offers a way to talk about the two parts separately.
Add a new field to
LibraryQuery
for recognizing an item. Finish standardizing on "quantity" (not "amount"). MoveRecognizedItem
's nested types to the top level, to simplify java-graphql-kickstart configuration, as more of it can be done by auto-configuration. Split suggestion generation from the main item recognition, as GraphQL offers a way to talk about the two parts separately.