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