InterfaceFilterInput
Filter used to filter Interface
input InterfaceFilterInput {
affectingIssues: IssueListFilterInput
aggregatedIssues: AggregatedIssueListFilterInput
and: [InterfaceFilterInput!]
id: IDFilterInput
incomingRelations: RelationListFilterInput
interfaceDefinition: InterfaceDefinitionFilterInput
intraComponentDependencyParticipants: IntraComponentDependencyParticipantListFilterInput
not: InterfaceFilterInput
or: [InterfaceFilterInput!]
outgoingRelations: RelationListFilterInput
partOfProject: ID
relatedTo: ID
}
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.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.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
Member of
InterfaceDefinitionFilterInput
input ● InterfaceFilterInput
input ● IntraComponentDependencyParticipantFilterInput
input