INPUT_OBJECT
Document_Exact
Exact match query arguments for Document
link GraphQL Schema definition
- input Document_Exact {
- # Select multiple Document by ID.
- Int] : [
- # True if active, false if hidden.
- Boolean :
- # The document name.
- String :
- # The url of the document attachment, null if there is none.
- String :
- # Only include documents with these tags
- Int]] : [[
- # Document type. E.g. dateExpiry, attachment etc.
- DocumentTypes] : [
- }