Studio Service

AppVersionFilter

AppVersionFilter

A filter to be used against AppVersion object types. All fields are combined with a logical ‘and.’

FieldTypeDescription
idUUIDFilterFilter by the object’s `id` field.
appIdUUIDFilterFilter by the object’s `appId` field.
versionStringFilterFilter by the object’s `version` field.
betaFlagBooleanFilterFilter by the object’s `betaFlag` field.
stableFlagBooleanFilterFilter by the object’s `stableFlag` field.
manifestJsonJSONFilterFilter by the object’s `manifestJson` field.
viewerUrlStringFilterFilter by the object’s `viewerUrl` field.
editorUrlStringFilterFilter by the object’s `editorUrl` field.
mediaSandboxAccessBooleanFilterFilter by the object’s `mediaSandboxAccess` field.
configurationTypeAppConfigurationFilterFilter by the object’s `configurationType` field.
storeDataJSONFilterFilter by the object’s `storeData` field.
createdAtDatetimeFilterFilter by the object’s `createdAt` field.
updatedAtDatetimeFilterFilter by the object’s `updatedAt` field.
isLatestBooleanFilterFilter by the object’s `isLatest` field.
isLatestStableBooleanFilterFilter by the object’s `isLatestStable` field.
and[AppVersionFilter!]Checks for all expressions in this list.
or[AppVersionFilter!]Checks for any expressions in this list.
notAppVersionFilterNegates the expression.