Studio Service

ThemeFilter

ThemeFilter

A filter to be used against Theme object types. All fields are combined with a logical ‘and.’

FieldTypeDescription
idUUIDFilterFilter by the object’s `id` field.
orgIdUUIDFilterFilter by the object’s `orgId` field.
nameStringFilterFilter by the object’s `name` field.
logoFileIdUUIDFilterFilter by the object’s `logoFileId` field.
logoFileIdDraftUUIDFilterFilter by the object’s `logoFileIdDraft` field.
configJSONFilterFilter by the object’s `config` field.
configDraftJSONFilterFilter by the object’s `configDraft` field.
createdAtDatetimeFilterFilter by the object’s `createdAt` field.
updatedAtDatetimeFilterFilter by the object’s `updatedAt` field.
createdByUUIDFilterFilter by the object’s `createdBy` field.
updatedByUUIDFilterFilter by the object’s `updatedBy` field.
titleFontIdDraftUUIDFilterFilter by the object’s `titleFontIdDraft` field.
bodyFontIdDraftUUIDFilterFilter by the object’s `bodyFontIdDraft` field.
titleFontIdUUIDFilterFilter by the object’s `titleFontId` field.
bodyFontIdUUIDFilterFilter by the object’s `bodyFontId` field.
and[ThemeFilter!]Checks for all expressions in this list.
or[ThemeFilter!]Checks for any expressions in this list.
notThemeFilterNegates the expression.