FontFilter
FontFilter
A filter to be used against Font 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. | |
| fontType | FontTypeFilter | Filter by the object’s `fontType` field. | |
| fontFamily | StringFilter | Filter by the object’s `fontFamily` field. | |
| regularFileId | UUIDFilter | Filter by the object’s `regularFileId` field. | |
| boldFileId | UUIDFilter | Filter by the object’s `boldFileId` field. | |
| italicFileId | UUIDFilter | Filter by the object’s `italicFileId` field. | |
| boldItalicFileId | UUIDFilter | Filter by the object’s `boldItalicFileId` field. | |
| thumbnailFileId | UUIDFilter | Filter by the object’s `thumbnailFileId` field. | |
| cssUrl | StringFilter | Filter by the object’s `cssUrl` field. | |
| commonFontId | UUIDFilter | Filter by the object’s `commonFontId` 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 | [FontFilter!] | Checks for all expressions in this list. | |
| or | [FontFilter!] | Checks for any expressions in this list. | |
| not | FontFilter | Negates the expression. | |