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

DomainCollectionFilter

No description

input DomainCollectionFilter {
  all: DomainFilter
  any: DomainFilter
  empty: Boolean
  none: DomainFilter
  typePublicId: String
}

Fields

all ● DomainFilter input

All items in the collection match the given criteria.

any ● DomainFilter input

Any item in the collection matches the given criteria.

empty ● Boolean scalar

The target collection is empty.

none ● DomainFilter input

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

typePublicId ● String scalar

The type public identifier.

Member Of

CommunityFilter input ● CommunityReferenceFilter input

Last updated

Was this helpful?