INPUT_OBJECT
Exact match query arguments for Client
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}