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