INPUT_OBJECT
PartnerCompanyCondition
A condition to be used against PartnerCompany object types. All fields are
tested for equality and combined with a logical ‘and.’
link GraphQL Schema definition
- input PartnerCompanyCondition {
- # Checks for equality with the object’s `rowId` field.
- : UUID
- # Checks for equality with the object’s `companyRowId` field.
- : UUID
- # Checks for equality with the object’s `name` field.
- : String
- # Checks for equality with the object’s `alternativeNames` field.
- : [String]
- # Checks for equality with the object’s `source` field.
- : String
- # Checks for equality with the object’s `paidWithDirectDebit` field.
- : Boolean
- # Checks for equality with the object’s `disabledAt` field.
- : Datetime
- # Checks for equality with the object’s `disabledBy` field.
- : TrimmedText
- # Checks for equality with the object’s `active` field.
- : Boolean
- # Checks for equality with the object’s `updatedAt` field.
- : UpdatedTime
- # Checks for equality with the object’s `createdAt` field.
- : CreatedTime
- }