LinkFilter
LinkFilter
A filter to be used against Link 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. | |
| url | StringFilter | Filter by the object’s `url` field. | |
| fileId | UUIDFilter | Filter by the object’s `fileId` field. | |
| tags | StringListFilter | Filter by the object’s `tags` field. | |
| linkType | LinkTypeFilter | Filter by the object’s `linkType` field. | |
| cloudConfig | JSONFilter | Filter by the object’s `cloudConfig` 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. | |
| cacheBusting | BooleanFilter | Filter by the object’s `cacheBusting` field. | |
| autoReload | BooleanFilter | Filter by the object’s `autoReload` field. | |
| autoReloadDurationMs | IntFilter | Filter by the object’s `autoReloadDurationMs` field. | |
| params | JSONFilter | Filter by the object’s `params` field. | |
| qrcodeEnabled | BooleanFilter | Filter by the object’s `qrcodeEnabled` field. | |
| qrcodeConfig | JSONFilter | Filter by the object’s `qrcodeConfig` field. | |
| and | [LinkFilter!] | Checks for all expressions in this list. | |
| or | [LinkFilter!] | Checks for any expressions in this list. | |
| not | LinkFilter | Negates the expression. | |