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

OrganizationCollectionFilter

No description

input OrganizationCollectionFilter {
  all: OrganizationFilter
  any: OrganizationFilter
  empty: Boolean
  none: OrganizationFilter
}

Fields

all ● OrganizationFilter input

All items in the collection match the given criteria.

any ● OrganizationFilter input

Any item in the collection matches the given criteria.

empty ● Boolean scalar

The target collection is empty.

none ● OrganizationFilter input

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

Member Of

CommunityFilter input ● CommunityReferenceFilter input

Last updated

Was this helpful?