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