ENUM

Client_WhereGroup_Fields

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

link GraphQL Schema definition

  • enum Client_WhereGroup_Fields {
  • # The client's short name.
  • name
  • # An ID used to link to an external application.
  • external_id
  • # `true` to show the active items, `false` otherwise. `null` to show both active &
  • # deactivated items. Defaults to `true`.
  • is_active
  • # `true` to show the deleted items, `false` otherwise.
  • is_deleted
  • }