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

RoleCollectionFilter

No description

input RoleCollectionFilter {
  all: RoleFilter
  any: RoleFilter
  empty: Boolean
  none: RoleFilter
}

Fields

all ● RoleFilter input

All items in the collection match the given criteria.

any ● RoleFilter input

Any item in the collection matches the given criteria.

empty ● Boolean scalar

The target collection is empty.

none ● RoleFilter input

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

Last updated

Was this helpful?