INPUT_OBJECT

ClientCompanyPurchaseCondition

A condition to be used against ClientCompanyPurchase object types. All fields are tested for equality and combined with a logical ‘and.’

link GraphQL Schema definition

  • input ClientCompanyPurchaseCondition {
  • # Checks for equality with the object’s `rowId` field.
  • rowId: UUID
  • # Checks for equality with the object’s `clientCompanyRowId` field.
  • clientCompanyRowId: UUID
  • # Checks for equality with the object’s `name` field.
  • name: NonEmptyText
  • # Checks for equality with the object’s `updatedAt` field.
  • updatedAt: UpdatedTime
  • # Checks for equality with the object’s `createdAt` field.
  • createdAt: CreatedTime
  • }