CommonAppInstanceTemplateFilter
CommonAppInstanceTemplateFilter
A filter to be used against CommonAppInstanceTemplate 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. | |
| 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. | |
| status | AppInstanceStatusFilter | Filter by the object’s `status` field. | |
| thumbnailFileId | UUIDFilter | Filter by the object’s `thumbnailFileId` field. | |
| isPublished | BooleanFilter | Filter by the object’s `isPublished` field. | |
| isDeprecated | BooleanFilter | Filter by the object’s `isDeprecated` field. | |
| sourceOrgId | UUIDFilter | Filter by the object’s `sourceOrgId` field. | |
| sourceAppInstanceId | UUIDFilter | Filter by the object’s `sourceAppInstanceId` field. | |
| appId | UUIDFilter | Filter by the object’s `appId` field. | |
| isOnboarding | BooleanFilter | Filter by the object’s `isOnboarding` field. | |
| and | [CommonAppInstanceTemplateFilter!] | Checks for all expressions in this list. | |
| or | [CommonAppInstanceTemplateFilter!] | Checks for any expressions in this list. | |
| not | CommonAppInstanceTemplateFilter | Negates the expression. | |