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