AppInstanceFilter
AppInstanceFilter
A filter to be used against AppInstance
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. | |
appInstallId | UUIDFilter | Filter by the object’s `appInstallId` field. | |
spaceId | UUIDFilter | Filter by the object’s `spaceId` field. | |
name | StringFilter | Filter by the object’s `name` field. | |
version | StringFilter | Filter by the object’s `version` field. | |
config | JSONFilter | Filter by the object’s `config` field. | |
state | JSONFilter | Filter by the object’s `state` 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. | |
createdBy | UUIDFilter | Filter by the object’s `createdBy` field. | |
updatedBy | UUIDFilter | Filter by the object’s `updatedBy` field. | |
isTemplate | BooleanFilter | Filter by the object’s `isTemplate` field. | |
status | AppInstanceStatusFilter | Filter by the object’s `status` field. | |
thumbnailFileId | UUIDFilter | Filter by the object’s `thumbnailFileId` field. | |
commonAppInstanceTemplateId | UUIDFilter | Filter by the object’s `commonAppInstanceTemplateId` field. | |
targetCommonAppInstanceTemplateId | UUIDFilter | Filter by the object’s `targetCommonAppInstanceTemplateId` field. | |
appId | UUIDFilter | Filter by the object’s `appId` field. | |
isShared | BooleanFilter | Filter by the object’s `isShared` field. | |
isSharedExplicit | BooleanFilter | Filter by the object’s `isSharedExplicit` field. | |
isSharedAll | BooleanFilter | Filter by the object’s `isSharedAll` field. | |
and | [AppInstanceFilter!] | Checks for all expressions in this list. | |
or | [AppInstanceFilter!] | Checks for any expressions in this list. | |
not | AppInstanceFilter | Negates the expression. |