Filter: TagFilter
Filter type for Tag.
All fields in this type are and-combined; see the or
field for or-combination.
Related Types
Input Fields
Name | Type | Description |
---|---|---|
AND | TagFilter | A field that checks if all filters in the list apply If the list is empty, this filter applies to all objects. |
OR | TagFilter | A field that checks if any of the filters in the list apply. If the list is empty, this filter applies to no objects. Note that only the items in the list or-combined; this complete |
color | String | Checks if If an index exists on See also A color associated with the tag, if any. This is used to visually color the instances of the tag in the UI. |
color_contains | String | Checks if A color associated with the tag, if any. This is used to visually color the instances of the tag in the UI. |
color_ends_with | String | Checks if A color associated with the tag, if any. This is used to visually color the instances of the tag in the UI. |
color_gt | String | Checks if A color associated with the tag, if any. This is used to visually color the instances of the tag in the UI. |
color_gte | String | Checks if A color associated with the tag, if any. This is used to visually color the instances of the tag in the UI. |
color_in | String | Checks if A color associated with the tag, if any. This is used to visually color the instances of the tag in the UI. |
color_like | String | Matches
If an index exists on A color associated with the tag, if any. This is used to visually color the instances of the tag in the UI. |
color_lt | String | Checks if A color associated with the tag, if any. This is used to visually color the instances of the tag in the UI. |
color_lte | String | Checks if A color associated with the tag, if any. This is used to visually color the instances of the tag in the UI. |
color_not | String | Checks if A color associated with the tag, if any. This is used to visually color the instances of the tag in the UI. |
color_not_contains | String | Checks if A color associated with the tag, if any. This is used to visually color the instances of the tag in the UI. |
color_not_ends_with | String | Checks if A color associated with the tag, if any. This is used to visually color the instances of the tag in the UI. |
color_not_in | String | Checks if A color associated with the tag, if any. This is used to visually color the instances of the tag in the UI. |
color_not_like | String | Checks if
A color associated with the tag, if any. This is used to visually color the instances of the tag in the UI. |
color_not_starts_with | String | Checks if Never uses an index. Consider using A color associated with the tag, if any. This is used to visually color the instances of the tag in the UI. |
color_starts_with | String | Checks if Never uses an index. Consider using A color associated with the tag, if any. This is used to visually color the instances of the tag in the UI. |
createdAt | DateTime | Checks if If an index exists on The instant this object has been created |
createdAt_gt | DateTime | Checks if The instant this object has been created |
createdAt_gte | DateTime | Checks if The instant this object has been created |
createdAt_in | DateTime | Checks if The instant this object has been created |
createdAt_lt | DateTime | Checks if The instant this object has been created |
createdAt_lte | DateTime | Checks if The instant this object has been created |
createdAt_not | DateTime | Checks if The instant this object has been created |
createdAt_not_in | DateTime | Checks if The instant this object has been created |
createdBy | UserFilter | Checks if |
description | String | Checks if If an index exists on See also A longer description of the tag |
description_contains | String | Checks if A longer description of the tag |
description_ends_with | String | Checks if A longer description of the tag |
description_gt | String | Checks if A longer description of the tag |
description_gte | String | Checks if A longer description of the tag |
description_in | String | Checks if A longer description of the tag |
description_like | String | Matches
If an index exists on A longer description of the tag |
description_lt | String | Checks if A longer description of the tag |
description_lte | String | Checks if A longer description of the tag |
description_not | String | Checks if A longer description of the tag |
description_not_contains | String | Checks if A longer description of the tag |
description_not_ends_with | String | Checks if A longer description of the tag |
description_not_in | String | Checks if A longer description of the tag |
description_not_like | String | Checks if
A longer description of the tag |
description_not_starts_with | String | Checks if Never uses an index. Consider using A longer description of the tag |
description_starts_with | String | Checks if Never uses an index. Consider using A longer description of the tag |
id | ID | Checks if If an index exists on An auto-generated string that identifies this root entity uniquely among others of the same type |
id_gt | ID | Checks if An auto-generated string that identifies this root entity uniquely among others of the same type |
id_gte | ID | Checks if An auto-generated string that identifies this root entity uniquely among others of the same type |
id_in | ID | Checks if An auto-generated string that identifies this root entity uniquely among others of the same type |
id_lt | ID | Checks if An auto-generated string that identifies this root entity uniquely among others of the same type |
id_lte | ID | Checks if An auto-generated string that identifies this root entity uniquely among others of the same type |
id_not | ID | Checks if An auto-generated string that identifies this root entity uniquely among others of the same type |
id_not_in | ID | Checks if An auto-generated string that identifies this root entity uniquely among others of the same type |
name | String | Checks if If an index exists on See also The text of the tag. This appears in the UI and is what is searched for when filtering. |
name_contains | String | Checks if The text of the tag. This appears in the UI and is what is searched for when filtering. |
name_ends_with | String | Checks if The text of the tag. This appears in the UI and is what is searched for when filtering. |
name_gt | String | Checks if The text of the tag. This appears in the UI and is what is searched for when filtering. |
name_gte | String | Checks if The text of the tag. This appears in the UI and is what is searched for when filtering. |
name_in | String | Checks if The text of the tag. This appears in the UI and is what is searched for when filtering. |
name_like | String | Matches
If an index exists on The text of the tag. This appears in the UI and is what is searched for when filtering. |
name_lt | String | Checks if The text of the tag. This appears in the UI and is what is searched for when filtering. |
name_lte | String | Checks if The text of the tag. This appears in the UI and is what is searched for when filtering. |
name_not | String | Checks if The text of the tag. This appears in the UI and is what is searched for when filtering. |
name_not_contains | String | Checks if The text of the tag. This appears in the UI and is what is searched for when filtering. |
name_not_ends_with | String | Checks if The text of the tag. This appears in the UI and is what is searched for when filtering. |
name_not_in | String | Checks if The text of the tag. This appears in the UI and is what is searched for when filtering. |
name_not_like | String | Checks if
The text of the tag. This appears in the UI and is what is searched for when filtering. |
name_not_starts_with | String | Checks if Never uses an index. Consider using The text of the tag. This appears in the UI and is what is searched for when filtering. |
name_starts_with | String | Checks if Never uses an index. Consider using The text of the tag. This appears in the UI and is what is searched for when filtering. |
organization | OrganizationFilter | Checks if |
updatedAt | DateTime | Checks if If an index exists on The instant this object has been updated the last time (not including relation updates) |
updatedAt_gt | DateTime | Checks if The instant this object has been updated the last time (not including relation updates) |
updatedAt_gte | DateTime | Checks if The instant this object has been updated the last time (not including relation updates) |
updatedAt_in | DateTime | Checks if The instant this object has been updated the last time (not including relation updates) |
updatedAt_lt | DateTime | Checks if The instant this object has been updated the last time (not including relation updates) |
updatedAt_lte | DateTime | Checks if The instant this object has been updated the last time (not including relation updates) |
updatedAt_not | DateTime | Checks if The instant this object has been updated the last time (not including relation updates) |
updatedAt_not_in | DateTime | Checks if The instant this object has been updated the last time (not including relation updates) |
updatedBy | UserFilter | Checks if |
This page was generated: 2024-11-06