linear.userfilter
Home > @runlightyear/linear > UserFilter
UserFilter interface
Signature:interface UserFilter
Optional Properties
Property | Modifiers | Type | Description |
---|---|---|---|
active? | BooleanComparator | Comparator for the user's activity status. | |
admin? | BooleanComparator | Comparator for the user's admin status. | |
and? | Array<UserFilter> | Compound filters, all of which need to be matched by the user. | |
assignedIssues? | IssueCollectionFilter | Filters that the users assigned issues must satisfy. | |
createdAt? | DateComparator | Comparator for the created at date. | |
displayName? | StringComparator | Comparator for the user's display name. | |
email? | StringComparator | Comparator for the user's email. | |
id? | IDComparator | Comparator for the identifier. | |
isMe? | BooleanComparator | Filter based on the currently authenticated user. Set to true to filter for the authenticated user, false for any other user. | |
name? | StringComparator | Comparator for the user's name. | |
or? | Array<UserFilter> | Compound filters, one of which need to be matched by the user. | |
updatedAt? | DateComparator | Comparator for the updated at date. |