ENUM

MaterialTransaction_WhereGroup_Fields

Where group options for MaterialTransaction. Matches when any field in the array is met

link GraphQL Schema definition

  • enum MaterialTransaction_WhereGroup_Fields {
  • # Unique order ID.
  • order_id
  • # The unique ID.
  • material_id
  • # Unique task ID.
  • task_id
  • # The unique order task ID.
  • order_task_id
  • # Unique supplier ID.
  • supplier_id
  • # Unique asset ID.
  • asset_id
  • # The date this transaction is created.
  • created_time
  • # Filters to materials transactions created by the given user
  • created_by_user_id
  • # Filters to also include material transactions that have been deleted. Defaults
  • # to false
  • show_deleted
  • }