For the complete documentation index, see llms.txt. This page is also available as Markdown.

DomainTypeCollectionFilter

No description

input DomainTypeCollectionFilter {
  all: DomainTypeFilter
  any: DomainTypeFilter
  empty: Boolean
  none: DomainTypeFilter
}

Fields

all ● DomainTypeFilter input

All items in the collection match the given criteria.

any ● DomainTypeFilter input

Any item in the collection matches the given criteria.

empty ● Boolean scalar

The target collection is empty.

none ● DomainTypeFilter input

None of the items in the collection matches the given criteria.

Member Of

DomainTypeFilter input ● DomainTypeReferenceFilter input

Last updated

Was this helpful?