INPUT_OBJECT

Allowance_Exact

Exact match query arguments for Allowance

link GraphQL Schema definition

  • input Allowance_Exact {
  • # Select multiple Allowance by ID.
  • id: [Int]
  • # The allowance name.
  • name: String
  • # `true` to show the active items, `false` otherwise. `null` to show both active &
  • # deactivated items. Defaults to `true`.
  • is_active: Boolean
  • }