CommonLayoutFilter
CommonLayoutFilter
A filter to be used against CommonLayout
object types. All fields are combined with a logical ‘and.’
Field | Type | Description | |
---|---|---|---|
id | UUIDFilter | Filter by the object’s `id` field. | |
name | StringFilter | Filter by the object’s `name` field. | |
width | IntFilter | Filter by the object’s `width` field. | |
height | IntFilter | Filter by the object’s `height` field. | |
isFlexible | BooleanFilter | Filter by the object’s `isFlexible` field. | |
isScalable | BooleanFilter | Filter by the object’s `isScalable` field. | |
zones | IntFilter | Filter by the object’s `zones` field. | |
config | JSONFilter | Filter by the object’s `config` field. | |
createdAt | DatetimeFilter | Filter by the object’s `createdAt` field. | |
updatedAt | DatetimeFilter | Filter by the object’s `updatedAt` field. | |
and | [CommonLayoutFilter!] | Checks for all expressions in this list. | |
or | [CommonLayoutFilter!] | Checks for any expressions in this list. | |
not | CommonLayoutFilter | Negates the expression. |