ThemeFilter
ThemeFilter
A filter to be used against Theme
object types. All fields are combined with a logical ‘and.’
Field | Type | Description | |
---|---|---|---|
id | UUIDFilter | Filter by the object’s `id` field. | |
orgId | UUIDFilter | Filter by the object’s `orgId` field. | |
name | StringFilter | Filter by the object’s `name` field. | |
logoFileId | UUIDFilter | Filter by the object’s `logoFileId` field. | |
logoFileIdDraft | UUIDFilter | Filter by the object’s `logoFileIdDraft` field. | |
config | JSONFilter | Filter by the object’s `config` field. | |
configDraft | JSONFilter | Filter by the object’s `configDraft` field. | |
createdAt | DatetimeFilter | Filter by the object’s `createdAt` field. | |
updatedAt | DatetimeFilter | Filter by the object’s `updatedAt` field. | |
createdBy | UUIDFilter | Filter by the object’s `createdBy` field. | |
updatedBy | UUIDFilter | Filter by the object’s `updatedBy` field. | |
titleFontIdDraft | UUIDFilter | Filter by the object’s `titleFontIdDraft` field. | |
bodyFontIdDraft | UUIDFilter | Filter by the object’s `bodyFontIdDraft` field. | |
titleFontId | UUIDFilter | Filter by the object’s `titleFontId` field. | |
bodyFontId | UUIDFilter | Filter by the object’s `bodyFontId` field. | |
and | [ThemeFilter!] | Checks for all expressions in this list. | |
or | [ThemeFilter!] | Checks for any expressions in this list. | |
not | ThemeFilter | Negates the expression. |