commerce-graph.dot 752 B

123456789101112131415161718
  1. digraph commerce {
  2. materio_checkout_flow
  3. materio_order_type
  4. materio_order_item_type
  5. materio_product_licence_variatio[label=<materio_product_licence_variatio<br/><b>no subscription</b>>]
  6. materio_product_variation_type[label=<materio_product_variation_type<br/><b>recurring</b>>]
  7. materio_product_type
  8. materio_product_license_type
  9. materio_order_type -> materio_checkout_flow
  10. materio_order_item_type -> materio_order_type
  11. materio_product_licence_variatio -> materio_order_item_type
  12. materio_product_variation_type -> materio_order_item_type
  13. materio_product_type -> materio_product_variation_type
  14. materio_product_license_type -> materio_product_licence_variatio
  15. materio_product_license_type -> materio_product_variation_type
  16. }