INPUT_OBJECT

ClientDocument_Exact

Exact match query arguments for ClientDocument

link GraphQL Schema definition

  • input ClientDocument_Exact {
  • # Select multiple ClientDocument by ID.
  • id: [Int]
  • # True if the document is disabled (i.e. won't generate alerts).
  • is_disabled: Boolean
  • # The unique client ID.
  • client_id: [Int]
  • # `true` to show the active items, `false` otherwise. `null` to show both active &
  • # deactivated items. Defaults to `true`.
  • is_active: Boolean
  • }