UserListFilterInput
Used to filter by a connection-based property. Fields are joined by AND
input UserListFilterInput {
  all: UserFilterInput
  any: UserFilterInput
  none: UserFilterInput
}
Fields
UserListFilterInput.all ● UserFilterInput input
Filters for nodes where all of the related nodes match this filter
UserListFilterInput.any ● UserFilterInput input
Filters for nodes where any of the related nodes match this filter
UserListFilterInput.none ● UserFilterInput input
Filters for nodes where none of the related nodes match this filter
Member of
IssueFilterInput  input