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

ExternalMappingCollectionFilter

No description

input ExternalMappingCollectionFilter {
  all: ExternalMappingFilter
  any: ExternalMappingFilter
  empty: Boolean
  none: ExternalMappingFilter
}

Fields

All items in the collection match the given criteria.

Any item in the collection matches the given criteria.

The target collection is empty.

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

Member Of

AssetFilter input ● AssetReferenceFilter input ● CommunityFilter input ● CommunityReferenceFilter input ● DomainFilter input ● DomainReferenceFilter input

Last updated

Was this helpful?