INPUT_OBJECT

MaterialTransaction_Exact

Exact match query arguments for MaterialTransaction

link GraphQL Schema definition

  • input MaterialTransaction_Exact {
  • # Select multiple MaterialTransaction by ID.
  • id: [Int]
  • # Unique order ID.
  • order_id: [Int]
  • # The unique ID.
  • material_id: [Int]
  • # Unique task ID.
  • task_id: [Int]
  • # The unique order task ID.
  • order_task_id: [Int]
  • # Unique supplier ID.
  • supplier_id: [Int]
  • # Unique asset ID.
  • asset_id: [Int]
  • # Filters to materials transactions created by the given user
  • created_by_user_id: [Int]
  • # Filters to also include material transactions that have been deleted. Defaults
  • # to false
  • show_deleted: Boolean
  • }