INPUT_OBJECT

Document_Exact

Exact match query arguments for Document

link GraphQL Schema definition

  • input Document_Exact {
  • # Select multiple Document by ID.
  • id: [Int]
  • # True if active, false if hidden.
  • is_public: Boolean
  • # The document name.
  • name: String
  • # The url of the document attachment, null if there is none.
  • attachment: String
  • # Only include documents with these tags
  • tags_id: [[Int]]
  • # Document type. E.g. dateExpiry, attachment etc.
  • type: [DocumentTypes]
  • }