Skip to main content

ViewListFilterInput

Used to filter by a connection-based property. Fields are joined by AND

input ViewListFilterInput {
all: ViewFilterInput
any: ViewFilterInput
none: ViewFilterInput
}

Fields

ViewListFilterInput.all ● ViewFilterInput input

Filters for nodes where all of the related nodes match this filter

ViewListFilterInput.any ● ViewFilterInput input

Filters for nodes where any of the related nodes match this filter

ViewListFilterInput.none ● ViewFilterInput input

Filters for nodes where none of the related nodes match this filter

Member of

ProjectFilterInput input