OBJECT

MaterialTransactionTotal

description goes here

link GraphQL Schema definition

  • type MaterialTransactionTotal {
  • # The order for this transaction total.
  • order: Order
  • # The corresponding material.
  • material: Material
  • # The total quantity.
  • quantity: Float!
  • # The total $ value.
  • total: Float!
  • # The order task linked to the material transaction. Warning: This is an expensive
  • # join, use with caution.
  • order_task: OrderTask
  • }