ENUM

Supplier_WhereGroup_Fields

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

link GraphQL Schema definition

  • enum Supplier_WhereGroup_Fields {
  • # The tag's display name.
  • name
  • # `true` to show the active items, `false` otherwise. `null` to show both active &
  • # deactivated items. Defaults to `true`.
  • is_active
  • }