INPUT_OBJECT
InvoiceCostCenterCondition
A condition to be used against InvoiceCostCenter
object types. All fields are tested for equality and combined with a logical ‘and.’
link GraphQL Schema definition
- input InvoiceCostCenterCondition {
- # Checks for equality with the object’s `documentId` field.
- UUID :
- # Checks for equality with the object’s `companyCostCenterId` field.
- UUID :
- # Checks for equality with the object’s `amount` field.
- Float :
- # Checks for equality with the object’s `page` field.
- Int :
- # Checks for equality with the object’s `posX` field.
- Float :
- # Checks for equality with the object’s `posY` field.
- Float :
- # Checks for equality with the object’s `updatedAt` field.
- UpdatedTime :
- # Checks for equality with the object’s `createdAt` field.
- CreatedTime :
- }