INPUT_OBJECT
ObjectInstanceCondition
A condition to be used against ObjectInstance object types. All fields are
tested for equality and combined with a logical ‘and.’
link GraphQL Schema definition
- input ObjectInstanceCondition {
- # 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 `className` field.
- : TrimmedText
- # Checks for equality with the object’s `createdBy` field.
- : TrimmedText
- # Checks for equality with the object’s `createdAt` field.
- : Datetime
- # Checks for equality with the object’s `disabledBy` field.
- : TrimmedText
- # Checks for equality with the object’s `disabledAt` field.
- : Datetime
- # Checks for equality with the object’s `active` field.
- : Boolean
- # Checks for equality with the object’s `propsJson` field.
- : JSON
- }