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.
- : UUID
- # Checks for equality with the object’s `clientCompanyRowId` field.
- : UUID
- # Checks for equality with the object’s `name` field.
- : NonEmptyText
- # Checks for equality with the object’s `updatedAt` field.
- : UpdatedTime
- # Checks for equality with the object’s `createdAt` field.
- : CreatedTime
- }