INPUT_OBJECT
PartnerAccountCondition
A condition to be used against PartnerAccount object types. All fields are
tested for equality and combined with a logical ‘and.’
link GraphQL Schema definition
- input PartnerAccountCondition {
- # Checks for equality with the object’s `rowId` field.
- : UUID
- # Checks for equality with the object’s `partnerCompanyRowId` field.
- : UUID
- # Checks for equality with the object’s `type` field.
- : PartnerAccountType
- # Checks for equality with the object’s `number` field.
- : AccountNo
- # Checks for equality with the object’s `description` field.
- : TrimmedText
- # Checks for equality with the object’s `source` field.
- : String
- # Checks for equality with the object’s `updatedAt` field.
- : UpdatedTime
- # Checks for equality with the object’s `createdAt` field.
- : CreatedTime
- }