OrgFilter
OrgFilter
A filter to be used against Org 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. | |
| slug | StringFilter | Filter by the object’s `slug` field. | |
| status | OrgStatusFilter | Filter by the object’s `status` field. | |
| brandForegroundColor | StringFilter | Filter by the object’s `brandForegroundColor` field. | |
| brandBackgroundColor | StringFilter | Filter by the object’s `brandBackgroundColor` field. | |
| defaultUserPermissions | StringListFilter | Filter by the object’s `defaultUserPermissions` field. | |
| featureFlagsCache | StringListFilter | Filter by the object’s `featureFlagsCache` field. | |
| preferences | JSONFilter | Filter by the object’s `preferences` 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. | |
| deletedAt | DatetimeFilter | Filter by the object’s `deletedAt` field. | |
| createdBy | UUIDFilter | Filter by the object’s `createdBy` field. | |
| updatedBy | UUIDFilter | Filter by the object’s `updatedBy` field. | |
| deletedBy | UUIDFilter | Filter by the object’s `deletedBy` field. | |
| blankChannelId | UUIDFilter | Filter by the object’s `blankChannelId` field. | |
| brandChannelId | UUIDFilter | Filter by the object’s `brandChannelId` field. | |
| startChannelId | UUIDFilter | Filter by the object’s `startChannelId` field. | |
| brandLogoId | UUIDFilter | Filter by the object’s `brandLogoId` field. | |
| brandBackgroundId | UUIDFilter | Filter by the object’s `brandBackgroundId` field. | |
| defaultChannelThemeId | UUIDFilter | Filter by the object’s `defaultChannelThemeId` field. | |
| splashChannelThemeId | UUIDFilter | Filter by the object’s `splashChannelThemeId` field. | |
| billingCustomerId | StringFilter | Filter by the object’s `billingCustomerId` field. | |
| isDraft | BooleanFilter | Filter by the object’s `isDraft` field. | |
| billingDistributorId | StringFilter | Filter by the object’s `billingDistributorId` field. | |
| billingResellerId | StringFilter | Filter by the object’s `billingResellerId` field. | |
| billingExpiresAt | DateFilter | Filter by the object’s `billingExpiresAt` field. | |
| billingFeatureFlagsCache | JSONListFilter | Filter by the object’s `billingFeatureFlagsCache` field. | |
| and | [OrgFilter!] | Checks for all expressions in this list. | |
| or | [OrgFilter!] | Checks for any expressions in this list. | |
| not | OrgFilter | Negates the expression. | |