INPUT_OBJECT
DeletedDocumentCondition
A condition to be used against DeletedDocument object types. All fields are
tested for equality and combined with a logical ‘and.’
link GraphQL Schema definition
- input DeletedDocumentCondition {
- # Checks for equality with the object’s `rowId` field.
- : UUID
- # Checks for equality with the object’s `title` field.
- : String
- # Checks for equality with the object’s `categoryRowId` field.
- : UUID
- # Checks for equality with the object’s `clientCompanyRowId` field.
- : UUID
- # Checks for equality with the object’s `baseDocumentRowId` field.
- : UUID
- # Checks for equality with the object’s `name` field.
- : String
- # Checks for equality with the object’s `language` field.
- : LanguageCode
- # Checks for equality with the object’s `version` field.
- : Datetime
- # Checks for equality with the object’s `numPages` field.
- : Int
- # Checks for equality with the object’s `numAttachPages` field.
- : Int
- # Checks for equality with the object’s `importedBy` field.
- : UUID
- # Checks for equality with the object’s `importedAt` field.
- : Datetime
- # Checks for equality with the object’s `updatedAt` field.
- : UpdatedTime
- # Checks for equality with the object’s `createdAt` field.
- : CreatedTime
- }
link Require by
- ClientCompanyRepresents a `Company` which is a finance *client* company.
- DocumentA `Document` which can be any form of document (invoice, delivery note, statement, etc.).
- DocumentCategoryA `DocumentCategory` is a category of a document.
- QueryThe root query type which gives access points into the data universe.
- UserA finance `User`.