INPUT_OBJECT

Client_Exact

Exact match query arguments for Client

link GraphQL Schema definition

  • input Client_Exact {
  • # Select multiple Client by ID.
  • id: [Int]
  • # The client's short name.
  • name: String
  • # `true` to show the active items, `false` otherwise. `null` to show both active &
  • # deactivated items. Defaults to `true`.
  • is_active: Boolean
  • # `true` to show the deleted items, `false` otherwise.
  • is_deleted: Boolean
  • }