Skip to main content

InterfaceFilterInput

Filter used to filter Interface

input InterfaceFilterInput {
affectingIssues: IssueListFilterInput
aggregatedIssues: AggregatedIssueListFilterInput
and: [InterfaceFilterInput!]
description: StringFilterInput
id: IDFilterInput
incomingRelations: RelationListFilterInput
interfaceDefinition: InterfaceDefinitionFilterInput
intraComponentDependencyParticipants: IntraComponentDependencyParticipantListFilterInput
name: StringFilterInput
not: InterfaceFilterInput
or: [InterfaceFilterInput!]
outgoingRelations: RelationListFilterInput
partOfProject: ID
relatedTo: ID
template: InterfaceTemplateFilterInput
templatedFields: [JSONFieldInput]
}

Fields

InterfaceFilterInput.affectingIssues ● IssueListFilterInput input

Filter by affectingIssues

InterfaceFilterInput.aggregatedIssues ● AggregatedIssueListFilterInput input

Filter by aggregatedIssues

InterfaceFilterInput.and ● [InterfaceFilterInput!] list input

Connects all subformulas via and

InterfaceFilterInput.description ● StringFilterInput input

Filter by description

InterfaceFilterInput.id ● IDFilterInput input

Filter by id

InterfaceFilterInput.incomingRelations ● RelationListFilterInput input

Filter by incomingRelations

InterfaceFilterInput.interfaceDefinition ● InterfaceDefinitionFilterInput input

Filters for nodes where the related node match this filter

InterfaceFilterInput.intraComponentDependencyParticipants ● IntraComponentDependencyParticipantListFilterInput input

Filter by intraComponentDependencyParticipants

InterfaceFilterInput.name ● StringFilterInput input

Filter by name

InterfaceFilterInput.not ● InterfaceFilterInput input

Negates the subformula

InterfaceFilterInput.or ● [InterfaceFilterInput!] list input

Connects all subformulas via or

InterfaceFilterInput.outgoingRelations ● RelationListFilterInput input

Filter by outgoingRelations

InterfaceFilterInput.partOfProject ● ID scalar

Filters for RelationPartners which are part of a Project's component graph

InterfaceFilterInput.relatedTo ● ID scalar

Filters for AffectedByIssues which are related to a Trackable

InterfaceFilterInput.template ● InterfaceTemplateFilterInput input

Filters for nodes where the related node match this filter

InterfaceFilterInput.templatedFields ● [JSONFieldInput] list input

Filter for templated fields with matching key and values. Entries are joined by AND

Member of

InterfaceDefinitionFilterInput input ● InterfaceFilterInput input ● IntraComponentDependencyParticipantFilterInput input