AppFilter
AppFilter
A filter to be used against App object types. All fields are combined with a logical ‘and.’
| Field | Type | Description | |
|---|---|---|---|
| id | UUIDFilter | Filter by the object’s `id` field. | |
| visibility | AppVisibilityFilter | Filter by the object’s `visibility` field. | |
| categories | StringListFilter | Filter by the object’s `categories` field. | |
| requirements | StringListFilter | Filter by the object’s `requirements` field. | |
| name | StringFilter | Filter by the object’s `name` field. | |
| scrn | StringFilter | Filter by the object’s `scrn` field. | |
| description | StringFilter | Filter by the object’s `description` field. | |
| iconUrl | StringFilter | Filter by the object’s `iconUrl` field. | |
| developer | StringFilter | Filter by the object’s `developer` field. | |
| tags | StringListFilter | Filter by the object’s `tags` field. | |
| createdAt | DatetimeFilter | Filter by the object’s `createdAt` field. | |
| updatedAt | DatetimeFilter | Filter by the object’s `updatedAt` field. | |
| defaultInstall | AppDefaultInstallTypeFilter | Filter by the object’s `defaultInstall` field. | |
| slug | StringFilter | Filter by the object’s `slug` field. | |
| and | [AppFilter!] | Checks for all expressions in this list. | |
| or | [AppFilter!] | Checks for any expressions in this list. | |
| not | AppFilter | Negates the expression. | |