AppVersionFilter
AppVersionFilter
A filter to be used against AppVersion object types. All fields are combined with a logical ‘and.’
| Field | Type | Description | |
|---|---|---|---|
| id | UUIDFilter | Filter by the object’s `id` field. | |
| appId | UUIDFilter | Filter by the object’s `appId` field. | |
| version | StringFilter | Filter by the object’s `version` field. | |
| betaFlag | BooleanFilter | Filter by the object’s `betaFlag` field. | |
| stableFlag | BooleanFilter | Filter by the object’s `stableFlag` field. | |
| manifestJson | JSONFilter | Filter by the object’s `manifestJson` field. | |
| viewerUrl | StringFilter | Filter by the object’s `viewerUrl` field. | |
| editorUrl | StringFilter | Filter by the object’s `editorUrl` field. | |
| mediaSandboxAccess | BooleanFilter | Filter by the object’s `mediaSandboxAccess` field. | |
| configurationType | AppConfigurationFilter | Filter by the object’s `configurationType` field. | |
| storeData | JSONFilter | Filter by the object’s `storeData` field. | |
| createdAt | DatetimeFilter | Filter by the object’s `createdAt` field. | |
| updatedAt | DatetimeFilter | Filter by the object’s `updatedAt` field. | |
| isLatest | BooleanFilter | Filter by the object’s `isLatest` field. | |
| isLatestStable | BooleanFilter | Filter by the object’s `isLatestStable` field. | |
| and | [AppVersionFilter!] | Checks for all expressions in this list. | |
| or | [AppVersionFilter!] | Checks for any expressions in this list. | |
| not | AppVersionFilter | Negates the expression. | |