SpaceFilter
SpaceFilter
A filter to be used against Space 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. | |
| name | StringFilter | Filter by the object’s `name` field. | |
| slug | StringFilter | Filter by the object’s `slug` field. | |
| env | JSONFilter | Filter by the object’s `env` 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. | |
| billingCustomerId | StringFilter | Filter by the object’s `billingCustomerId` field. | |
| preferences | JSONFilter | Filter by the object’s `preferences` field. | |
| billingExpiresAt | DateFilter | Filter by the object’s `billingExpiresAt` field. | |
| rootFolderId | UUIDFilter | Filter by the object’s `rootFolderId` field. | |
| isEnabled | BooleanFilter | Filter by the object’s `isEnabled` field. | |
| and | [SpaceFilter!] | Checks for all expressions in this list. | |
| or | [SpaceFilter!] | Checks for any expressions in this list. | |
| not | SpaceFilter | Negates the expression. | |