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.
  • documentId: UUID
  • # Checks for equality with the object’s `companyCostCenterId` field.
  • companyCostCenterId: UUID
  • # Checks for equality with the object’s `amount` field.
  • amount: Float
  • # Checks for equality with the object’s `page` field.
  • page: Int
  • # Checks for equality with the object’s `posX` field.
  • posX: Float
  • # Checks for equality with the object’s `posY` field.
  • posY: Float
  • # Checks for equality with the object’s `updatedAt` field.
  • updatedAt: UpdatedTime
  • # Checks for equality with the object’s `createdAt` field.
  • createdAt: CreatedTime
  • }