INPUT_OBJECT

ProjectDocument_Exact

Exact match query arguments for ProjectDocument

link GraphQL Schema definition

  • input ProjectDocument_Exact {
  • # Select multiple ProjectDocument by ID.
  • id: [Int]
  • # True if the document is disabled (i.e. won't generate alerts).
  • is_disabled: Boolean
  • # Unique project ID.
  • project_id: [Int]
  • # `true` to show the active items, `false` otherwise. `null` to show both active &
  • # deactivated items. Defaults to `true`.
  • is_active: Boolean
  • # The unique document ID.
  • document_id: [Int]
  • # The type of this document.
  • type: [DocumentTypes]
  • }