Skip to main content

AggregatedIssueFilterInput

Filter used to filter AggregatedIssue

input AggregatedIssueFilterInput {
and: [AggregatedIssueFilterInput!]
count: IntFilterInput
id: IDFilterInput
incomingRelations: AggregatedIssueRelationListFilterInput
isOpen: BooleanFilterInput
issues: IssueListFilterInput
not: AggregatedIssueFilterInput
or: [AggregatedIssueFilterInput!]
outgoingRelations: AggregatedIssueRelationListFilterInput
relationPartner: RelationPartnerFilterInput
type: IssueTypeFilterInput
}

Fields

AggregatedIssueFilterInput.and ● [AggregatedIssueFilterInput!] list input

Connects all subformulas via and

AggregatedIssueFilterInput.count ● IntFilterInput input

Filter by count

AggregatedIssueFilterInput.id ● IDFilterInput input

Filter by id

AggregatedIssueFilterInput.incomingRelations ● AggregatedIssueRelationListFilterInput input

Filter by incomingRelations

AggregatedIssueFilterInput.isOpen ● BooleanFilterInput input

Filter by isOpen

AggregatedIssueFilterInput.issues ● IssueListFilterInput input

Filter by issues

AggregatedIssueFilterInput.not ● AggregatedIssueFilterInput input

Negates the subformula

AggregatedIssueFilterInput.or ● [AggregatedIssueFilterInput!] list input

Connects all subformulas via or

AggregatedIssueFilterInput.outgoingRelations ● AggregatedIssueRelationListFilterInput input

Filter by outgoingRelations

AggregatedIssueFilterInput.relationPartner ● RelationPartnerFilterInput input

Filters for nodes where the related node match this filter

AggregatedIssueFilterInput.type ● IssueTypeFilterInput input

Filters for nodes where the related node match this filter

Member of

AggregatedIssueFilterInput input ● AggregatedIssueListFilterInput input ● AggregatedIssueRelationFilterInput input