INPUT_OBJECT
ClientDocument_Exact
Exact match query arguments for ClientDocument
link GraphQL Schema definition
- input ClientDocument_Exact {
- # Select multiple ClientDocument by ID.
- Int] : [
- # True if the document is disabled (i.e. won't generate alerts).
- Boolean :
- # The unique client ID.
- Int] : [
- # `true` to show the active items, `false` otherwise. `null` to show both active &
- # deactivated items. Defaults to `true`.
- Boolean :
- }