WhiteLabelFilter
WhiteLabelFilter
A filter to be used against WhiteLabel
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. | |
spaceId | UUIDFilter | Filter by the object’s `spaceId` field. | |
title | StringFilter | Filter by the object’s `title` field. | |
glyphFileId | UUIDFilter | Filter by the object’s `glyphFileId` field. | |
bgColor | StringFilter | Filter by the object’s `bgColor` field. | |
wordmark | StringFilter | Filter by the object’s `wordmark` field. | |
textColor | StringFilter | Filter by the object’s `textColor` field. | |
activeItemColor | StringFilter | Filter by the object’s `activeItemColor` field. | |
activeTextColor | StringFilter | Filter by the object’s `activeTextColor` 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. | |
and | [WhiteLabelFilter!] | Checks for all expressions in this list. | |
or | [WhiteLabelFilter!] | Checks for any expressions in this list. | |
not | WhiteLabelFilter | Negates the expression. |