INPUT_OBJECT
DeliveryNoteCondition
A condition to be used against DeliveryNote object types. All fields are
tested for equality and combined with a logical ‘and.’
link GraphQL Schema definition
- input DeliveryNoteCondition {
- # Checks for equality with the object’s `documentRowId` field.
- : UUID
- # Checks for equality with the object’s `partnerCompanyRowId` field.
- : UUID
- # Checks for equality with the object’s `partnerCompanyRowIdConfirmedBy` field.
- : TrimmedText
- # Checks for equality with the object’s `partnerCompanyRowIdConfirmedAt` field.
- : Datetime
- # Checks for equality with the object’s `partnerCompanyLocationRowId` field.
- : UUID
- # Checks for equality with the object’s `partnerCompanyLocationRowIdConfirmedBy`
- # field.
- : TrimmedText
- # Checks for equality with the object’s `partnerCompanyLocationRowIdConfirmedAt`
- # field.
- : Datetime
- # Checks for equality with the object’s `noteNumber` field.
- : TrimmedText
- # Checks for equality with the object’s `noteNumberConfirmedBy` field.
- : TrimmedText
- # Checks for equality with the object’s `noteNumberConfirmedAt` field.
- : Datetime
- # Checks for equality with the object’s `invoiceNumber` field.
- : TrimmedText
- # Checks for equality with the object’s `invoiceNumberConfirmedBy` field.
- : TrimmedText
- # Checks for equality with the object’s `invoiceNumberConfirmedAt` field.
- : Datetime
- # Checks for equality with the object’s `issueDate` field.
- : Date
- # Checks for equality with the object’s `issueDateConfirmedBy` field.
- : TrimmedText
- # Checks for equality with the object’s `issueDateConfirmedAt` field.
- : Datetime
- # Checks for equality with the object’s `deliveredAt` field.
- : Datetime
- # Checks for equality with the object’s `deliveredAtConfirmedBy` field.
- : TrimmedText
- # Checks for equality with the object’s `deliveredAtConfirmedAt` field.
- : Datetime
- # Checks for equality with the object’s `netSum` field.
- : Float
- # Checks for equality with the object’s `netSumConfirmedBy` field.
- : String
- # Checks for equality with the object’s `netSumConfirmedAt` field.
- : Datetime
- # Checks for equality with the object’s `updatedAt` field.
- : UpdatedTime
- # Checks for equality with the object’s `createdAt` field.
- : CreatedTime
- }