ENUM

ProjectDocument_WhereGroup_Fields

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

link GraphQL Schema definition

  • enum ProjectDocument_WhereGroup_Fields {
  • # True if the document is disabled (i.e. won't generate alerts).
  • is_disabled
  • # Unique project ID.
  • project_id
  • # `true` to show the active items, `false` otherwise. `null` to show both active &
  • # deactivated items. Defaults to `true`.
  • is_active
  • # The unique document ID.
  • document_id
  • # The type of this document.
  • type
  • }