INPUT_OBJECT

Supplier_Exact

Exact match query arguments for Supplier

link GraphQL Schema definition

  • input Supplier_Exact {
  • # Select multiple Supplier by ID.
  • id: [Int]
  • # The tag's display name.
  • name: String
  • # `true` to show the active items, `false` otherwise. `null` to show both active &
  • # deactivated items. Defaults to `true`.
  • is_active: Boolean
  • }