CommonFontFilter
CommonFontFilter
A filter to be used against CommonFont 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. | |
| 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. | |
| isDefaultProvided | BooleanFilter | Filter by the object’s `isDefaultProvided` field. | |
| and | [CommonFontFilter!] | Checks for all expressions in this list. | |
| or | [CommonFontFilter!] | Checks for any expressions in this list. | |
| not | CommonFontFilter | Negates the expression. | |