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