SiteFilter
SiteFilter
A filter to be used against Site
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. | |
spaceId | UUIDFilter | Filter by the object’s `spaceId` field. | |
name | StringFilter | Filter by the object’s `name` field. | |
type | SiteTypeFilter | Filter by the object’s `type` field. | |
url | StringFilter | Filter by the object’s `url` field. | |
actions | JSONFilter | Filter by the object’s `actions` field. | |
compute | JSONFilter | Filter by the object’s `compute` field. | |
config | JSONFilter | Filter by the object’s `config` field. | |
thumbnailId | UUIDFilter | Filter by the object’s `thumbnailId` field. | |
tags | StringListFilter | Filter by the object’s `tags` field. | |
credentialIds | UUIDListFilter | Filter by the object’s `credentialIds` 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. | |
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 | [SiteFilter!] | Checks for all expressions in this list. | |
or | [SiteFilter!] | Checks for any expressions in this list. | |
not | SiteFilter | Negates the expression. |