ENUM

Document_WhereGroup_Fields

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

link GraphQL Schema definition

  • enum Document_WhereGroup_Fields {
  • # True if active, false if hidden.
  • is_public
  • # The document name.
  • name
  • # The url of the document attachment, null if there is none.
  • attachment
  • # Only include documents with these tags
  • tags_id
  • # Document type. E.g. dateExpiry, attachment etc.
  • type
  • }