InterfacePartFilterInput
Filter used to filter InterfacePart
input InterfacePartFilterInput {
  affectingIssues: IssueListFilterInput
  and: [InterfacePartFilterInput!]
  description: StringFilterInput
  id: IDFilterInput
  includingIncomingRelations: RelationListFilterInput
  includingIntraComponentDependencyParticipants: IntraComponentDependencyParticipantListFilterInput
  includingOutgoingRelations: RelationListFilterInput
  name: StringFilterInput
  not: InterfacePartFilterInput
  or: [InterfacePartFilterInput!]
  partOf: InterfaceSpecificationVersionFilterInput
  relatedTo: ID
  template: InterfacePartTemplateFilterInput
  templatedFields: [JSONFieldInput]
}
Fields
InterfacePartFilterInput.affectingIssues ● IssueListFilterInput input
Filter by affectingIssues
InterfacePartFilterInput.and ● [InterfacePartFilterInput!] list input
Connects all subformulas via and
InterfacePartFilterInput.description ● StringFilterInput input
Filter by description
InterfacePartFilterInput.id ● IDFilterInput input
Filter by id
InterfacePartFilterInput.includingIncomingRelations ● RelationListFilterInput input
Filter by includingIncomingRelations
InterfacePartFilterInput.includingIntraComponentDependencyParticipants ● IntraComponentDependencyParticipantListFilterInput input
Filter by includingIntraComponentDependencyParticipants
InterfacePartFilterInput.includingOutgoingRelations ● RelationListFilterInput input
Filter by includingOutgoingRelations
InterfacePartFilterInput.name ● StringFilterInput input
Filter by name
InterfacePartFilterInput.not ● InterfacePartFilterInput input
Negates the subformula
InterfacePartFilterInput.or ● [InterfacePartFilterInput!] list input
Connects all subformulas via or
InterfacePartFilterInput.partOf ● InterfaceSpecificationVersionFilterInput input
Filters for nodes where the related node match this filter
InterfacePartFilterInput.relatedTo ● ID scalar
Filters for AffectedByIssues which are related to a Trackable
InterfacePartFilterInput.template ● InterfacePartTemplateFilterInput input
Filters for nodes where the related node match this filter
InterfacePartFilterInput.templatedFields ● [JSONFieldInput] list input
Filter for templated fields with matching key and values. Entries are joined by AND
Member of
InterfacePartFilterInput  input ● InterfacePartListFilterInput  input