INPUT_OBJECT

SupplierDocument_Exact

Exact match query arguments for SupplierDocument

link GraphQL Schema definition

  • input SupplierDocument_Exact {
  • # Select multiple SupplierDocument by ID.
  • id: [Int]
  • # True if the document is disabled (i.e. won't generate alerts).
  • is_disabled: Boolean
  • # Unique supplier ID.
  • supplier_id: [Int]
  • # `true` to show the active items, `false` otherwise. `null` to show both active &
  • # deactivated items. Defaults to `true`.
  • is_active: Boolean
  • }