bagels


Transition inputs and outputs

graph TD; recipe-bagels(recipe: bagels); bagel_doughn01(bagel_dough.n.01); sesame_seedn01(sesame_seed.n.01); raw_eggn01(raw_egg.n.01); bageln01(bagel.n.01); recipe-bagels --> bageln01; bagel_doughn01 --> recipe-bagels; sesame_seedn01 --> recipe-bagels; raw_eggn01 --> recipe-bagels;